‎2007 Feb 28 3:42 PM
how to create t-code (SE93) for custom table ZXXXX and how to maintain through SM30
‎2007 Feb 28 3:44 PM
Hi,
Procedure to create a transaction code for ZTABLE:
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 --> Save.
Regards,
Ferry Lianto
‎2007 Feb 28 3:44 PM
Hi,
Procedure to create a transaction code for ZTABLE:
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 --> Save.
Regards,
Ferry Lianto
‎2007 Feb 28 3:50 PM
When I am creating view in SM30 it is showing me as
The called function with the view/table ZFREEGOODS needs a special maintenance dialog which, however, either does not exist at all, or does not exist completely.
what to do..?
Madhu.
‎2007 Feb 28 3:58 PM
You first need to create the table maintenance program via SE11. Go to SE11, enter the name of the table, click change. Click Utilities, Table Maintenance Generator, enter &NC& ast the authorization group, then enter a name of a function group where the code should be generated. select "one step" give the overview screen number as "1" , Click the create button.
Regards,
RIch Heilman
‎2007 Feb 28 3:46 PM
Go to SE93,
Enter Tcode
Click Create,
Enter description
Choose radiobutton for "Transaction with parameters"
On next screen enter SM30 into transaction field
Check "Skip next screen".
In the section at the botton enter some parameters in the "Default Values" section.
VIEWNAME <your table name>
UPDATE XSave.
Regards,
Rich Heilman
‎2007 Feb 28 3:54 PM
Hi Madhu,
Have you created a table maintainance generator for the Ztable in SE11?
Regards,
Ferry Lianto