Application Development and Automation 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: 
Read only

VF02 user exit when pressing save button

Former Member
0 Likes
1,999

Hello All,

I'm Implementing electronic Invoice in Argentina. I want to add a validation in VF02, so that the user will not be able to modify an invoice unless it was received an answer from the AFIP (government validating the invoice is OK).

I know how to make this validation, the problem is that I can't find a user exit to add my code.

I have already tried with the below list, but none of them is triggering. I also tried to search on SDN, but no helpful answers were found

J_3RSINV

SDVFX001 User exit header line in delivery to accounting

SDVFX002 User exit for A/R line in transfer to accounting

SDVFX003 User exit cash clearing in transfer to accounting

SDVFX004 User exit G/L line in transfer to accounting

SDVFX005 User exit reserves in transfer to accounting

SDVFX006 User exit tax line in transfer to accounting

SDVFX007 User exit: Billing plan during transfer to Accounting

SDVFX008 User exit: Processing of transfer structures SD-FI

SDVFX009 Billing doc. processing KIDONO (payment reference num

SDVFX010 User exit item table for the customer lines

SDVFX011 Userexit for the komkcv- and kompcv-structures

V05I0001 User exits for billing index

V05N0001 User Exits for Printing Billing Docs. using POR Proce

V60A0001 Customer functions in the billing document

V60P0001 Data provision for additional fields for display in l

V61A0001 Customer enhancement: Pricing

Is that possible?

Thanks in advance!!

Emanuel.

Hello All,

I'm Implementing electronic Invoice in Argentina. I want to add a validation in VF02, so that the user will not be able to modify an invoice unless it was received an answer from the AFIP (government validating the invoice is OK).

I know how to make this validation, the problem is that I can't find a user exit to add my code.

I have already tried with the below list, but none of them is triggering. I also tried to search on SDN, but no helpful answers were found

J_3RSINV

SDVFX001 User exit header line in delivery to accounting

SDVFX002 User exit for A/R line in transfer to accounting

SDVFX003 User exit cash clearing in transfer to accounting

SDVFX004 User exit G/L line in transfer to accounting

SDVFX005 User exit reserves in transfer to accounting

SDVFX006 User exit tax line in transfer to accounting

SDVFX007 User exit: Billing plan during transfer to Accounting

SDVFX008 User exit: Processing of transfer structures SD-FI

SDVFX009 Billing doc. processing KIDONO (payment reference num

SDVFX010 User exit item table for the customer lines

SDVFX011 Userexit for the komkcv- and kompcv-structures

V05I0001 User exits for billing index

V05N0001 User Exits for Printing Billing Docs. using POR Proce

V60A0001 Customer functions in the billing document

V60P0001 Data provision for additional fields for display in l

V61A0001 Customer enhancement: Pricing

Is that possible?

Thanks in advance!!

Emanuel.

2 REPLIES 2
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
1,020

Put a break point im cl_exithandler method get instance.Go to VF02 and check which badi is triggered on save. Implement that.

Nabheet

Read only

Former Member
0 Likes
1,020

Hi,

Try this badi:

I checked it is working when we press save.

BADI SD_CIN_LV60AU02 BADI for billing

Thanks,

AMS