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 a Z-table

Former Member
0 Likes
5,281

How to create transaction code for a Z-table?

Se93 --> then which radio button to be selected? and what is the program nam e to be given

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,358

Hi Sam,

<b>Procedure to create a TCODE for ZTABLE:</b>

Create a table maintainance/View for the Z* Table.

Once you create the view goto SE93>Select Parameter transaction and give the short desc.>

Give the transaction as SM30(Skip the first screen-optional)>Check all check boxes under GUI support>In the default values(grid)section first row give the VIEWNAME as you created initially and the second row UPDATE as X.

<u><i>Se93 --> then which radio button to be selected</i></u>

Select the parameter transaction as a radio button.

<u><i>what is the program nam e to be given</i></u>

no need to give any program name. Instead you have to give the transaction code name as SM30.

Pls mark the helpful answers.

Thanks

Eswar

How to create transaction code for a Z-table?

Se93 --> then which radio button to be selected? and what is the program nam e to be given

5 REPLIES 5
Read only

Former Member
0 Likes
2,358

Select the radio button (Transaction with parameters).Give the transaction as SM30. Select the check skip initial screen. Check all the check box in GUI Support. In the default value give

VIEWNAME <Table Name>

UPDATE X

Also before creating the transaction check u have created table maintanence in SE11.

Read only

Former Member
0 Likes
2,358

Are you updating the table through a table maintenance generator or a custom program?

Rob

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
2,358

Hi Sam, if you have create a table maintenance, then do as follows.

Go to SE93, enter tcode, click create, enter description, select radiobutton for "transaction with parameters", in the next screen, select radiobutton for transaction, enter SM30, and click the "Skip initial screen". Then in the default values box at the bottom, enter VIEWNAME on the left and the name of the table on the right, next line put UPDATE on the left and X on the right. Save it.

That's it.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
2,358

Hi,

IF you using SM30 do the following..

Go to SE93..GIve the transaction code..Then press create..

Then select the "Transaction with parameters".

Then give the transaction code SM30 in the field transaction and check the skip initial screen..

Then press enter..

THen in the bottom of the screen Give the screen field name and value..

VIEWNAME ZTABLE

SHOW X

Then save it..

Thanks,

Naren

Read only

Former Member
0 Likes
2,359

Hi Sam,

<b>Procedure to create a TCODE for ZTABLE:</b>

Create a table maintainance/View for the Z* Table.

Once you create the view goto SE93>Select Parameter transaction and give the short desc.>

Give the transaction as SM30(Skip the first screen-optional)>Check all check boxes under GUI support>In the default values(grid)section first row give the VIEWNAME as you created initially and the second row UPDATE as X.

<u><i>Se93 --> then which radio button to be selected</i></u>

Select the parameter transaction as a radio button.

<u><i>what is the program nam e to be given</i></u>

no need to give any program name. Instead you have to give the transaction code name as SM30.

Pls mark the helpful answers.

Thanks

Eswar