MCLAIMF02_CHECK_BERICHTSSCHEMA 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 MCLAIMF02_CHECK_BERICHTSSCHEMA 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!
CATALOGUE_SELECTION CALL FUNCTION 'CATALOGUE_SELECTION' EXPORTING RBNR = VIQMEL-RBNR QMART = VIQMEL-QMART TABLES T_RIWO020TAB = G_RIWO020TAB EXCEPTIONS CDGRP_NOT_VALID_PATTERN = 1 OTHERS = 2.
CODE_GROUP_COMPARE CALL FUNCTION 'CODE_GROUP_COMPARE' EXPORTING CDGRP_MAIN = G_RIWO020TAB-QCODEGRP "Aus BerSchem CDGRP_NEW = P_GRP EXCEPTIONS CDGRP_INVALID_PATTERN = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MCLAIMF02_CHECK_BERICHTSSCHEMA - MCLAIMF02CHECKBERICHTSSCHEMA MCLAIMF02 - documentation and ABAP source code MCLAIMF01_SEND_TEXT_TO_OCX - MCLAIMF01SENDTEXTTOOCX MCLAIMF01_SEND_TEXT_TO_O0Q - MCLAIMF01SENDTEXTTOO0Q MCLAIMF01_RECEIVE_TEXT_FROM_OC - MCLAIMF01RECEIVETEXTFROMOC MCLAIMF01_RECEIVE_TEXT_FROM_0P - MCLAIMF01RECEIVETEXTFROM0P