cancel
Showing results for 
Search instead for 
Did you mean: 

SD Billing Doc User Exit

Former Member
0 Kudos

Hi Experts,

I want several user exits of SD billing document. The one is used to update Item condition when Billing document created, and the second is used to save to my add-on table before document saved. Could you have any suggestions?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

alpesh_saparia3
Active Contributor
0 Kudos

Hi,

User exits available are

USEREXIT_NUMBER_RANGE ( in RV60AFZZ )

USEREXIT_ACCOUNT_PREP_KOMKCV ( in RV60AFZZ )

USEREXIT_NUMBER_RANGE_INV_DATE ( in RV60AFZC )

USEREXIT_FILL_VBRK_VBRP ( in RV60AFZC )

User exits in program RV60AFZD

USEREXIT_RELI_XVBPAK_AVBPAK

USEREXIT_NEWROLE_XVBPAK_AVBPAK

USEREXIT_NEWROLE_XVBPAP_AVBPAK

Answers (2)

Answers (2)

claudia_neudeck
Active Contributor
0 Kudos

no action since over two months, I close this thread

Former Member
0 Kudos

Hi,

Try with this user exits :

--> To update Item condition when Billing document created :

RV61AFZA (FORM userexit_pricing_copy)

With this exit, you can modify KONV for a condition type

Regards,

Lionel