Skip to Content
0
Former Member
Apr 15, 2010 at 11:51 AM

BAPI_GOODSMVT_CREATE Serial Number not getting generated

72 Views

Hi All,

I am using BAPI_GOODSMVT_CREATE to achieve the functionality of MB1B(Transfer Posting).

I am able to create the material document successfully.

But the issue is for materials for which the serial number is mandatory. If i create the document in MB1B it asks for serial number as mandatory. But this does not occur for the bapi.

The BAPI does not create the material number with the serial number. Further more it does not even validate the value which i enter in serial number(junk value if I enter).

I am passing the serial number in the table

GOODSMVT_SERIALNUMBER-MATDOC_ITM = '0001'

GOODSMVT_SERIALNUMBER-SERIALNO = 'ABCDEF'.

Kindly suggest on what should be done.