BAPI_GOODSMVT_CREATE 提醒 为总数量维护序列号 问题是缺少序列号
CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
EXPORTING
goodsmvt_header = gmhead
goodsmvt_code = gmcode
IMPORTING
goodsmvt_headret = mthead
materialdocument = mat_doc
TABLES
goodsmvt_item = itpt
RETURN = berrmsg.
解决方案 可以对 itpt-SERIALNO_AUTO_NUMBERASSIGNMENT = 'X'."序列号自动输入
进行解决