cancel
Showing results for 
Search instead for 
Did you mean: 

User exit for VF11

Former Member
0 Kudos

Hi,

Can anyone give me the user exit for transaction VF11(Cancel billing documents)?

Regards

Karan

Accepted Solutions (1)

Accepted Solutions (1)

former_member183879
Active Contributor
0 Kudos

Hi

You can just go to the program SAPMV60A in SE38 and display the code. You can see the places where you can do enhancements.

Answers (3)

Answers (3)

Former Member
0 Kudos

Ajinkya ,your program is not working.

Anuways thanks for the exits

Former Member
0 Kudos

Hi Karan / Navneetha,

Sorry for the inconvience. The other way to find a user exit is by using T-code SMOD. Then use main menu UTILITIES--> FIND. Here enter the package for the transaction. for e.g.VF is for VF11 and execute.

It will give you the list of User exits.

Hope the above info helps you.

Reward!!

Regards,

Ajinkya

Former Member
0 Kudos

Hi Karan,

To find any userexit in a Transc. use T-code SE38 and enter ZCMODEXIT47 prog & Execute. System will ask you T-code. Enter the Tcode & execute. It will give you all the User exit for a praticular transaction. Here the last coloumn lets us know the status weather which user exit is actived. Now for VF11 the following user exit are available:

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 number)

SDVFX010 User exit item table for the customer lines

SDVFX011 Userexit for the komkcv- and kompcv-structures

V05I0001 User exits for billing index

V05I0001 User exits for billing index

V05I0001 User exits for billing index

V05I0001 User exits for billing index

V05N0001 User Exits for Printing Billing Docs. using POR Procedure

V05N0001 User Exits for Printing Billing Docs. using POR Procedure

V05N0001 User Exits for Printing Billing Docs. using POR Procedure

V60A0001 Customer functions in the billing document

V60P0001 Data provision for additional fields for display in lists

V60P0001 Data provision for additional fields for display in lists

V60P0001 Data provision for additional fields for display in lists

V60P0001 Data provision for additional fields for display in lists

V60P0001 Data provision for additional fields for display in lists

V60P0001 Data provision for additional fields for display in lists

V60P0001 Data provision for additional fields for display in lists

V60P0001 Data provision for additional fields for display in lists

V60P0001 Data provision for additional fields for display in lists

V60P0001 Data provision for additional fields for display in lists

V60P0001 Data provision for additional fields for display in lists

V60P0001 Data provision for additional fields for display in lists

V60P0001 Data provision for additional fields for display in lists

V60P0001 Data provision for additional fields for display in lists

V60P0001 Data provision for additional fields for display in lists

V61A0001 Customer enhancement: Pricing

Hope the above information helps you in future too.

REWARD if you find the same useful!!

Regards,

Ajinkya

former_member183879
Active Contributor
0 Kudos

Hi Ajinkya

I tried what you have told but it says the program ZCMODEXIT47 doesnt exist. Also i have noted Z in the pgrm name, so i think it may be a Z prg. Can u pls confirm this.

Manoj_Mahajan78
Active Contributor
0 Kudos

Hi

Below are userexits for VF11....

Transaction Code - VF11 Cancel Billing Document

Exit Name Description

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 number)

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 Procedure

V60A0001 Customer functions in the billing document

V60P0001 Data provision for additional fields for display in lists

V61A0001 Customer enhancement: Pricing

regards

Manoj