Question:
Can someone help me in identifying the authorization object associated with KP26.
Thank you,
ramya
Answer:
Look in SU24 for staters and then run a ST01 authorizaiton trace on the execution of the transaction code.
_________________
John A. Jarboe
Answer:
Or you can use transaction S_ALR_87101287 (abap RSABAPSC)
_________________
Kind regards,
Lodewijk Borsboom
Answer:
As I recall this report only shows you what is in the code not the path the code takes and which authorizations are checked in calls to other code no in the direct abap.
ST01 will show what the code encounters ased on your configuraion
_________________
John A. Jarboe
Answer:
Hi,
Use the table tstc , it will show you all authorizationobject related to tcode KP26...
Answer:
Hi,
You can check for Tcode SU24 to see both the authorization object checks done when the tcode is executed and see what the default SAP values & the Client customized values of these authorization objects are.
The other alternative is to check the Tables USOBT & USOBX, which again gives what objects are checked for the tcode and what values are maintained.
or to start off...just give the required Tcode in S_tcode and each time you execute the required check for SU53 which gives the required value and the object for the execution, by this way you will achieve all objects and values required in steps.
You can also check ST01 which is the trace of the Tcode, try to execute the tcode from start to end , and do the ST01 analysis.This gives all the objects which were checked.
_________________
Thank You