Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_INCOMINGINVOICE_PARK

patty_1982
Contributor
0 Kudos

Hi gurus,

is there a way to change RM08M-VORGANG through BAPI_INCOMINGINVOICE_PARK?

Thank you

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

AFAIK It is not possible to create Subsequent Debit or Credit documents with BAPIs.

So you may be required to trick the system with some EXPORT TO MEMORY and an implicit enhancement option in form RBKPV_FILL_FROM_HEADERDATA in Include LMRM_BAPIF12 or some of the available BAdI (1156325 - BAdIs in the Logistics Invoice Verification environment) But debug execution, as the program may later overwrite your changes.

Regards,
Raymond