‎2007 Oct 24 5:54 AM
Hi,
I want to create <b>Transaction for Table</b>, not necessary that it is ztable or pre-defined table.....
Thanks & Regards,
<b>Anil Kumar</b>
‎2007 Oct 24 5:59 AM
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
Regards
Anji
‎2007 Oct 24 5:57 AM
Hi,
You will have to create a report program which calls transaction SE11 or SE16 with BDC.
Assign transaction to the report program using SE93 transaction.
Best regards,
Prashant
‎2007 Oct 24 5:57 AM
You can not create transaction for a table unless it is a table maintenance for a table.
What is your requirement?
ashish
‎2007 Oct 24 5:57 AM
Hi,
If you have table maintenance generated for those tables..Then use the following steps
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
Thanks
Naren
‎2007 Oct 24 5:59 AM
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
Regards
Anji