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: 

Administrator button Enjoy Transactions

former_member204457
Active Participant
0 Kudos

good day Gurus,

There is button called configuration in the Enjoy transactions such as MIGO where you create a new variant (it defaults to 'Basic Setting') and using the ADMINISTRATOR button you can make columns in the table (fast entry section) visible or invisible. Now my problem is that this Administrator button is completely gone in the instance that I'm currently working with. I remember seeing this before and was able to change the settings on the table. I looked at the note for this functionality it talks about Auth object 'S_ADMI_FCD'

My question is how would I go about activating this button.

thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Cyrus,

This may be S_ADMI_FCD with value TCTR. I would run an ST01 trace to confirm.

To add the button assign the auth object S_ADMI_FCD with the TCTR value or other values found in the ST01 trace to a role which the user has.

Cheers,

Ben

2 REPLIES 2

Former Member
0 Kudos

Cyrus,

This may be S_ADMI_FCD with value TCTR. I would run an ST01 trace to confirm.

To add the button assign the auth object S_ADMI_FCD with the TCTR value or other values found in the ST01 trace to a role which the user has.

Cheers,

Ben

0 Kudos

I ran trace and it seems that it's looking for TCTR value, thx