cancel
Showing results for 
Search instead for 
Did you mean: 

Any BADI/Screen Exit for enhancing Billing document

Former Member
0 Kudos

Hi Guys,

I am looking for a screen exit or BADI to display custom fields on Billing document.

Appreciate your help.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Hari,

Have a look into the following Badi for creation screen exits

Header

Definition BADI_SD_CUST_HEAD

Implemetation WB2_IVGUI_LAYOUT_H

Item

Definition BADI_SD_CUST_ITEM

Implementation WB2_IVGUI_LAYOUT_I

Since these are the internal implementation, you have go directly to SE19 and copy the implementation and create your own custom screens.

Other information on User Exits :

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

SDVFX001 User exit header line in delivery to accounting

SDVFX002 User exit for A/R line (transfer to accounting)

SDVFX003 User exit: Cash clearing (transfer to accounting)

SDVFX004 User exit: G/L line (transfer to accounting)

SDVFX005 User exit: Reserves (transfer to accounting)

SDVFX006 User exit: Tax line (transfer to accounting)

No of Exits: 16

FOR vf03.

Transaction Code - VF03 Display Billing Document

Exit Name Description

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

SDVFX001 User exit header line in delivery to accounting

SDVFX002 User exit for A/R line (transfer to accounting)

SDVFX003 User exit: Cash clearing (transfer to accounting)

SDVFX004 User exit: G/L line (transfer to accounting)

SDVFX005 User exit: Reserves (transfer to accounting)

SDVFX006 User exit: Tax line (transfer to accounting)

No of Exits: 16

User exits for VF01 are

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 numbe

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 Procedu

V60A0001 Customer functions in the billing document

V60P0001 Data provision for additional fields for display in lis

V61A0001 Customer enhancement: Pricing

Please assign or reward points if it found useful .

Thanks

Ramesh Choragudi

Former Member
0 Kudos

hi Ramesh,

as I know BADI_SD_CUST_HEAD and the implementation WB2_IVGUI_LAYOUT_H is for SAP internal use only..

so they didn't allowed us to copy the implementation even we can't make a new implementation using BADI_SD_CUST_HEAD defenition...

do you have any Idea?