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: 

How can I list the transactions objects?

Former Member
0 Kudos

Hi all.

I have an excel file with all the roles for all company users

But now, i need to detect the values for the objects, for that, i need, in some way, to pass the list to the key-users... But, i can't find some transaction to do it: Detect all objects of the transactions... using the pfcg, i can't export to excel to edit or print...

In other projects, how is it done?

Thanks

André Benite

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI Andre,

i hope the table USTSTCAP can help you please chekc it

thank

kishore

10 REPLIES 10

Former Member
0 Kudos

Andre,

Im not sure I understand your question completely. But if you want all the objects in a Tcode look up table USOBT_C in SE16n and if you want to see all the objects and their activities in a role look up table AGR_1251--> put Role name and hit Execute.

Hope this helps.

Kunal

Former Member
0 Kudos

🐵

Using the role name, I can list all the role objects, but I don't know of which transaction the objects exactly are.

For example:

The role ZMFC-00-00 has the transactions: TPM20, TPM13 and TMR1.

Object__________Field Name___Value______

F_T_TRANSB_______TCD_____ TMR1____ S

S_TCODE__________TCD______TMR1____S

S_TCODE__________TCD_____TPM13___ S

S_TCODE__________TCD______TPM20__ S

T_DEAL_DP________ACTVT____________ S

T_DEAL_DP________BUKRS__$BUKRS__S

T_DEAL_DP________RLDEPO___________S

T_DEAL_DP________TRFCT_____________S

T_DEAL_PD________ACTVT____________S

T_DEAL_PD________BUKRS___$BUKRS_S

T_DEAL_PD________GSART____________S

T_DEAL_PD________SFHAART__________S

T_DEAL_PD________TRFCT____________S

T_DEAL_PF________ACTVT____________S

T_DEAL_PF________BUKRS___$BUKRS_S

T_DEAL_PF________RPORTB___________S

T_DEAL_PF________TRFCT_____________S

T_DEPOT__________ACTVT_____________S

T_DEPOT__________BUKRS___$BUKRS__S

T_DEPOT__________DEP_FCT__________S

T_DEPOT__________GSART____________S

T_DEPOT__________RLDEPO___________S

Where could I found the relation between the objects and transactions?

Thanks Kunal

Edited by: André Benite Toledo on Feb 22, 2008 8:46 PM (correcting the mistakes in English :oP )

Edited by: André Benite Toledo on Feb 23, 2008 5:54 PM

Former Member
0 Kudos

i'm sorry about the table, this forum doesn't allow 'spaces'.

0 Kudos

Try SUIM. That should work for you

Where can i found the relation between the objects and transaction?

What "relation" are you looking for

If you are looking for the Tcodes that these Objects belong to table USOBT_C should help you out. Put in the object name in the Object Field eg. T_DEAL_DP.

If you want roles according to Object Name SUIM would work

Kunal

Edited by: Kunal Belnekar on Feb 22, 2008 12:16 PM

Edited by: Kunal Belnekar on Feb 22, 2008 12:18 PM

Former Member
0 Kudos

If I print a list of objects of a single role, the project key-users can't put the values (for ex. what activities view, edit or create , or which companies codes they may have access) because they don't know of which transactions the objects exactly are.

I can't find a way to show, at SAP, a relation between the objects of specific role and transactions they belong.

Thanks again

Edited by: André Benite Toledo on Feb 23, 2008 6:00 PM - (correcting the mistakes)

0 Kudos

I think you could consider combining some tables:

Take table AGR_1251 filtered for object S_TCODE to see roles and their transactions.

To see just the objects per transaction, without proposals, use table USOBX_C and filter for OKFLAG <> "N" to skip the not checked objects.

Take table USOBT_C to see the relation between transactions and objects with proposals for PFCG.

You may need table TOBJ (and TOBJT) to add object fields and object descriptions.

Hope that helps,

Jurjen

Edited by: Jurjen Heeck on Feb 24, 2008 12:27 PM

Former Member
0 Kudos

HI Andre,

i hope the table USTSTCAP can help you please chekc it

thank

kishore

0 Kudos

Hello,

When you are in the role with the pfcg and in the authorization tab, you see in front of the line a mountain icon. When you click on that you will see which transaction needs that authorization object. It is all based on table usobt_c and transaction su24. It can be handy when you are editing the role to click on the mountain icon.

Have fun

Jan van Roest

0 Kudos

In ECC 6.0

1. SU24

2. In the field 'Transaction Code', paste all the transactions for which you need the corresponding Objects and Field values

3. Hit the Button 'Download' on top

4. Select only Customer Data(Checkbox)

and button 'Display All'

5. Execute.

You will get wat u desire.

0 Kudos

It's works!!

Thank you so much for all the anwers!!