Hi all,
I have a requirement where the goods movement should be created without using the RESB table.
To be more specific, if the user enters the same submaterial two times with two different batches.
Eg. sub material1 batch sub material2 batch
12345 001 12345 002
This throws error in BAPI_GOODSMVT_CREATE because in RESB table for the same reservation number ,
RESB TABLE :
Rsnum Material Rspos
99999 12345 0001
99999 67891 0002
Hence the BAPI considers 67891 when RSPOS is 0002 but the user entered is 12345 ie RSPOS 0001 with
a different batch.
Please help me to solve this issue.