cancel
Showing results for 
Search instead for 
Did you mean: 

add serial no in delivery document

Former Member
0 Kudos

hi expets

i want to add serial no to a delivery document for that i have written the BDC is is updating the serial ,however i m facing problem the BDC it is adding serial no to only first line item (ex:- posnr 01) i want to add serial no simultaneouly to all the line items (ex: posnr 01 ,posnr 02 etc)

please suggest how to solve the problem

thanks in advance..

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI

Check your BDC Program with the help of abapper.

It requires Table control logic in the BDC program

regards

Prashanth

Former Member
0 Kudos

hi thanks for reply

can u please help me how to use table control in bdc is there any necessary tranasction or steps to i have to follow.

Former Member
0 Kudos

HI

Abapper has to write a piece of code for that

regards

Prashanth

Former Member
0 Kudos

can u plz provide me some example

i am unable to get proper solution plz help me

Former Member
0 Kudos

Hi

Table control is used to enter multiple line items in BDC. In the loop statement for BDC_INSERT we have to go for one

more loop with in this loop. An make sure is there any ADD button is there for the table control. And write statements

accordingly.

http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm

regards

Prashanth

Answers (1)

Answers (1)

Former Member
0 Kudos

please reply