‎2006 Oct 04 1:38 PM
hello experts
please tellmehow tocreate the transaction code for the view and to skipthe first screen.
thanks in advance.
regards
giri
‎2006 Oct 04 1:41 PM
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
‎2006 Oct 04 1:41 PM
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
‎2006 Oct 04 1:43 PM
‎2006 Oct 04 1:43 PM
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
‎2006 Oct 04 1:46 PM
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,
‎2006 Oct 04 1:47 PM
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,