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

Creating Tcode for Custom Table

former_member810660
Participant
0 Likes
14,576

Hi all,

I have created a custom table ZSALESMANAGER, I have created a Maintenance view for this table ZSALESMANAGER_MV. I have to create a custom Tcode for this maintenance. so that when the i enter this tcode i should get the maintenance view scree of the table.

Please help me, how to do this.

Thanks & Regards,

Poorna.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
7,707

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 ......

<a href="http://">http://www.sapdevelopment.co.uk/tips/tips_tabmaint_tcode.htm</a>

<a href="http://">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20implement%20events%20in%20table%20maintenance.doc</a>

reward points if it is usefull ...

Girish

5 REPLIES 5
Read only

Former Member
0 Likes
7,707

Hi

follow steps below

Follow these steps :

1. go to transaction SE93 , give your own transaction code say ztran_tab, for maintaining your ztable.

2. Click on create button and check the radio button Transaction with parameters (PARAMETER TRANSACTION) and click on the tick button.

3. In the next screen enter default values:

transaction : SM30

check the check box skip initial screen

4. Scroll down you will find a table control for default values

-


Name of the screen field | value

-


VIEWNAME | your ztable name

SHOW | X

Save your work.

Hope this helps

Tushar Mundlik

Read only

Former Member
0 Likes
7,707

Hi,

Create table maintanence generator for the table . While creating you give a function group name.

Go to SE80 and check that function group name and

right click you will get an option of creating Tcode.

proceed with that

Read only

Former Member
0 Likes
7,708

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 ......

<a href="http://">http://www.sapdevelopment.co.uk/tips/tips_tabmaint_tcode.htm</a>

<a href="http://">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20implement%20events%20in%20table%20maintenance.doc</a>

reward points if it is usefull ...

Girish

Read only

Former Member
Read only

Former Member
7,707

Hi,

To create a TCODE for a custom table, follow the steps below:

1. Go to transaction SE93 ,

2.Give the name of ur tcode say zxxxx, for maintaining your ztable.

3. Click on create button,now a page opens.

4. Choose the radio button <b>Transaction with parameters</b> (PARAMETER TRANSACTION) .

5. In the next screen enter transaction as : SM30

7. Also check allthe three check boxes for the GUI support.

8. Scroll down you will find a table control for default values

Name of the screen field | value

___________________________________

VIEWNAME | your ztable name

UPDATE | X

Save your work. Thus ur Tcode is created.

Hope this helps

****Reward points if helpful.

All the best