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

SE16 functionality

Former Member
0 Likes
675

I need to develop one program that provide the same fn of se16 for limited no. of table(these table names(130+) I have maintained in one ztable).user of this program will not have auth for SE16.I tried to use the code of fn module RS_TABLE_LIST_CREATE that will call program /1BCDWB/DB<table name>.

From the first screen of this program if the user do settings->field for selection, it will now call fn module RS_TABLE_LIST_CREATE and in this fn module auth chk will be done for SE16. now the user will get error that you don't have auth. for SE16.

Is there any way to provide the SE16 fn for some tables without giving SE16 auth?

Please help.

Thanks

3 REPLIES 3
Read only

Former Member
0 Likes
544

Try Executing RK_SE16N program ... Hope it helps

Regards,

Santosh

Read only

Former Member
0 Likes
544

hi,

You can even create a ztransaction via SE93 ex : ZTAB by selecting second radio button i.e, Report Transaction give ZBAV0020 program name in PROGRAM section and 1000 in the selection screen ...which implements SE16 functionality

Regards,

Santosh

Read only

Former Member
0 Likes
544

Hi Santosh,

I didn't found the Program ZBAV0020. can you plz guide me.

Thanks Santosh....