Application Development 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: 

Creation of T.Code

Former Member
0 Kudos
159

Hi All,

How to create T.Code for a Custom Table.

I have tried it in SE93. But I have no idea how to create T.Code for a table. So please help me in this issue.

Thanks in Advance,

Regards,

Ramana Prasad.

8 REPLIES 8

Former Member
0 Kudos
124

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 .

~~Guduri

Former Member
0 Kudos
124

hi

Go to se93.

Then create the new T.code.

Under that select parameter Transaction.

Then give the sm30 in the t.code in default values tab.

check the checkbox skip initial screen.

in classification tab.

click checkbox inherit gui attributes..

Now below..

In the default values..

select

viewname and give ur table name.

UPDATE= X

save and check it once...

thanks

Ashu

Former Member
0 Kudos
124

Hi,

For creating a tcode for a table..

First you have to create a table maintenance for that table in SE11...

hope you have completed the TM part..

Steps for creating tcode..

GO TO se93

Give the tcode name..

Then press create..

Give description..

Choose the option.."Parameter transaction"

Press enter..

in the tcode give SM30..

Press enter..

Check the skip first screen check box..

In the bottom of the screen..Give the following entries..

VIEWNAME Table name

UPDATE X

Press save...

Thanks

Naren

Former Member
0 Kudos
124

Hi,

See the links

Check this link for creating a transaction code for a TM

http://www.sap-img.com/abap/create-a-table-maintance-program-for-a-z-table.htm

Please go throught below link ..... it was given with screen shots of the T.code Creating for the table after the maintaince view had been created ......

http://www.sapdevelopment.co.uk/tips/tips_tabmaint_tcode.htm

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20im...

Regards,

Padmam.

anversha_s
Active Contributor
0 Kudos
124

Hi,

Table Maintenance generator is required for that..

How to activate Table maint.

Goto SE11 and open the table.

Click UTILITIES -> Table Maint. Generator, Enter the details and click on Save. Then activate the table.

chk a sample 1.

refer.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20im...

******************

how to create a a T-code of that

Go to se93.

Then create the new T.code.

Under that select parameter Transaction.

Then give the sm30 in the t.code in default values tab.

check the checkbox skip initial screen.

in classification tab.

click checkbox inherit gui attributes..

Now below..

In the default values..

WRITE

viewname = give ur table name.

show = X

save and check it once...

now u can able to call ur table through ur new t.code...

Rgds

Anversha

Former Member
0 Kudos
124

Can someone tell where these custom Tcodes are stored? Which table name?

I need to do a reverse of this activity. I need to find out Tcodes already created for a custom table view. I have a list of around 50+ custom tables for which someone might have created a T-code. And I need to find out that Tcodes.

Thanks.

Shreyas

Former Member
0 Kudos
124

hi,

goto SE93 transaction code and then enter Create.

it will ask for programname..link that with the program name which u want to fetch the result..i think this should solve ur problem.