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: 

RV_INVOICE_CREATE - enqueue not required

Former Member
0 Kudos

Hi pals,

I am using RV_INVOICE_CREATE to simulate billing.

But the documents delivery documents are gettting locked. How do I use the FM without locking the documents?

thanks

Krishnan

4 REPLIES 4

ferry_lianto
Active Contributor
0 Kudos

Hi,

Please try BAPI BAPI_BILLINGDOC_SIMULATE perhaps it may help.

Regards,

Ferry Lianto

0 Kudos

thanks ferry... it may not work out.. when is use RV_INVOICE_CREATE , I just need to pass the reference document number... in BAPI... it requires more details, which i will not be providing...

ferry_lianto
Active Contributor
0 Kudos

Hi,

Please try to fill I_ANALYZE_MODE parameter in FM RV_INVOICE_CREATE perhaps it may help.

Regards,

Ferry Lianto

0 Kudos

ferry .. there is another parameter called ... I_NO_ENQUEUE... i have filled it and is working fine... delivery docs are not getting locked..

thanks..