‎2006 Nov 27 7:17 AM
Dear All ,
How to create transcation code for Table maintenance view .
‎2006 Nov 27 7:18 AM
In transaction SE11, in the attribute tab of your z table check table maintenance check box. Go to SM30 transaction, enter the ztable name and click on maintain button. Here you can enter new entries into the ztable .
Or
You can create a PARAMETER TRANSACTION for the transaction for SM30 .
Follow these steps :
1. go to transaction SE93 , give your own transaction code say ztran_tab, for maintaining your ztable.
2. Click on create button and check the radio button Transaction with parameters (PARAMETER TRANSACTION) and click on the tick button.
3. In the next screen enter default values:
transaction : SM30
check the check box skip initial screen
4. Scroll down you will find a table control for default values
-
Name of the screen field | value
-
VIEWNAME | your ztable name
SHOW | X
Save your work.
Now as you have created a custom transaction for maintaining your ztable this transaction can be called from any program with CALL transaction 'XXX'.
‎2006 Nov 27 7:18 AM
‎2006 Nov 27 7:20 AM
in SE93, create the transaction as a "transaction with parameters". Enter SM30 as the transaction, then check the "skip first screen" checkbox and hit enter. Now at the bottom of the screen in the default values table control, enter the values like so...
Name of Screen Field Value
VIEWNAME <maintenance view name>
UPDATE X
‎2006 Nov 27 7:22 AM
Hi,
You can create a PARAMETER TRANSACTION for the transaction for SM30 . for the ztable u created u can directly assign the tcode for it.
1> go to transaction SE93 , give your own transaction code .
2>. Click on create button and check the radio button Transaction with parameters (PARAMETER TRANSACTION) and click on the tick button.
3>. In the next screen enter default values:
transaction : SM30
4. Go to table control for default values
VIEWNAME | your ztable name
UPDATE| X
save it.now when u give the new tcode for the table,u can directly see the ztable and directly enter the values in it.
Regards,
Nagaraj
‎2006 Nov 27 8:05 AM
hi
good
use SE93 tcode to create your own transaction code.
THANKS
MRUTYUN^