‎2008 Jul 03 9:58 AM
Hi Experts,
Can anyone explain me the step by step procedure in Creating a T Code for a Z table.
Thanks!
‎2008 Jul 03 10:02 AM
hi,
give the tcode u want to create -> CREATE ( or press F5) --> select transaction with parameters --> ( for maintaining table )
give SM30 in the transaction text box
--> Select the GUI attributes ( check all)
--> skip initial screen
-> Name of the Screen field ( bottom most part)
viewname -- <table name>
update -- X
save the tcode.
regards,
madhu
‎2008 Jul 03 10:02 AM
hi,
give the tcode u want to create -> CREATE ( or press F5) --> select transaction with parameters --> ( for maintaining table )
give SM30 in the transaction text box
--> Select the GUI attributes ( check all)
--> skip initial screen
-> Name of the Screen field ( bottom most part)
viewname -- <table name>
update -- X
save the tcode.
regards,
madhu
‎2008 Jul 03 10:05 AM
1. First in SE11 create the Tablemaintenance
From Utilities menu->Table maintenance Generator
Give Authorization group, Function group,
Maintenance type, Screen number
and then Create.
2 now go to se93 transaction
Give some name and then choose Transaction with Parameters
Then you enter the following in
Default values for block
Transaction SM30
Skip intial screen (check)
in GUI support check all the boxes.
in the default values
(choose them from F4).
VIEWNAME ztable
SHOW 'X'
or UPDATE 'X'.
save it.
‎2008 Jul 03 10:07 AM
Hi Vikram,
Creating a tcode for a table:
1) Goto se93--> Select the option transaction with parameters
2) Under u2018default values foru2019
a. transaction ->write SM30
b. check the check box u2018skip initial screenu2019
3) check all the check boxes under GUI support
4) under default values :
1st row:
a. name of the screen field: u2018VIEWNAMEu2019
b. value : write the name of the table
2nd row:
c. name of the screen field: u2018UPDATEu2019
d. value : u2018Xu2019
save and store the transaction in the same package where the table is stored.
Reward if helpful.
Regards,
Vasuki