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

Module pool program help needed

Former Member
0 Likes
309

Hi Experts,

I am constructing a BDC for the Ib02 transaction,need your help.In are requirement we manage the records though a module pool program where we have 3 table controls displaying the BOM items.Records can be added or deleted in each of these table controls.suppose user adds new records or deletes the existing records which can be done in all these table controls and presses the save button BDC for IB02 is called in background mode.The requirement is how to identify the purticular records in IB02 which have been deleted or added or modified ?how to handle this?Thanks in advance

regards,

sangram

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
280

Hello,

You can have a track based on the line items. If the item is found the database then you have to modify else you have to append that entry in the line items.

Regards,

Naimesh

Read only

0 Likes
280

Hi Naimesh,

Thanks for the suggestion.i was able to write the BDC for add functionality by setting a flag and finding page count it is working fine.i have doubt in deleting how to go about it.

Thanks in advance

sangram