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

adding line items in BDc code

Former Member
0 Likes
1,068

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

4 REPLIES 4
Read only

Former Member
0 Likes
637

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.

Read only

Former Member
0 Likes
637

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

Read only

Former Member
0 Likes
637

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

Read only

Former Member
0 Likes
637

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^