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

How to create Transaction code for Table Maintanance generator.?

Former Member
0 Likes
3,025

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
Read only

Former Member
0 Likes
2,102

Hi,

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

Transaction With parameters (parameter transaction)

Regards

Kiran Sure

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,

10 REPLIES 10
Read only

Former Member
0 Likes
2,103

Hi,

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

Transaction With parameters (parameter transaction)

Regards

Kiran Sure

Read only

JozsefSzikszai
Active Contributor
0 Likes
2,102

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

Read only

Former Member
0 Likes
2,102

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

Read only

0 Likes
2,102

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.

Read only

0 Likes
2,102

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

Read only

0 Likes
2,102

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

Read only

Former Member
0 Likes
2,102

Deleted due to double posting

Rudi Mentaer on Jun 17, 2008 11:35 AM

Read only

Former Member
0 Likes
2,102

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

Read only

Former Member
0 Likes
2,102

Hi,

You can try this.

Use Field name UPDATE to MAINTAIN

SHOW to DISPLAY.

Regards,

Viji.

Read only

Former Member
0 Likes
2,102

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