cancel
Showing results for 
Search instead for 
Did you mean: 

how to trigger when SD Billing invoice created VF01

Former Member
0 Kudos

hii all,

      can anyone guide me, is there any  BOR object or userexit or BAPI  when SD Billing invoice document created in VF01.I am done till PGI.Please tell me as i have done lot of research.

thanks in advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

mahesh_madhavan
Participant
0 Kudos

Dear Sridhar,

Go for the function exit EXIT_SAPLV60B_008. This can be found in the enhancement SDVFX008.

Cheers,

Mahesh

Former Member
0 Kudos

hii,

thanks for the reply .already did the event trace bus2037 triggers but dont have create event only  WF_COMMIT called.

and mahesh - thanks for the reply let me check and will get back to u .

regards.

Former Member
0 Kudos

mahesh,

thnaks for the reply as you said what i have observed is in that exit only import parameters there with VBRK but no table specified with that table which is not related again.please go through wat can we pass using that exit.

   "*"LOCAL INTERFACE
*"  IMPORTING
*"     VALUE(CVBRK) LIKE  VBRK STRUCTURE  VBRK
*"     REFERENCE(DOC_NUMBER) LIKE  VBRK-VBELN OPTIONAL
*"  TABLES  (No VBRK table)
*"      XACCIT STRUCTURE  ACCIT
*"      XACCCR STRUCTURE  ACCCR

*"      CVBRP STRUCTURE  VBRPVB OPTIONAL  

*"      CKOMV STRUCTURE  KOMV
*"      CACCDPC STRUCTURE  ACCDPC OPTIONAL

waiting for any new answer.

regards,

mahesh_madhavan
Participant
0 Kudos

Sridhar,

Don't be confused.

VBRK will not be a tables parameter because for a single Billing document, there will be only one record in the VBRK table as it is the header table.

You can use the importing parameter CVBRK for your purpose.

Cheers,

Mahesh

Former Member
0 Kudos

hii Mahesh,

Thanks for the reply i kept the breakpoint and checked but its not triggering at that part.any other

nabheetscn
Active Contributor
0 Kudos

Check in Event trace in SWELS to see which object type is getting triggered. Switch on your trace in SWELS before creating billing document.

I can see lot of BO in SWO1

Nabheet

anjan_paul
Active Contributor
0 Kudos

Hi,

Business Object VBRK may trigger.

Former Member
0 Kudos

hii,

thanks for the reply ya i tried but its not triggering.