‎2007 Feb 20 9:21 AM
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.
‎2007 Feb 20 9:25 AM
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 XRegards
Uwe
‎2007 Feb 20 9:25 AM
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 XRegards
Uwe
‎2007 Feb 20 9:26 AM
‎2007 Feb 20 9:26 AM
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
‎2007 Feb 20 9:26 AM
Hi!
Use the SE93 transaction and copy the SM30 transaction to a ZSM30 transaction if this is what you want.
Regards
Tamá
‎2007 Feb 20 9:31 AM
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