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

transaction code for view

Former Member
0 Likes
1,394

hello experts

please tellmehow tocreate the transaction code for the view and to skipthe first screen.

thanks in advance.

regards

giri

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,222

YOu can create Transaction codes in se93 transaction.

If you are referring to table maintenance generator, YOu have to chose the option <b>Single screen</b> while generating the table maintenance.

Regards,

Ravi

5 REPLIES 5
Read only

Former Member
0 Likes
1,223

YOu can create Transaction codes in se93 transaction.

If you are referring to table maintenance generator, YOu have to chose the option <b>Single screen</b> while generating the table maintenance.

Regards,

Ravi

Read only

0 Likes
1,222

please tell me the process

Read only

Former Member
0 Likes
1,222

Hi Eswar

1) Create a table maintainance/View for the Z* Table.

Once you create the view goto SE93>Select Parameter transaction and give the short desc.>

Give the transaction as SM30(Skip the first screen-optional)>Check all check boxes under GUI support>In the default values(grid)section first row give the VIEWNAME as you created initially and the second row UPDATE as X.

2)The SAP naming convention reserves underlining in the second or third position for special objects. The object which you are processing does not belong to these special objects.

Mark the all helpful answers.

Thanks

eswar

Read only

Former Member
0 Likes
1,222

While creating the T.code through se93, select the parameter transaction Radiobutton.

There you can give the required input and

like T.code as SM30, and skip first screen (if its a maintanance dialog)

at the bottom, give update as 'X'.

Regards,

Read only

Former Member
0 Likes
1,222

Hi,

SE93 -> type tcode required -> Create -> select parameter transaction -> Give transaction SM30 ->Check skip initial screen -> in the bottom table control give like this eg.

VIEWNAME YYYYYYYY

UPDATE X

Regards,