MP400230 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 MP400230 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!
RH_INTEGRATION_CHECK CALL FUNCTION 'RH_INTEGRATION_CHECK' IMPORTING INTEGRATED_PLVAR = LV_PLVAR ORG_INTEGRATION = LV_ORGA.
RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING PLVAR = lv_plvar OTYPE = p4002-otype OBJID = p4002-objid IMPORTING OBEG = lv_obj_begda OEND = lv_obj_endda EXCEPTIONS NOT_FOUND = 1 OTHERS = 2 .
RP_CHECK_VACANCY CALL FUNCTION 'RP_CHECK_VACANCY' "VLZK11K103310 EXPORTING "VLZK11K103310 T750X_OTYPE = P4002-OTYPE "VLZK11K103310 T750X_OBJID = P4002-OBJID "VLZK11K103310 P4002_BEGDA = P4002-BEGDA "VLZK11K103310 IMPORTING "VLZK11K103310 SUBRC = RETCD "VLZK11K103310 T750X_BEGDA = EXP-BEGDA "VLZK11K103310 T750X_ENDDA = EXP-ENDDA. "VLZK11K103310
RP_STATUS_CONSISTENCY_CHECK CALL FUNCTION 'RP_STATUS_CONSISTENCY_CHECK' EXPORTING BEGDA = P4002-BEGDA ENDDA = P4002-ENDDA APSTV = P4002-APSTV IMPORTING INCON_BEGDA = BEGDA INCON_ENDDA = ENDDA INCON_APSTA = APSTA SUBRC = $SUBRC TABLES X4000 = BUF_P4000 exceptions "LCP46C N214191 no_aplno_available = 1 "LCP46C N214191 no_valid_i4000 = 2 "LCP46C N214191 others = 3. "LCP46C N214191
RP_APPLICANT_VALIDITY_INTERVAL CALL FUNCTION 'RP_APPLICANT_VALIDITY_INTERVAL' EXPORTING APLNO = P4002-PERNR BEGDA = P4002-BEGDA ENDDA = P4002-ENDDA MASSN = PSPAR-MASSN "XRGN532733 IMPORTING LAST_VALID_BEGDA = LAST_VALID_BEGDA LAST_VALID_ENDDA = LAST_VALID_ENDDA PERNR_INT_APPLICANT = P4005-EMPNR OTYPE = P4002-OTYPO * tables * valid_records = EXCEPTIONS NO_VALID_RECORD_IN_INTERVAL = 01 PERNR_OF_APPLICANT_EXISTS_NOT = 02 INCONSISTENCY = 03 ERROR_IN_FEATURE_PRELI = 04.
DYNP_VALUES_READ * CALL FUNCTION 'DYNP_VALUES_READ' "VLZK035641 * EXPORTING "VLZK035641 * DYNAME = DYNPNAME "VLZK035641 * DYNUMB = DYNPNUMB "VLZK035641 * TABLES "VLZK035641 * DYNPFIELDS = DYNPFIELDS "VLZK035641 * EXCEPTIONS "VLZK035641 * INVALID_ABAPWORKAREA = 1 "VLZK035641 * INVALID_DYNPROFIELD = 2 "VLZK035641 * INVALID_DYNPRONAME = 3 "VLZK035641 * INVALID_DYNPRONUMMER = 4 "VLZK035641 * INVALID_REQUEST = 5 "VLZK035641 * NO_FIELDDESCRIPTION = 6 "VLZK035641 * INVALID_PARAMETER = 7 "VLZK035641 * UNDEFIND_ERROR = 8 "VLZK035641 * OTHERS = 9. "VLZK035641
RP_FORMATING_DATE * CALL FUNCTION 'RP_FORMATING_DATE' "WBIK019935 * EXPORTING * DATE_I = D1 * IMPORTING * DATE_O = P4002-BEGDA * EXCEPTIONS * DATE_INVALID = 1 * OTHERS = 2.
RP_CHECK_DATE * CALL FUNCTION 'RP_CHECK_DATE' "WBIK019935 * EXPORTING * DATE = P4002-BEGDA * EXCEPTIONS * DATE_INVALID = 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.