SAP Reports / Programs | Basis Components | Database Interface, Database Platforms | DB2 for z/OS(BC-DB-DB2) SAP BC

DB2WLMF1 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

GET_OS390_WLM_ALL call function 'GET_OS390_WLM_ALL' exporting LOCAL_REMOTE = LOCAL_REMOTE LOGICAL_DESTINATION = LOGICAL_DESTINATION SYSTEM_ID = 0 importing F_POL_ALL_READ = POL_ALL_READ F_MAP_ALL_READ = MAP_ALL_READ F_ENC_ALL_READ = ENC_ALL_READ F_SCL_ALL_READ = SCL_ALL_READ F_SCP_ALL_READ = SCP_ALL_READ F_RTD_ALL_READ = RTD_ALL_READ tables TF_POL_ALL = POL_TAB TF_MAP_ALL = MAP_TAB TF_ENC_ALL = ENC_TAB TF_SCL_ALL = SCL_TAB TF_SCP_ALL = SCP_TAB TF_RTD_ALL = RTD_TAB exceptions INTERNAL_ERROR_ADRESS_FAILED = 1 INTERNAL_ERROR_DIFFERENT_FIELD = 2 INTERNAL_ERROR_NO_NEW_LINE = 3 COLLECTOR_NOT_RUNNING = 4 SHARED_MEMORY_NOT_AVAILABLE = 5 COLLECTOR_BUSY = 6 VERSION_CONFLICT = 7 NO_NETWORK_COLLECTOR_RUNNING = 8 SYSTEM_FAILURE = 9 COMMUNICATION_FAILURE = 10 OTHERS = 11.

CONTROL_PERF_REQUEST call function 'CONTROL_PERF_REQUEST' exporting LOCAL_REMOTE = LOCAL_REMOTE LOGICAL_DESTINATION = LOGICAL_DESTINATION REQUEST_TYP = 107 REQUEST_ID = -1 REQUEST_MODE = 'S' REQUEST_PARAM1 = REQUEST_STR REQUEST_PARAM2 = '' REQUEST_PARAM3 = '' importing REQUEST_ID = REQ_ID REQUEST_RETURN_CODE = RC_CODE REQUEST_PARAM1 = ANSWER_STR exceptions REQUEST_TO_OLD = 1 NO_BUFFER_SPACE_IN_SHM = 2 UNVALID_REQUEST_ID = 3 ANSWER_IS_NOT_YET_AVAILABLE = 4 COMMUNICATION_ERROR = 5 ANSWER_NOT_POSSIBLE = 6 COMMUNICATION_BUFFER_TO_SMALL = 7 UNKNOWN_ERROR = 8 ILLEGAL_PARAMETER = 9 OTHERS = 10.



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