Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Create T-Code for Maintenance View

former_member300754
Participant
0 Likes
15,680

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

1 ACCEPTED SOLUTION
Read only

Former Member
8,368

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'.

5 REPLIES 5
Read only

JozsefSzikszai
Active Contributor
0 Likes
8,368

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!

Read only

Former Member
0 Likes
8,368

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'.

Read only

Former Member
8,369

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'.

Read only

0 Likes
8,368

How do I set authority check for this transaction with maintenance view?

Read only

0 Likes
8,368

Hi,

Try giving the authorization in the Table Maintenance Generator of the view

Regards

Anand