‎2007 Aug 02 3:16 PM
I have extened the BAPI and am getting valid results for VBAK and the first line item on the order in VBAP. The issue I'm having is with any subsequent line items on an add. Since there is no item number(posnr) it always applies the extention only the the first line item that is still 000000.
Is there a way to get the needed extention to recognize the items beyond the first??
Thanks in advance..
Darrin
‎2007 Aug 02 6:47 PM
Is it possible I'm using the incorrect BAPI to have en extention work on all line items when adding an order??
‎2007 Aug 03 2:08 PM
‎2007 Aug 03 2:39 PM
do you mean that for line item which more than 1 you need the value like 000010 for 1st item, 000020 for 2nd item and so on ???
‎2007 Aug 03 2:55 PM
Putting line items in on a change works, but for a create there are no line items available so the item number on all items is 000000. The line items are assigned after the place in the code that moves the extention.