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: 

Enhancement point after the standard SAP invoice number has been generated

Former Member
0 Kudos

HI ,

I need an enhancement point for billing document creation.

SAP uses FM RV_INVOICE_DOCUMENT_ADD to determine the invoice number using Function Module NUMBER_GET_NEXT.

I need an enhancement point immediately after the standard SAP invoice number has been determined where I can put my own code and use

1 REPLY 1

Former Member
0 Kudos

use this:

USEREXIT_FILL_VBRK_VBRP (Module pool SAPLV60A, program RV60AFZC) --This user exit is only called when the billing document is created. It is used to provide the header and the item of the new billing document with deviating or additional data.

--

Reddy