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

TCODE Creation

Former Member
0 Likes
634

Dear All ,

How to create transcation code for Table maintenance view .

5 REPLIES 5
Read only

Former Member
0 Likes
594

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

Read only

Former Member
0 Likes
594

u cannot create txn codes for views

Read only

0 Likes
594

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

Read only

former_member404244
Active Contributor
0 Likes
594

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

Read only

Former Member
0 Likes
594

hi

good

use SE93 tcode to create your own transaction code.

THANKS

MRUTYUN^