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: 

How to create Transaction code for Table Maintanance generator.?

former_member687052
Participant
0 Kudos

Hi,

I have created a Z Table. and I maintained the Table maintenance generator for the same. Now, my requirement is.. I have to create Transaction code for maintain and Display of this Z table.

Can someone help me how to create the transaction code for Maintain and Display of the table. I know that we have to create a Transaction code for 'SM30'. Can someone tell me the steps to do the same. When I goto SE93 and say CREATE transaction, I get 5 options, Which one to select and what are the details should I provide in the subsequent screens.

Thanks in advance.

Best Regards,

Paddu,

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

In se93,you can select the 5th option i.e

Transaction With parameters (parameter transaction)

Regards

Kiran Sure

10 REPLIES 10

Former Member
0 Kudos

Hi,

In se93,you can select the 5th option i.e

Transaction With parameters (parameter transaction)

Regards

Kiran Sure

JozsefSzikszai
Active Contributor
0 Kudos

hi Paddu,

best is to copy any existing one. For example copy transaction code OY01, add a name you like and change the table name inside.

hope this helps

ec

Former Member
0 Kudos

Hi,

choose Parameter transaction, enter SM30 in field transaction, optional mark skip initial screen, enter the following default values:

VIEWNAME = VIEWNAME

SHOW = X or EDIT = X

Regards Rudi

0 Kudos

Hi,

Thank you very much for your responses.

Here I want to create two different transactions... one for Displaying and another for Maintining. What what should I do for creating DISPLAY transaction and for MAINTAIN transaction. What is the difference in the procedure while creating these two transactions..? Could you please help me on these things.

Thanks in advance.

best regards,

Paddu.

0 Kudos

hi Paddu,

as everyone told above for maintain you have to add the word : UPDATE. To create a display only transaction, you have to add : SHOW (instead of UPDATE)

hope this helps

ec

0 Kudos

Hi,

Here is the link :

[Maintain parameter transaction code|http://help.sap.com/saphelp_40b/helpdata/en/a7/5134f9407a11d1893b0000e8323c4f/content.htm]

Reward if helpful.

RSS

Former Member
0 Kudos

Deleted due to double posting

Rudi Mentaer on Jun 17, 2008 11:35 AM

Former Member
0 Kudos

Hi,

Check the below steps......

1. Go to Tcode u2018se93u2019.

2. Select ' Transaction with parameters'.

3. Then Transaction 'SM30' with click on skip initial screen

VIEWNAME : XXX9tABLE NAME)

UPDATE : X

4. Maintain the Table maintenance generator

Authorization group : &NC&

Authorization object :

Function group : name(xxx)

Maintenance Screens :

-


Maintenance type : One step

Maint Screen No : Overview screen (2)

If still u have problem I will send u steps with Screen shot ...send me Yr id.

Regards,

Biswanath

Former Member
0 Kudos

Hi,

You can try this.

Use Field name UPDATE to MAINTAIN

SHOW to DISPLAY.

Regards,

Viji.

Former Member
0 Kudos

hi.....

in se93..

when u have to create transaction for table maintainnence..

select the option for parameter transaction.

then give sm30 in transaction tab..

then for chaging give the update option in proposed values and for displaying show option.

thats all...