‎2011 Jul 18 1:37 PM
Hello ,
I have an inbound idoc wherein an STO is getting created using BAPI " BAPI_PO_CREATE1" .
The issue is whenever we have a line item with deletion indicator marked as 'L' passed to tables POITEM of the above BAPI , the STO is not getting created with that line item .
Can ypu please suggest if there is any other way of creating a STO which will ignore the Deletion Indicator .
Thanks,
Suchi.
‎2011 Jul 18 5:29 PM
Suchi,
Dont you think that if the deletion indicator value is not blank then SAP considers it as deleted line item.
If you still want to create that line item in SAP then here is the solution:
Are you using a custom process code for this inbound IDoc? If yes then you can add logic in your custom FM to clear off the deletion indicator in in the POTIEM table.
If you are not using a custom process code then the only way to solve this issue is by using one so that you can add the above logic.