cancel
Showing results for 
Search instead for 
Did you mean: 

user exit in billing

Former Member
0 Kudos

Dear all,

I would like to using an userexit in billing to do some checks. However, if the billing type is IVS(cancellation for intercompany), exit 'USEREXIT_FILL_VBRK_VBRP' and 'SEREXIT_NUMBER_RANGE_INV_DATE ' are not activate, this means I can not do any check in these exits.

Would anyone tell me which exit can be used for billing type IVS?

Thanks,

Ben

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi ,

find this .

User Exits For Billing

o USEREXIT_NUMBER_RANGE (Module pool SAPLV60A, program RV60AFZZ)

The internal number range used in the standard system is specified

in the billing type table and can be changed in this user exit. This

user exit is only called when the billing documents is created.

o USEREXIT_ACCOUNT_PREP_KOMKCV (Module pool SAPLV60A, program

RV60AFZZ)

In this user exit additional fields for account determination that

are not provided in the standard system are copied into

communication structure KOMKCV (header fields).

o USEREXIT_ACCOUNT_PREP_KOMPCV (Module pool SAPLV60A)

In this user exit additional fields for account determination that

are not provided in the standard system are copied into

communication structure KOMPCV (item fields).

o USEREXIT_NUMBER_RANGE_INV_DATE (Module pool SAPLV60A, program

RV60AFZC)

Depending on the number range, table TVFKD is used to set the

billing date (country-specific requirments in Italy).

USEREXIT_NUMBER_RANGE is automatically deactivated when this user

exit is being applied.

o 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.

best regards,

venkataswamy.y

former_member204513
Active Contributor
0 Kudos

Dear Ben,

I don't think there will be user exit based on the billing type.Billing related user exits are common for all document types.

Try with this User Exits

User exits in program RV60AFZD

Short descriptions of the user exits are contained in the program:

USEREXIT_RELI_XVBPAK_AVBPAK

USEREXIT_NEWROLE_XVBPAK_AVBPAK

USEREXIT_NEWROLE_XVBPAP_AVBPAK

I hope this will help you,

Regards,

Murali.

Former Member
0 Kudos

Hi,

Try with the following enhancements

SDVFX002

SDVFX004

SDVFX008

SDVFX010

Regards

Goutham