‎2008 Dec 10 6:52 AM
Hi Experts,
I am able to create the sales order but , quantity in the item is blank and ultimately no schedule line item is created even though i am passing the data into BAPI.
I tried some OSS notes and also tried some of the suggestions given in other threads but still not able to solve the issue.
Could sombody give an exact reason or solution for this proble.
Regards,
Praveen.
‎2008 Dec 10 6:55 AM
‎2008 Dec 10 8:04 AM
you can pass value X in below strctures
if not ORDER_ITEMS_IN-ITM_NUMBER is initial.
ORDER_ITEMS_INX-ITM_NUMBER = ITM_NUMBER.
endif.
like check your assing values and put the condtion.....
ORDER_ITEMS_INX = ORDER_ITEMS_IN1X
ORDER_SCHEDULES_INX = ORDER_SCHEDULES_IN1X
‎2008 Dec 10 9:08 AM
Hi,
Pouplate all the field in ORDER_SCHEDULES_INX as 'X' for all the fields that you have pouplated in ORDER_SCHEDULES_IN, the same goes for ORDER_CONDITIONS_IN & ORDER_CONDITIONS_INX.
Regards,
Prashant.
‎2008 Dec 10 11:14 AM