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

Updating custom table using call transaction

Former Member
0 Likes
573

I have a custom db table which has to be updated using call transaction. We have Header data and Item data in the input file(.txt file) which can be distinguished by the indivator as 'H' or 'I'. Now they have also mentioned to use Table control to insert the item details into the custom table. All constant values will be given in the input file but we have to enter some custom values also.

How to update a custom table using Call Transaction method. How can we use Table control (Module Pool) for this purpose).

Please reply. Its urgent.

Thanks in Advance.

I have a custom db table which has to be updated using call transaction. We have Header data and Item data in the input file(.txt file) which can be distinguished by the indivator as 'H' or 'I'. Now they have also mentioned to use Table control to insert the item details into the custom table. All constant values will be given in the input file but we have to enter some custom values also.

How to update a custom table using Call Transaction method. How can we use Table control (Module Pool) for this purpose).

Please reply. Its urgent.

Thanks in Advance.

1 REPLY 1
Read only

former_member189629
Active Contributor
0 Likes
372

Vignesh,

Create a table maintenance transaction for ur custom tables. Check this link for ref...

http://allaboutsap.blogspot.com/2007/04/table-maintenance-in-sap-step-by-step.html

And create a BDC recording and code a program accordingly...

regards,

karthik