MCLAIMF01_CODE_PF4_0M 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 MCLAIMF01_CODE_PF4_0M 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!
QPK1_GP_CODE_SELECTION CALL FUNCTION 'QPK1_GP_CODE_SELECTION' EXPORTING I_KATALOGART = LKATART I_CODEGRUPPE = lcodgrp I_CODE = H_CODE I_SPRACHE = SY-LANGU I_WINX1 = 10 I_WINX2 = 60 I_WINY1 = 5 I_WINY2 = 25 I_PICKUP_MODE = lpick * I_DISPLAY_MODE = ldisp I_RETURN_IF_ONE = lretn TABLES T_QPK1CDTAB = iqpk1cd T_CODEGRPTAB = G_CODEGRPTAB EXCEPTIONS NO_MATCH_IN_RANGE = 01 NO_USER_SELECTION = 02 NO_AUTHORIZATION = 03 NO_SELECTION_SPECIFIED = 04 OBJECT_LOCKED = 05 LOCK_ERROR = 06 OBJECT_MISSING = 07.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING DYNAME = 'SAPMCLAIM' DYNUMB = '7800' TABLES DYNPFIELDS = dynpfields.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.