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

T-code

Former Member
0 Likes
665

how to create t-code (SE93) for custom table ZXXXX and how to maintain through SM30

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
633

Hi,

Procedure to create a transaction code for ZTABLE:

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

Regards,

Ferry Lianto

5 REPLIES 5
Read only

Former Member
0 Likes
634

Hi,

Procedure to create a transaction code for ZTABLE:

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

Regards,

Ferry Lianto

Read only

0 Likes
633

When I am creating view in SM30 it is showing me as

The called function with the view/table ZFREEGOODS needs a special maintenance dialog which, however, either does not exist at all, or does not exist completely.

what to do..?

Madhu.

Read only

0 Likes
633

You first need to create the table maintenance program via SE11. Go to SE11, enter the name of the table, click change. Click Utilities, Table Maintenance Generator, enter &NC& ast the authorization group, then enter a name of a function group where the code should be generated. select "one step" give the overview screen number as "1" , Click the create button.

Regards,

RIch Heilman

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
633

Go to SE93,

Enter Tcode

Click Create,

Enter description

Choose radiobutton for "Transaction with parameters"

On next screen enter SM30 into transaction field

Check "Skip next screen".

In the section at the botton enter some parameters in the "Default Values" section.

VIEWNAME             <your table name>
UPDATE                  X

Save.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
633

Hi Madhu,

Have you created a table maintainance generator for the Ztable in SE11?

Regards,

Ferry Lianto