‎2007 Jun 04 9:57 AM
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.
‎2007 Jun 05 4:08 AM
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
‎2007 Jun 04 10:01 AM
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
‎2007 Jun 04 10:10 AM
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
‎2007 Jun 05 4:08 AM
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
‎2007 Jun 05 4:16 AM
Hi,
Check this link
http://www.sap-img.com/abap/create-a-table-maintance-program-for-a-z-table.htm
Thanks,
Naren
‎2007 Jun 05 6:11 AM
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