Application Development 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: 

user exit in VF01 while saving

Former Member
0 Kudos

I need to find the user exit .In the Transaction VF01 is called by giving the delievery note while saving. Could you provide the user exits ?

1 ACCEPTED SOLUTION

sukhbold_altanbat
Active Participant
0 Kudos

Hi Kranthi,

This is the general way which I know, to find user exits for any program (since TCODE is program).

1. SE93 -> display the TCODE and you will see the program name.

2. SE37 -> search for function module as EXIT_(PROGRAM_NAME)_*

For you case, there is no user exit EXIT_SAPMV60A_*. But good news is that there are BADI's provided.

- SD_CIN_LV60AU02 BADI for billing

- VOR_WA_FAKTURA Billing before Goods Issue

Regards,

Sukhbold

Edited by: Sukhbold Altanbat on Jul 17, 2008 6:10 PM

Edited by: Sukhbold Altanbat on Jul 18, 2008 9:01 AM

2 REPLIES 2

Former Member
0 Kudos

Hi krnathi,

User exit

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

Above userexits are available for VF01, VF02 transactions

BADI are

SD_CIN_LV60AU02

BADI_GM_BILLING.

Regards

Nikunj Shah

sukhbold_altanbat
Active Participant
0 Kudos

Hi Kranthi,

This is the general way which I know, to find user exits for any program (since TCODE is program).

1. SE93 -> display the TCODE and you will see the program name.

2. SE37 -> search for function module as EXIT_(PROGRAM_NAME)_*

For you case, there is no user exit EXIT_SAPMV60A_*. But good news is that there are BADI's provided.

- SD_CIN_LV60AU02 BADI for billing

- VOR_WA_FAKTURA Billing before Goods Issue

Regards,

Sukhbold

Edited by: Sukhbold Altanbat on Jul 17, 2008 6:10 PM

Edited by: Sukhbold Altanbat on Jul 18, 2008 9:01 AM