‎2007 Oct 23 10:31 AM
Hi All,
I have created a custom table and now i want to create a custom tcode for table maintenace of that table how should i do that?
Regards,
Sai
‎2007 Oct 23 10:34 AM
Go to SE93 -> Create
Choose transaction with Parameter
Transaction : SM30
Skip first screen : checked
At the end : default Values
Name of the screen Field Value
VIEWNAME <Table name>
UPDATE X
‎2007 Oct 23 10:34 AM
Go to SE93 -> Create
Choose transaction with Parameter
Transaction : SM30
Skip first screen : checked
At the end : default Values
Name of the screen Field Value
VIEWNAME <Table name>
UPDATE X
‎2007 Oct 23 10:38 AM
Hi,
please go throught below link ..... it was given with screen shots of the T.code Creating for the table after the maintaince view had been created ......
http://www.sapdevelopment.co.uk/tips/tips_tabmaint_tcode.htm
Regards,
Omkar.
‎2007 Oct 23 10:39 AM
Hi
You can create new Tcode from Tcode SE93
Fill all the attributes
Give your custom txn name 'ZTXN'.
Give the Short text for it .... (This short text will appear if u choose this txn as favourites on SAP Easy access)...
Select the Object type of your program from the 5 radiobuttons that come up..Select 2nd option if its a report program. Press Enter.
When you go to the next screen, Enter name of the Program(ZPROG) you are intending to make the transcation for ...
Save the Transaction.
Now you can type the transaction ... 'ZTXN' in the command bar that will take you to the selection screen of the program ZPROG...
Regards
Pavan