SAP Reports / Programs | Sales and Distribution | Basic Functions(SD-BF) SAP SD

DV02PF0F SAP ABAP INCLUDE - documentation and ABAP source code







DV02PF0F is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter DV02PF0F into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT DV02PF0F. "Basic submit
SUBMIT DV02PF0F AND RETURN. "Return to original report after report execution complete
SUBMIT DV02PF0F VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT DV02PF0F

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

SD_TELEPHONE_NUMBERS_READ CALL FUNCTION 'SD_TELEPHONE_NUMBERS_READ' EXPORTING PARTNER = DA_PARTNER VBPA_VBELN = VBPA-VBELN VBPA_POSNR = '000000' PARTNERFUNCTION = 'AP' TABLES TELFTAB = DA_TELFTAB XADR = XVBADR SVBPA = XVBPA EXCEPTIONS PARTNER_NOT_EXISTS = 1 PARTNERFUNCTION_NOT_EXISTS = 2 PARTNERFUNCTION_NOT_ALLOWED = 3 ADRNR_NOT_EXISTS = 4 NO_AUTHORIZATION = 5 OTHERS = 6.

SD_TELEPHONE_NUMBERS_READ CALL FUNCTION 'SD_TELEPHONE_NUMBERS_READ' EXPORTING PARTNER = DA_PARTNER VBPA_VBELN = VBPA-VBELN VBPA_POSNR = '000000' PARTNERFUNCTION = 'AP' TABLES TELFTAB = DA_TELFTAB XADR = XVBADR SVBPA = XVBPA EXCEPTIONS PARTNER_NOT_EXISTS = 1 PARTNERFUNCTION_NOT_EXISTS = 2 PARTNERFUNCTION_NOT_ALLOWED = 3 ADRNR_NOT_EXISTS = 4 NO_AUTHORIZATION = 5 OTHERS = 6.

SD_TELEPHONE_NUMBERS_READ CALL FUNCTION 'SD_TELEPHONE_NUMBERS_READ' EXPORTING PARTNER = DA_PARTNER VBPA_VBELN = VBPA-VBELN VBPA_POSNR = '000000' PARTNERFUNCTION = TELEFON-PARVW TABLES TELFTAB = DA_TELFTAB XADR = XVBADR SVBPA = XVBPA EXCEPTIONS PARTNER_NOT_EXISTS = 1 PARTNERFUNCTION_NOT_EXISTS = 2 PARTNERFUNCTION_NOT_ALLOWED = 3 ADRNR_NOT_EXISTS = 4 NO_AUTHORIZATION = 5 OTHERS = 6.

SD_TELEPHONE_NUMBERS_READ CALL FUNCTION 'SD_TELEPHONE_NUMBERS_READ' EXPORTING PARTNER = DA_PARTNER VBPA_VBELN = VBPA-VBELN VBPA_POSNR = '000000' PARTNERFUNCTION = TELEFON-PARVW TABLES TELFTAB = DA_TELFTAB XADR = XVBADR SVBPA = XVBPA EXCEPTIONS PARTNER_NOT_EXISTS = 1 PARTNERFUNCTION_NOT_EXISTS = 2 PARTNERFUNCTION_NOT_ALLOWED = 3 ADRNR_NOT_EXISTS = 4 NO_AUTHORIZATION = 5 OTHERS = 6.

OUTGOING_CALL_PROCESS CALL FUNCTION 'OUTGOING_CALL_PROCESS' EXPORTING TEL_NUMBER = DA_TEL_NUMBER COUNTRY_TO = DA_COUNTRY * BUTTON_TEXT = DISPLAY_POPUP = 'X' * POPUP_TITLE = TEST_MODE = ' ' * CALLBACK_FUNCTION = ' ' * ACTION = 'D' NAME_IN = DA_CONTACT_PERSON_DATA-NAME COMPANY_IN = DA_COMPANY_DATA-NAME * HANDLE_IN = * IMPORTING * NUMBER_CALLED = * OPT_BUTTON_PRESSED = * NAME_OUT = * COMPANY_OUT = * HANDLE_OUT = TABLES * fields = EXCLUDED = DA_AUSSCHLUSS EXCEPTIONS SP_ERROR = 1 SP_CTI_FAILURE = 2.

SCREEN_SEQUENCE_CONTROL_INIT CALL FUNCTION 'SCREEN_SEQUENCE_CONTROL_INIT' EXPORTING PROGRAMM = 'SAPDV02P' TYP = T185F-TRTYP KOPFGRUPPE = T185-KOPGR POSITIONSGRUPPE = T185-POSGR BILDGRUPPE = T185-BLDGR BILD = T185-PANEL FUNKTION = FCODE IMPORTING CUA_STATUS = T185V-STATUS CUA_TITEL = T185V-CTITEL CUA_PARA1 = T185V-PARA1 CUA_PARA2 = T185V-PARA2 CUA_PARA3 = T185V-PARA3 CUA_PARA4 = T185V-PARA4 FOLGEFUNKTION = FCODE DUNKEL = T185-DUNKEL LEAVE = FLAG-LEAVE DYNPROBAUSTEIN2 = TAXI_BODY_SUBSCREEN. "AKK970709

SCREEN_SEQUENCE_CONTROL CALL FUNCTION 'SCREEN_SEQUENCE_CONTROL' EXPORTING PROGRAMM = 'SAPDV02P' KOPFGRUPPE = T185-KOPGR POSITIONSGRUPPE = T185-POSGR FUNKTION = FCODE IMPORTING CUA_STATUS = T185V-STATUS CUA_TITEL = T185V-CTITEL CUA_PARA1 = T185V-PARA1 CUA_PARA2 = T185V-PARA2 CUA_PARA3 = T185V-PARA3 CUA_PARA4 = T185V-PARA4 FOLGEFUNKTION = FCODE DUNKEL = T185-DUNKEL LEAVE = FLAG-LEAVE DYNPROBAUSTEIN2 = TAXI_BODY_SUBSCREEN. "AKK970797

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TEXTLINE1 = TEXT1 TEXTLINE2 = TEXT2 TITEL = ' '(120) IMPORTING ANSWER = ANSWER EXCEPTIONS OTHERS = 01.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name DV02PF0F or its description.