MP1720IQ 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 MP1720IQ 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.
Title: Include MP1720IQ
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HRIQ_APPLIC_POSITION_INIT * CALL FUNCTION 'HRIQ_APPLIC_POSITION_INIT' * EXPORTING * FCODE = L_FCODE * APPTYPE = L_APPTYPE * RHV6 = SPACE "Im not a FuncGrp rhv6 * APPLICATION = L_HROBJECT * DATA_READ = DATA_READ ** IMPORTING ** LS_P1720 = * TABLES * GT_T1720 = GT_PT1720"Tabledata of infty 1720 * LOOP1720 = GT_PTVIEW"Tabelcontrol data view * GT_I1720 = GT_PI1720"NOT USED * EXCEPTIONS ** ERROR_IN_CUSTOMIZING = 1 ** INTERNAL_ERROR = 2 ** NOTHING_FOUND = 3 * OTHERS = 4 .
HRIQ_READ_INFTY_NNNN CALL FUNCTION 'HRIQ_READ_INFTY_NNNN' EXPORTING * AUTHORITY = 'DISP' * WITH_STRU_AUTH = 'X' INFTY = '1715' * ISTAT = ' ' * EXTEND = 'X' * SUBTY = ' ' * BEGDA = '19000101' * ENDDA = '99991231' * CONDITION = '00000' * INFTB = '1' SORT = '' TABLES INNNN = LT_INNNN OBJECTS = LT_OBJECTS EXCEPTIONS NOTHING_FOUND = 1 WRONG_CONDITION = 2 INFOTYP_NOT_SUPPORTED = 3 OTHERS = 4.
HRIQ_APPLIC_POSITION_DISPATCH * CALL FUNCTION 'HRIQ_APPLIC_POSITION_DISPATCH' * EXPORTING * FCODE = P_OKCODE "THIS IS A OK_CODE !!! * CURRENT_LINE = P_LINE * REQUESTER = A_STELLER->KEY * TABLES * LT_GT_T1720 = P_T1720 * LT_LOOP1720 = P_PTVIEW * EXCEPTIONS * NOTHINGFOUND = 1 * READING_OF_INFTY_FAILED = 2 * INFTY_NOT_VALID = 3 * NO_AUTHORITY = 4 * NO_REQUESTER = 5 * MAINTENANCE_FAILED = 6 * OTHERS = 7.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.