Application Development and Automation 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: 
Read only

Code for creating zse16

Former Member
0 Likes
2,703

Hello Experts,

Can any one please give me the code for creating the zse16 to display tables instead of using se16. And specify what needs to be done by basis as part of authorizations.

6 REPLIES 6
Read only

former_member434229
Active Participant
0 Likes
1,487

The Transaction SE16 is stored in Function group SETB.

So, you need to make function group SETB to Z<function group> alongwith contained FMs and then create a transaction code to access the function pool program.

Regards,

Ni3

Edited by: Ni3 on Feb 16, 2010 6:44 PM

Read only

Former Member
0 Likes
1,487

Please let me Do you have authrosation for SE11..

Is it Ok for You to create ZSE16 based on SE11 Tcode..

If it is OK I'll give further Steps..

Read only

0 Likes
1,487

Hi,

I need zse16 without any access to se11 or se16.

My intention is user can only access tables using zse16 not standard transactions.

thanks

srinivas

Read only

0 Likes
1,487

As said you have to copy and make necessary changes.

Read only

Former Member
0 Likes
1,487

Hi,

probably your intention is to allow to display SE11 also for non-developers (user with no authorization S_DEVELOP). If it is so, just go to SE93 and copy SE11 to ZSE11. In ZSE11 remove authorization object S_DEVELOP. After that it will be sufficient to assign user an authority for transaction (authorization object S_TCODE).

If your intention is different, you have to copy also some other workbench objects - probably corresponing function group.

Adrian

Read only

Former Member
0 Likes
1,487

Hi,

Go to tcode se93. Go to the trasaction code on the menu bar and select copy.

It will give u a pop up where u can create a z t code for se16.

Thanks

Suman