MF60CF10_CHECK_GR 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 MF60CF10_CHECK_GR 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!
NUMBER_CHECK CALL FUNCTION 'NUMBER_CHECK' EXPORTING NR_RANGE_NR = '01' NUMBER = VIOB02-SGRNR OBJECT = NRK_OBJECT SUBOBJECT = BUKRS IMPORTING RETURNCODE = R_CODE EXCEPTIONS INTERVAL_NOT_FOUND = 1 NUMBER_RANGE_NOT_EXTERN = 2 OBJECT_NOT_FOUND = 3.
ADDRESS_ASSIGN CALL FUNCTION 'ADDRESS_ASSIGN' EXPORTING ADRZUS_FUNCTION = 'X' " kein Dynpro * ADRZUS_IN = ' ' ADR_IN = VIOB01-ADRNR FUNCTION = 'K' OBJEKTTYP = CON_OBTYP_ADR-GRUNDSTUECK IMPORTING ADRWA_OUT = SANS1 ADRZUS_OUT = SANO1 EXCEPTIONS ADDRESS_NOT_FOUND = 01 ILLEGAL_FUNCTION = 02 NO_ADDRESS_ASSIGNED = 03.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.