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

tcode for Ztable

Former Member
0 Likes
1,531

Hi experts,

req is: create a tcode to execute only se16 - 2nd screen(Not se16 first screen) . Ztable name is set by a Zprogram. and code is

"SET PARAMETER ID 'DTB' FIELD Ztable.

call tcode skip 1st screen"

inside that zprog.

Now after executing this user can press back button and come to the SE16 screen and can change the table name and execute which we dont want.we need to block the user to come to Se16 screen. but user can directly go to the se16-2nd screen.

At first i thought to create a authrization group and assign it to that executable table and lock the SE16 autho to that authorization group. But for this user cannot open the SE16-2nd screen also.even i cannot disble the PF status also for se16 standard screen.

so any idea.

thanks,

Jo

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,078

Hi,

no need to write the code we can create se93 itself.

Better do like this way. its work for me..

1) goto se93

2) give the t.code and press create button

3) select the option Transaction with parameters

4) in that transaction give se16 and mark the check box the skip initial screen

5) in the name of screen field pass the 'DATABROWSE-TABLENAME'

6) value pass the ztable name.

Regards,

Dhina..

4 REPLIES 4
Read only

Former Member
0 Likes
1,079

Hi,

no need to write the code we can create se93 itself.

Better do like this way. its work for me..

1) goto se93

2) give the t.code and press create button

3) select the option Transaction with parameters

4) in that transaction give se16 and mark the check box the skip initial screen

5) in the name of screen field pass the 'DATABROWSE-TABLENAME'

6) value pass the ztable name.

Regards,

Dhina..

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,078

Hello Jowar,

You don't need a Z-program to achieve your requirement You can create a custom "Parameter" transaction in SE93 for the t-code SE16 & set skip the initial screen.

In addition to this you have to enter the name of the table you want to view in the params available in the bottom of the screen.

BR,

Suhas

Read only

Former Member
0 Likes
1,078

thanks suhas and dhina for your quick reply.

But how can i block the back button from that screen.

thats my requirement.i thought i can do it through program so create a program for that.(not directly from SE93).

Thanks,

Jo

Edited by: jowar saha on Jul 6, 2011 8:18 AM

Read only

Former Member
0 Likes
1,078

Its done now by your way.

thanks a lot.

Thanks,

Jowar