‎2008 Nov 05 4:19 PM
Hi all,
I created Maintenance View and i want to create a T-Code for the maintenace view.
I go to SE93 and enter the name and push a create push button. But i dont know the category i must select for the maintenace view.
Would you please help me out and please advise me step-by-step.
Thank you in advance,
Regards,
Peerasit
‎2008 Nov 05 5:04 PM
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'.
‎2008 Nov 05 4:30 PM
best is simply to copy a standard transaction code which is doing the same, for example OB28. You only need to replace the name of the maintenance view!
‎2008 Nov 05 4:47 PM
Select the last option "Transaction with parameters"
default values for transaction use : SM30.
check skip initial screen.
in name of screen field enter SHOW and for value 'X'.
‎2008 Nov 05 5:04 PM
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'.
‎2014 Apr 28 12:20 PM
How do I set authority check for this transaction with maintenance view?
‎2014 Apr 29 8:38 AM
Hi,
Try giving the authorization in the Table Maintenance Generator of the view
Regards
Anand