Application Development 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: 

Creation of Transaction

Former Member
0 Kudos
102

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

4 REPLIES 4

g_srivastava
Active Contributor
0 Kudos
72

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.

Former Member
0 Kudos
72

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

Former Member
0 Kudos
72

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...

Former Member
0 Kudos
72

Thankyou for your replies...

Have a nice day ahead...