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: 

Transaction code for custom table

Former Member
0 Kudos

Hi there,

I created one custom table. I created Tbale Maintenance Generator for this. I have to create transaction code for this table so that user can directly open this custom table in SM30. Can anybody suggest on this. is there any other way to do this so that user can directly open this custom table in SM30 mode?

Regards,

Zakir.

4 REPLIES 4

Former Member
0 Kudos

Hi

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

Anji

Former Member
0 Kudos

Hi,

Steps:

1. Create a Z table and Activate - SE11

2. Generate the Table Maintenance using SE54

It will Generate the Function group and Screens.

3. Create a Parameter transaction to Call this Table maintenace program

Goto SE93.

Create a Tcode :

Name : ZTCODE1

Type : Parameter Transaction

In the Attributes of Parameter Transaction

Enter The Transaction SM30

Select the Checkbox : Skip first Screen

Enter the Following Fields below in the Table provide.

FieldName FieldValue

VIEWNAME <YOUR ZTABLE>

UPDATE X

Save the Parameter Transaction and execute it like ant other Tcode..

It will allow you to maintain the Table entries.

Regards,

Padmam.

Former Member
0 Kudos

Hi Zakir,

Check out this related thread

Regards,

Santosh

Former Member
0 Kudos

Hi,

Here is the link which explains you with the screen shots

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

Regards

Sudheer