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

Table Maintanance Generator

Former Member
0 Likes
1,099

How to create Transaction Code for Table Maintainance Generator.

Regards,

Satya

1 ACCEPTED SOLUTION
Read only

former_member150733
Contributor
0 Likes
1,045

Create the Table maintanace generator.

1. In the SE93 transaction create a parameter transaction.

2. Give the transaction as SM30 and check the 'skip initial screen' option.

3. In the default values screen

(a)Give the 'name of screen field' as VIEWNAME and Value as your table name

(b) Give the 'name of screen field' as UPDATE and Value as X

Save and you can test your transaction.

Hope this helps. Reward if found helpful.

Regards,

Anish Thomas

Message was edited by: Anish Thomas

How to create Transaction Code for Table Maintainance Generator.

Regards,

Satya

8 REPLIES 8
Read only

Former Member
0 Likes
1,045

Use transacrion se93 for creating new transactions.

Read only

0 Likes
1,045

y. SM30 is there...

or u can achive this via transaction SE93.

Go to se93.

Then create the new T.code.

Under that select parameter Transaction.

Then give the sm30 in the t.code in default values tab.

check the checkbox skip initial screen.

in classification tab.

click checkbox inherit gui attributes..

Now below..

In the default values..

WRITE

<b>viewname = give ur table name.

show = X</b>

save and check it once...

now u can able to call ur table through ur new t.code...

Read only

anversha_s
Active Contributor
0 Likes
1,045

hi naga,

no need for a txn code.

SM30 -> is for that.

rgds

anver

Read only

Former Member
0 Likes
1,045

Hi,

In SE93 give a new transaction code name. One pop up screen will display. Choose the 5th option(Parameter transaction). In transaction give value 'SM30'. In default value enter

VIEWNAME = Your table name

UPDATE = 'X'

Thanks

Swagatika

Read only

former_member150733
Contributor
0 Likes
1,046

Create the Table maintanace generator.

1. In the SE93 transaction create a parameter transaction.

2. Give the transaction as SM30 and check the 'skip initial screen' option.

3. In the default values screen

(a)Give the 'name of screen field' as VIEWNAME and Value as your table name

(b) Give the 'name of screen field' as UPDATE and Value as X

Save and you can test your transaction.

Hope this helps. Reward if found helpful.

Regards,

Anish Thomas

Message was edited by: Anish Thomas

Read only

Former Member
0 Likes
1,045

Hi,

Once you are done with the tablemaintenance generator create trnsaction variant for the table with transaction SM30 and your table name using transaction code SHD0.

once you have Transaction variant you can attach a transaction code to it by going to transaction SE93.

Hope this helps.

Read only

Former Member
0 Likes
1,045

Hi,

use transaction se93 and select parameter transaction

to create TCODe for table maintainence.

Regards

amole

Read only

Former Member
0 Likes
1,045

Hi,

use below steps

se093-select parameter transaction->

transaction->SM30

check skip initial screen.

Default values

VIEWNAME table name

SHOW X

SHOW_LTD .

UPDATE .

Regards

Amole