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

How to create T-Code for Table Maintanance

Former Member
0 Likes
1,258

Hi,

How to create T-Code for Table Maintanance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,124

Hi,

Select the tcode type as Transaction with parameters.

Fill transaction as SM30

Check Skip initial screen

Input screen field name as VIEWNAME & value as <TABLE NAME>

also, screen name as UPDATE & value as X.

Regards,

Kritesh Shah

Hi,

Select the tcode type as Transaction with parameters.

Fill transaction as SM30

Check Skip initial screen

Input screen field name as VIEWNAME & value as <TABLE NAME>

also, screen name as UPDATE & value as X.

Regards,

Kritesh Shah

8 REPLIES 8
Read only

Former Member
0 Likes
1,125

Hi,

Select the tcode type as Transaction with parameters.

Fill transaction as SM30

Check Skip initial screen

Input screen field name as VIEWNAME & value as <TABLE NAME>

also, screen name as UPDATE & value as X.

Regards,

Kritesh Shah

Read only

Former Member
0 Likes
1,124

Hi,

You can create a t.code for the table from transaction SE93.By choosing fifth radiobutton Transaction with parameters.(Parameter Transaction.

Best Regards,

Venkat.

Read only

Former Member
0 Likes
1,124

Hi,

Please Have a look Below.

Eg:-

-> nSE93 - Maintain Transactions
->  Enter a new Transaction Code and click on the "Create" button
-> Select "Transaction with parameters (parameter transaction)

-> Select "Screen" and screen enter 100 for SM30 and 200 for SM34 & from module SAPMSVMA

-> Type in VIEWNAME for the name of the screen field for SM30 and VCLDIR-VCLNAME for SM34 and the table name or view cluster name for value

->  For SE16 select "Transaction" and enter SE16 & select "Skip initial screen"

-> Enter DATABROWSE-TABLENAME for Name of screen field
-> Enter table of interest for value

Hope this is helpfull,

Thanks

kalyan

Read only

Former Member
0 Likes
1,124

goto se93 create a ztransaction

select transaction with parameters

give transaction SM30

Click on skip initial screen

name of the screen value

VIEW 'ZTABLE_NAME'

UPDATE 'X'

Read only

Former Member
0 Likes
1,124

This message was moderated.

Read only

Former Member
0 Likes
1,124
Read only

Former Member
0 Likes
1,124

Hi,

Go to SE93 and create transaction and select transaction with parameters in the second screen. And give SM30 for transaction.

Regards,

Jyothi CH.

Read only

Former Member
0 Likes
1,124

Hi,

Go to t-sode se93 and specify the last option Transaction with parameter or parameter Transaction.

Under the defaults block, specify the transactionas sm30 and check the 'skip initial screen' .

In the bottom of the screen , you would specify the details like this,

Name of the screen fields.........values,

Update -


X.

Viewname .........name of your table,

and save all these, dont forget to save.

I think this will work.

Thanks.