2009 Dec 17 5:26 AM
Hello Experts,
I want to create one transaction to maintain the Z-table.
I have created the transaction but i not sure what value need to pass in the default valuse section.
In Default value section
Viewname :
Update:
This both thing i have added but not sure what need to be passed in to it.
Can you please confirm whether the table name which need to be maintain via this transaction will be passed in the "Viewname" ??
Thanks in advance!!
Regards,
Chirag
2009 Dec 17 5:33 AM
Hi Chirag,
For view name give the view name you gave in table maintenance.
For update give X. Hope your query resolves soon.
Have a best day ahead.
2009 Dec 17 5:34 AM
Hi Chirag,
Yes you can use parameter tranaction to create the same.
1. Create maintaincnace genereator for Z table
2. Create parameter transaction using
transaction = SM30
viewname = <Z table name>
UPDATE = 'X' (or) SHOW = 'X'.
Ex: you can refere to LRFMD transaction for reference
Nag
2009 Dec 17 5:36 AM
Hi
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..
select
viewname and give ur table name.
UPDATE= X
save and check it once...
2009 Dec 17 5:40 AM