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

DV02PF99 SAP ABAP INCLUDE - documentation and ABAP source code







DV02PF99 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 DV02PF99 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 DV02PF99. "Basic submit
SUBMIT DV02PF99 AND RETURN. "Return to original report after report execution complete
SUBMIT DV02PF99 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 DV02PF99

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:

ADDR_MEMORY_NEW_ROLL_AREA CALL FUNCTION 'ADDR_MEMORY_NEW_ROLL_AREA' EXPORTING MEMORY_STACK_TOP = cam_memory_id.

ADDR_MEMORY_RESTORE CALL FUNCTION 'ADDR_MEMORY_RESTORE' EXCEPTIONS MEMORY_STACK_EMPTY = 1 INTERNAL_ERROR = 2 OTHERS = 3.

SD_ADDRESS_HANDLE_GET CALL FUNCTION 'SD_ADDRESS_HANDLE_GET' EXPORTING FIF_PARVW = lvf_parvw IMPORTING FEF_ADRNR = lvf_adrnr EXCEPTIONS NO_HANDLE_AVAILABLE = 1 OTHERS = 2.

ADDR_REFERENCE_GET CALL FUNCTION 'ADDR_REFERENCE_GET' EXPORTING ADDRESS_NUMBER = P_XVBPA-ADRNR TABLES REFERENCE_TABLE = LVT_REF_TABLE EXCEPTIONS PARAMETER_ERROR = 1 ADDRESS_NOT_EXIST = 2 NO_REFERENCE_FOUND = 3 INTERNAL_ERROR = 4 OTHERS = 5.

EXIT_SAPLV09A_001 CALL FUNCTION 'EXIT_SAPLV09A_001' EXPORTING FIF_LINNO = LVF_SYLINNO FIF_PARVW = LVF_PARVW FIF_NRART = P_XVBPA-NRART FIF_PARNR = LVF_PARNR FIF_PARGR = ' ' IMPORTING FEF_NEW_ADDRESS_CREATE = LVF_NEW_ADDRESS_CREATE TABLES FRT_XSAIN = LT_XSAIN.

SD_ADDRESS_HANDLE_GET CALL FUNCTION 'SD_ADDRESS_HANDLE_GET' EXPORTING FIF_PARVW = lvf_parvw IMPORTING FEF_ADRNR = lvf_adrnr EXCEPTIONS NO_HANDLE_AVAILABLE = 1 OTHERS = 2.

SD_PARTNER_ADDR_DIALOG_INTERN CALL FUNCTION 'SD_PARTNER_ADDR_DIALOG_INTERN' EXPORTING FIF_ADDRESS_NUMBER = LVF_ADDR_NUMBER FIF_PERS_ADDRESS_NUMBER = P_XVBPA-ADRNP FIF_HR_PERS_NUMBER = LVF_HR_PERS FIF_ADRDA = P_XVBPA-ADRDA FIF_ADDRESS_HANDLE_TO_CREATE = LVF_ADDR_HANDLE FIF_ATTRIBUTES = lvs_attributes FIF_ATTRIBUTES_SHOWN = lvs_attributes_shown FIF_TITLE_PARVW = lvf_PARVW FIF_TITLE_POSNR = P_XVBPA-POSNR fif_display_only = lvf_display_only IMPORTING * FES_ADDR1_COMPLETE = FES_VBADR = LVS_VBADR FEF_ADRDA = LVF_NEW_ADRDA FEF_ADDRESS_NUMBER = LVF_NEW_ADDR_NUMBER FEF_ADDRESS_HANDLE = LVF_NEW_ADDR_HANDLE FEF_ATTRIBUTES = lvs_attributes FEF_CAM_CHANGED = LVF_CAM_ADDRESS_CHANGED FEF_ATTRIBUTES_CHANGED = LVF_ATTRIBUTES_CHANGED FEF_CANCEL = FRF_CANCEL EXCEPTIONS INTERNAL_ERROR = 1 OTHERS = 2.

ADDR_MEMORY_POP CALL FUNCTION 'ADDR_MEMORY_POP' EXCEPTIONS MEMORY_STACK_EMPTY = 1 INTERNAL_ERROR = 2 OTHERS = 3.

ADDR_MEMORY_PUSH CALL FUNCTION 'ADDR_MEMORY_PUSH' EXPORTING DO_NOT_USE_500000 = 'X' * IMPORTING * MEMORY_STACK_TOP = EXCEPTIONS INTERNAL_ERROR = 1 OTHERS = 2.



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 DV02PF99 or its description.