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

TABLE Transaction

Former Member
0 Likes
581

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>

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
557

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

4 REPLIES 4
Read only

Former Member
0 Likes
557

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

Read only

Former Member
0 Likes
557

You can not create transaction for a table unless it is a table maintenance for a table.

What is your requirement?

ashish

Read only

Former Member
0 Likes
557

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

Read only

Former Member
0 Likes
558

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