‎2007 May 12 5:19 AM
Hi experts ,
I want to add the items in the bdc code when i uploding the purchase order transectional data.so hw can i add the line items in the bdc code.?
pls send me the detail coading .
Thanks
‎2007 May 12 7:00 AM
Hi,
http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm
<b>http://searchsap.techtarget.com/search/1,293876,sid21,00.html?query=Addinglineiteminbdc+code&bucket=ALL</b>
www.wst.nu/resumehomepage/resumes14/00000029.htm
Hope it helps you.
Reward if it useful.
‎2007 May 12 12:40 PM
Hi
Just go with normal recording, and you should be able to do it. Use transaction SHDB for recording the steps.
Reward points if helpful
Regards
‎2007 May 14 7:32 AM
Prasad,
1/ You can catch(while recording) the OKCODE for adding new line before populating item on table control.Normally this functionality is available in "Edit->Insert New Line" in menu bar of that perticular screen where you want to add items.
2/ Find the standard LSMW program if available, in this case you will not have to handle it exclusively as standard program take cares of it.
please REWARD THE POINTS.
thanks
Kishor
‎2007 May 14 9:34 AM
hi
good
you cant add anykind of data in BDC code during the runtime,yes you can test the data during debugging time and can change the code accordingly.
Thanks
mrutyun^