MF69WH02 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 MF69WH02 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Master Data Screen for Heating System Maintenance
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SO_USER_EXIST CALL FUNCTION 'SO_USER_EXIST' EXPORTING USER_NAME = TZW02-RECNAM EXCEPTIONS COMMUNICATION_FAILURE = 01 SYSTEM_FAILURE = 02 USER_NOT_EXIST = 03.
SO_DLI_EXIST CALL FUNCTION 'SO_DLI_EXIST' EXPORTING DISTRIBUTIONLIST = TZW02-DLINAM * DLI_ID = E02 * OWNER = E03 ** Korr. 31/03/1995 För Verteilerliste in allgemeiner Ablage suchen.
SO_WIND_USER_REQUEST CALL FUNCTION 'SO_WIND_USER_REQUEST' * EXPORTING * EMPTY_EXIT = E01 * OWNER = E02 TABLES USER_DISPLAY_TAB = BENUTZER_TAB.
SO_WIND_DLI_REQUEST CALL FUNCTION 'SO_WIND_DLI_REQUEST' EXPORTING * EMPTY_EXIT = E01 * OWNER = E02 DLI_PRIVATE = ' ' TABLES DLI_TAB = VERTEILER_TAB.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MF69WH02 - Master Data Screen for Heating System Maintenance MF69WH01 - INCLUDE Request Screen (PBO / PAI) for Maintenance of Heating Systems MF69WH00 - Include PBO / PAI Help Window for Program SAPMF61H MF69WF02 - INCLUDE for Table Maintenance Routines in Master Data Screen MF69WF00 - documentation and ABAP source code MF69R150 - Customizing for External Roles