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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.