MP005730 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 MP005730 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: Infotype 0057 - PAI Modules
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_CHECK_LGART CALL FUNCTION 'HR_CHECK_LGART' EXPORTING P_LGART =
-LGART P_BEGDA = CPREL-BEGDA P_ENDDA = CPREL-ENDDA P_INFTY = PSPAR-INFTY P_PERSA = PSYST-WERKS P_BTRTL = PSYST-BTRTL P_PERSG = PSYST-PERSG P_PERSK = PSYST-PERSK P_MSGTP = 'E' EXCEPTIONS NO_ENTRY_IN_T503 = 1 NO_ENTRY_IN_T001P = 2 OTHERS = 3 .
HR_MODEL_PROPOSE CALL FUNCTION 'HR_MODEL_PROPOSE' EXPORTING HR_MOLGA = T001P-MOLGA " Ländergruppierung HR_LGART = P0057-LGART " Lohnart HR_BUKRS = PSYST-BUKRS " Buchungskreis HR_WERKS = PSYST-WERKS " Personalbereich HR_BTRTL = PSYST-BTRTL " Personalteilbereich HR_PERSG = PSYST-PERSG " Personalteilbereich HR_PERSK = PSYST-PERSK " Mitarbeiterkreis HR_ABKRS = PSYST-ABKRS " Abrechnungskreis * KIND_OF_ERROR = 'I' " Art der Fehlerbehandlung: "YSFN313227 KIND_OF_ERROR = 'S' " Art der Fehlerbehandlung: "YSFN313227 * hier: Infomessage ausgeben IMPORTING HR_MODEL = P0057-MODEL. " Zahlungsmodell
HR_MODEL_CHECK CALL FUNCTION 'HR_MODEL_CHECK' EXPORTING HR_MODEL = P0057-MODEL HR_ABKRS = PSYST-ABKRS.
HR_MODEL_TEXT_GET CALL FUNCTION 'HR_MODEL_TEXT_GET' EXPORTING HR_MODEL = P0057-MODEL IMPORTING HR_MODEL_LTEXT = T549Y-LTEXT HR_MODEL_CUMTY_LTEXT = T54CT-LTEXT HR_MODEL_CUMTY_STEXT = T54CT-STEXT.
HR_CHECK_CURRENCY_DELIMITED CALL FUNCTION 'HR_CHECK_CURRENCY_DELIMITED' EXPORTING WAERS = P0057-WAERS BEGDA = P0057-BEGDA ENDDA = P0057-ENDDA EXCEPTIONS CURRENCY_NOT_VALID = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.