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: 

screen exit

Former Member
0 Kudos

is there any screen exit or BADI to add two extra fields to the header of VF01/VF02.

than

5 REPLIES 5

GauthamV
Active Contributor
0 Kudos

hi,

check this exit and badi.

V60A0001

SD_CIN_LV60AU02.

Former Member
0 Kudos

Hi,

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

Former Member
0 Kudos

Hi,

Screen exits in VF01/VF02


BADI: SD_CIN_LV60AU02
      VOR_WA_FAKTURA

Former Member
0 Kudos

thanks for reply,But how to add two fields using these exit and badi.can u please help me by giving some hints.

thanks.

0 Kudos

Hi,

1. add the cust fields to the transprent table through Append structure

2.Execute the SPRO to find out the the sequence of work with screen enhancements.

3.select the implementation name and click on display.

4.Deactivate the implementation and click on change

5.Double click on Method CHECK_ADD_ON_ACTIVE

6.check the screen group and activate the same

7.Save,check ,back and activate it.

8.BACK to Spro

9.click on create implementation and provide the name for implementation for BADI

10.For screen painter add the fields and test it....