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

transaction code for maintenance view

Former Member
0 Likes
9,487

Hi all

I created a maintenance view and I also generated the table maintenance dailog for the view.Now I am changing the values using the transaction code SM30.But I have to create a transaction code for this maintenance view to access it and update the table instead of using sm30 for this purpose.Please help me.

Thank You.

Regards

Giri.

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
3,246

Hello Giri

Go to transaction SE80 (or SE93) and create a new <b>parameter</b> transaction. Set SM30 as default transaction and add the following default values:

VIEWNAME	<name of your view>
UPDATE	X

Regards

Uwe

5 REPLIES 5
Read only

uwe_schieferstein
Active Contributor
3,247

Hello Giri

Go to transaction SE80 (or SE93) and create a new <b>parameter</b> transaction. Set SM30 as default transaction and add the following default values:

VIEWNAME	<name of your view>
UPDATE	X

Regards

Uwe

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
3,246

Hi

create the transaction thru SE93.

regards,

kumar

Read only

Former Member
0 Likes
3,246

Hello Giri,

create a transaction as Parameter Transaction in SE93,

Then give SE30 for Transaction name in the next screen.

Below that give 'view' in Name of screen field and the table name in value.

below that give 'update' in name of screen field and 'X'

in value.

Vasanth

Read only

Former Member
0 Likes
3,246

Hi!

Use the SE93 transaction and copy the SM30 transaction to a ZSM30 transaction if this is what you want.

Regards

Tamá

Read only

Former Member
0 Likes
3,246

Hi

create transaction using 'se93'

select parameter transaction and give below attributes

Transaction code ZTX1

Transaction text Maintain View ZSDCZTVIEW

Transaction SM30 Screen 0

From module pool

Name of screen field Value

VIEWNAME = ZSDCZTVIEW

UPDATE = X

Thanks