‎2006 Aug 10 8:19 AM
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
‎2006 Aug 10 8:26 AM
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
‎2006 Aug 10 3:21 PM
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