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

Transaction for Table

Former Member
0 Likes
556

Hello all,

how to create a T-code for table?

Pls help me with all step wise,

Thanks in Advance....

Perfect answer will be rewrded.....

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
537

Hi,

We can create Tcode for a table.

follow the procedure as below.

1. create table maintenace generator in se11.

2.adjust the entrie in table using se14 use SAVE radiobutton while adjusting.

3.go to se93 select Transaction with parameters .

4.provide THE FOLLOWING PARAMETERS.

VIEW <TABLEVIEW NAME >

UPDATE 'X'.

SAVE THE TCODE .

THIS WILL CREATE THE TCODE FOR A TABLE .

<b>Reward if it useful to you</b>.

Hello all,

how to create a T-code for table?

Pls help me with all step wise,

Thanks in Advance....

Perfect answer will be rewrded.....

3 REPLIES 3
Read only

Former Member
0 Likes
537

Hi Mahendra,

check the thread:

Read only

Former Member
0 Likes
538

Hi,

We can create Tcode for a table.

follow the procedure as below.

1. create table maintenace generator in se11.

2.adjust the entrie in table using se14 use SAVE radiobutton while adjusting.

3.go to se93 select Transaction with parameters .

4.provide THE FOLLOWING PARAMETERS.

VIEW <TABLEVIEW NAME >

UPDATE 'X'.

SAVE THE TCODE .

THIS WILL CREATE THE TCODE FOR A TABLE .

<b>Reward if it useful to you</b>.

Read only

Former Member
0 Likes
537

Hi Mahendar.

Check this one.

1 Goto SE93 transaction

2 Choose 5th option Transaction with parameters

3 Give transaction : SM30, Check Skip Initial Screen Press Enter

4 Goto Bottom left corner, click F4 select viewname, on right hand side give table name

5 Press one more time F4, choose update , mark it X on right side.

6 save the transaction.

<b>Reward if it useful to you.</b>