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

Adding screen to transaction vf03

Former Member
0 Likes
855

Hi,all i want to add a custom subscreen to the 6th tab of the transaction vf03 when header information button is pressed. In this screen i want some addition fields of dbase table VBRK. how to do this. plz tell

Hi,all i want to add a custom subscreen to the 6th tab of the transaction vf03 when header information button is pressed. In this screen i want some addition fields of dbase table VBRK. how to do this. plz tell

2 REPLIES 2
Read only

Former Member
0 Likes
619

HI,

Screen exits refer to areas of a main screen reserved by SAP developers for customers to design their own screens as customer exits. In these areas you can display/ enter your own data.

The subscreen screen is called in the processing logic of the main screen with the instruction ‘Call CUSTOMER-SUBSCREEN’. This call is inactive and will be skipped when the screen is processed until the customer has activated the relative enhancement screen.

Example : we will be working with the enhancement ‘MM06E005’ it has several screen exits but we will be working with the first screen ‘SAPMM06E’ screen no ‘101’ which will be calling the sub screen ‘SAPLXM06’ screen no ‘101’ which is not existing and has to be created.

Points to be noted while coding

1) the global data of the calling module pool is not known to the function groups belonging to the subscreen.

2) The function modules belonging to the program exists lie in the same function group as the subscreen screen.

Read only

Former Member
0 Likes
619

hi

good

check with these userexits

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

thanks

mrutyun