MP1715IQ 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 MP1715IQ 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 MP1715IQ
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HRIQ_STATUS_CHANGE_MANAGER CALL FUNCTION 'HRIQ_STATUS_CHANGE_MANAGER' EXPORTING CMODUS = SPACE "Nur Check APPTYPE = P1715-APPTYPE "Antragsart STATUSPREV = P_OLDAPPSTATUS "Alterstatus STATUSNEXT = P_NEWAPPSTATUS " Neuer status READ_DB = 'X' * v_task = 'D' "Dialog (B..)
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = L_REPID DYNUMB = L_DYNNR TABLES DYNPFIELDS = LT_DYNPFIELDS EXCEPTIONS INVALID_ABAPWORKAREA = 1 INVALID_DYNPROFIELD = 2 INVALID_DYNPRONAME = 3 INVALID_DYNPRONUMMER = 4 INVALID_REQUEST = 5 NO_FIELDDESCRIPTION = 6 INVALID_PARAMETER = 7 UNDEFIND_ERROR = 8 DOUBLE_CONVERSION = 9 OTHERS = 10.
HRIQ_STATUS_CHANGE_SUCCES_F4 CALL FUNCTION 'HRIQ_STATUS_CHANGE_SUCCES_F4' EXPORTING APPTYPE = P1715-APPTYPE STATUSPREV = P_STATUS_ACT "actual S MMODUS = SPACE "( ) possible (X) allowed IMPORTING STATUSSUCC = P_STATUS_NEW TABLES INNNN = INNNN HRTNNNN = HRTNNNN WNNNN = WNNNN I1001 = I1001 EXCEPTIONS NO_STATUS_FOUND = 1 OTHERS = 2.
HRIQ_STATUS_CHANGE_MANAGER CALL FUNCTION 'HRIQ_STATUS_CHANGE_MANAGER' EXPORTING CMODUS = 'X' "Trigger statuschanger APPTYPE = P_APPTYPE "Applicationtyp STATUSPREV = P_APPSTATUS "actual Status STATUSNEXT = P_STATUS_NEW "new Status READ_DB = 'X' "Read table WRITE_AN_DB = 'X' "Write to db V_TASK = 'D' "Dialog (B..)
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.