cancel
Showing results for 
Search instead for 
Did you mean: 

Reg Transactions Table Maintenance

Former Member
0 Kudos

Dear ABAPers,

What is meant by Developing Transactions for Table Maintenance. If I am right is it used for Maintaining Customized data.

Can anybody explain me with an example.

Thanx in advance.

Prakash

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Parameter transactions allow you to preassign values to the fields on the initial screen.

If you supply all of the necessary entries for the initial screen in this way, you can suppress the screen when the transaction is executed.

for example if u want to maintain table U go to SM30 and give initial values on the initial screen (of SM30)and execute .....

instead u create a Parameter transaction ( u can execute this as a normal transaction )For which u supply all the necessary initial screen values of SM30 so that u will directly go to table maintenance screen and skip the initial screen.

Former Member
0 Kudos

From se93 Select Parameter Transaction

in the screen

select transaction code mention SM30 and check skip initial screen.

In the Default values.

Name of the screen field = VIEWNAME

value = <Your table name>

In the next line

Name of the screen field = UPDATE

value = 'X'

nablan_umar
Active Contributor
0 Kudos

It probably meant to create a transaction code that be able to maintain the newly created table. You use Table Maintenance Generator in SE11 to create the screens. Then using SE93, create a parameter transaction of transaction SM30.