Good Day Guru,
I'm trying to perform the bapi below, but an error of Number Range 08 in purchase requisition is showing. Any workaround to solve this issue?
CALL FUNCTION 'BAPI_REQUISITION_CREATE'
IMPORTING
NUMBER = lv_pr
TABLES
REQUISITION_ITEMS = it_nitem
REQUISITION_ACCOUNT_ASSIGNMENT = it_naccount
RETURN = T_RETURN.
COMMIT WORK.
Regards,
Harvey