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 the transaction code to the table?

Former Member
0 Likes
596

how to create the transaction code to the table?

please update the solution.

Thanks

Sri

how to create the transaction code to the table?

please update the solution.

Thanks

Sri

4 REPLIES 4
Read only

Former Member
0 Likes
558

step1, use the trancaction code : se93, and its type is transaction with parameters (parameter transaction)

step2, maintain the field "transaction" is the sm30

step3, you should add two parameter for the field "Name of screen field'",

UPDATE = 'X'

Tableview = 'Z_TABLE"

george shi

Read only

Former Member
0 Likes
558

you means ...you already create table maintenance and you want create transaction code for it?

if yes,

Create TCODE for Table Maintenance

1.SE93

2.Choose the Transaction With Parameters (Parameter Transactions)

3.Enter.

4.At screen DISPLAY Parameter Transactions, fill in SM30 at Transactions and skip initial screen.

at DEFAULT VALUE, key-in

- VIEWNAME | (name of your table)

- UPDATE | X

Link: [ABap Tips & Notes|http://abap4beginner.blogspot.com]

Read only

Former Member
0 Likes
558

You can reference the system T-CODE: KZM2.

It's a transaction with parameters.

The friends' opinion is correct. Before you create the t-code,you must create the table maintenance first.

Read only

venkat_o
Active Contributor
0 Likes
558

Hi Sri sai, Just follow the link and see the step by step procedure to create t.code to the Table. [http://www.saptechnical.com/Tips/ABAP/TableMaintenance/Transaction.htm|http://www.saptechnical.com/Tips/ABAP/TableMaintenance/Transaction.htm] Regards, Venkat.O