on 2018 Jun 04 4:14 PM
Our current process requires the invoice to be automatically created with status "Parked and Completed". As we are implementing Ariba we see that the only two status options for the Invoice to land in SAP are "Posted" (default) or "Parked" (by programmatically changing IVTYP to 'J' in the
IF_ARBERP_BADI_INB_MAP~MAP_INVC_TO_BUS2081_IN_PRE method).
Is there a way (short of re-writing the inbound process via BAPI) to have this created as "Parked and completed" or change it to "Parked and completed" after creation?
Thanks for any suggestions
Request clarification before answering.
We resolved this ourselves by triggering a method that calls
'BAPI_INCOMINGINVOICE_CHANGE' and sets the invoice to the desired status.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.