Hi Gurus,
I have a custom report, let's call it YREV, in ABAP that uses the FM 'L_TO_CREATE_MULTIPLE' and gives an error as follows:
"(STOP) Material is not the same for confirmation and delivery"
Note: (STOP) is an icon.
The scenario is that YREV is called from a custom dialog program, which we will call SAPMYCUS, when the Reverse radiobutton is chosen and Enter button is pressed.
This is used to reverse the posted GI of a given Outbound Delivery.
The problem is that the error mentioned above is shown on screen and yet when I check, the reversal to the GI is done.
Why is this so?
The client who needs this program is complaining that the reversal is done but only partially.
How do I check this "partial cancellation"?
Is there any other FM that can replace this?
According to [this|http://help.sap.com/saphelp_40b/helpdata/en/c6/f83a434afa11d182b90000e829fbfe/content.htm], these FMs were created so that it is easier compared to using batch input to process transfer orders.
I'm starting to think otherwise.
Hoping for your help regarding this matter.
Thanks.
~ ric