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

Create T Code for a Table

Former Member
0 Likes
409

Hi Experts,

Can anyone explain me the step by step procedure in Creating a T Code for a Z table.

Thanks!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
385

hi,

give the tcode u want to create -> CREATE ( or press F5) --> select transaction with parameters --> ( for maintaining table )

give SM30 in the transaction text box

--> Select the GUI attributes ( check all)

--> skip initial screen

-> Name of the Screen field ( bottom most part)

viewname -- <table name>

update -- X

save the tcode.

regards,

madhu

3 REPLIES 3
Read only

Former Member
0 Likes
386

hi,

give the tcode u want to create -> CREATE ( or press F5) --> select transaction with parameters --> ( for maintaining table )

give SM30 in the transaction text box

--> Select the GUI attributes ( check all)

--> skip initial screen

-> Name of the Screen field ( bottom most part)

viewname -- <table name>

update -- X

save the tcode.

regards,

madhu

Read only

Former Member
0 Likes
385

1. First in SE11 create the Tablemaintenance

From Utilities menu->Table maintenance Generator

Give Authorization group, Function group,

Maintenance type, Screen number

and then Create.

2 now go to se93 transaction

Give some name and then choose Transaction with Parameters

Then you enter the following in

Default values for block

Transaction SM30

Skip intial screen (check)

in GUI support check all the boxes.

in the default values

(choose them from F4).

VIEWNAME ztable

SHOW 'X'

or UPDATE 'X'.

save it.

Read only

former_member206377
Active Contributor
0 Likes
385

Hi Vikram,

Creating a tcode for a table:

1) Goto se93--> Select the option transaction with parameters

2) Under u2018default values foru2019

a. transaction ->write SM30

b. check the check box u2018skip initial screenu2019

3) check all the check boxes under GUI support

4) under default values :

1st row:

a. name of the screen field: u2018VIEWNAMEu2019

b. value : write the name of the table

2nd row:

c. name of the screen field: u2018UPDATEu2019

d. value : u2018Xu2019

save and store the transaction in the same package where the table is stored.

Reward if helpful.

Regards,

Vasuki