MP050740 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 MP050740 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: Superannuation (Public Sector) - Form routines
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HELP_VALUES_GET_WITH_TABLE * CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' * EXPORTING * FIELDNAME = 'PRCLV' * TABNAME = 'T52D2' * IMPORTING * SELECT_VALUE = P_VALUE * TABLES * FIELDS = IHELP_FIELDS * VALUETAB = HELPTAB * EXCEPTIONS * FIELD_NOT_IN_DDIC = 01 * MORE_THEN_ONE_SELECTFIELD = 02 * NO_SELECTFIELD = 03.
CU_READ_RGDIR CALL FUNCTION 'CU_READ_RGDIR' EXPORTING PERSNR = P0507-PERNR TABLES IN_RGDIR = RGDIR EXCEPTIONS NO_RECORD_FOUND = 1 OTHERS = 2.
PYXX_READ_PAYROLL_RESULT CALL FUNCTION 'PYXX_READ_PAYROLL_RESULT' EXPORTING CLUSTERID = PAYROLL_CLUSTER EMPLOYEENUMBER = RX_KEY-PERNR SEQUENCENUMBER = SEQUENCE_NUMBER * READ_ONLY_INTERNATIONAL = ' ' CHANGING PAYROLL_RESULT = PY_RESULT EXCEPTIONS ILLEGAL_ISOCODE_OR_CLUSTERID = 1 ERROR_GENERATING_IMPORT = 2 IMPORT_MISMATCH_ERROR = 3 SUBPOOL_DIR_FULL = 4 NO_READ_AUTHORITY = 5 NO_RECORD_FOUND = 6 VERSIONS_DO_NOT_MATCH = 7 OTHERS = 8 .
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
DEQUEUE_EPPRELE * CALL FUNCTION 'DEQUEUE_EPPRELE' * EXPORTING * PERNR = P9220-PERNR.
HR_REFRESH_QUODED_BUFFER * call function 'HR_REFRESH_QUODED_BUFFER' .
ENQUEUE_EPPRELE CALL FUNCTION 'ENQUEUE_EPPRELE' EXPORTING PERNR = P0220-PERNR.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
ENQUEUE_EPPRELE CALL FUNCTION 'ENQUEUE_EPPRELE' EXPORTING PERNR = P0220-PERNR.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MP050740 - Superannuation (Public Sector) - Form routines MP050730 - Superannuation (Public Sector) - PAI modules MP050720 - Superannuation (Public Sector) - PBO modules MP050711 - Data definitions for Infotype view PV021 MP050710 - Superannuation (Public Sector) - Data declaration MP050640 - erweiterte Tabellenpflege untere Ebene