Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Object and transaction code SAP

Former Member
0 Kudos

Hi,

I need access for view authorization object, before assign transaction code in PFCG.

If from SU24 there are object display :

and if using table name USOBT, display same with SU24 :

but after assign transaction code F-63 in PFCG menu transaction, automatically system generate object in PFCG and different from SU24.

How system generate object in role? are there the step logic ?

system not only read from table USOBT or SU24.

Is there any table or linking table in SAP for all authorization object if before assigned transaction code in role?

After saving role, i can use table AGR_1251.

Regards,

nov

5 REPLIES 5

Former Member
0 Kudos

It is a parameter transaction. For those objects it does not have it's own values for, it inherits the SU24 proposals of the parameterised transaction it is calling.

In SE93 you can see this and whether there is a "hard wired" inheritance (used for some OO-transactions).

Cheers,

Julius

Colleen
Advisor
Advisor
0 Kudos

Hi Nov

SU24 data does default PFCG values. Customer tables are USOBT_C and USOBX_C

However, SE93 transaction definition also used. In case of transaction F-63, it is a Parameter Transaction based on FBV1. Check to see if defaults are coming from FBV1 as well

Regards

Colleen

Former Member
0 Kudos

Hi All,

Thank you for answer.

It means one transaction have another link transaction, and system generate object not only from one source transaction.

I already check in SE93, and like you said. it's true..

Then could you let me know table name where  linking transaction code and another Parameter Transaction stored.

Regards,

Nov

0 Kudos

TSTCP

what are you trying to achieve as concerned about questions you are asking?

Former Member
0 Kudos

Analyze value object to be concern before execute by authorization admin.

so.. i need to know all object generate in PFCG.

thanks,