Sir,
CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
EXPORTING
goodsmvt_header = header
goodsmvt_code = c_code
TABLES
goodsmvt_item = it_item
goodsmvt_serialnumber = it_sno
return = return.
in the it_item itab, appended 5 materials.
in it_sno itab
for that 5 materials i added serial no starting from 1 to 5 in mat_doc items fields
while executing, no error, Nor no Material Issued.
While issuing same 5 Materials in 'MB1A'.
Seeing in MSEG table one Document Number is generated,in material Document item(Line ID) displaying 1 to 5 no's Displayed.
Regards,
Venkatramesh