cancel
Showing results for 
Search instead for 
Did you mean: 

Reg:- Any Userexit after VBRK-RFBSK = 3 in Tcode VF01

0 Kudos

Hi,

I want to call BAPI_SALESORDER_CREATE after the VBRK-RFBSK = 3 during posting. I debugged the program and unable to find the user exit. Please let me know is there any user exit which can use after the RFBSK =3 (status).

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

closed

mandar_shete
Active Participant
0 Kudos

Hi Ramakrishna,

You can use RV60AFZZ (USEREXIT_NUMBER_RANGE). In invoice processing it hits only when there is a successfull processing of Invoice.

Thanks,

Mandar

0 Kudos

This user exit number range is called when the field RFBSK is initial. I want the user exit to be called when the field RFBSK = 3 and after Posting or while Posting.

Please let me know if you have any idea.