MP020220 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 MP020220 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!
RP_GET_CURRENCY * CALL FUNCTION 'RP_GET_CURRENCY' " * EXPORTING " * molga = t500p-molga " * begda = p0202-begda " * IMPORTING " * waers = p0202-waers " * EXCEPTIONS " * molga_not_in_t001p = 1 " * no_entry_found_in_table_t001 = 2 " * no_entry_found_in_table_t500p = 3 " * no_entry_found_in_table_t500c = 4 " * OTHERS = 5. "
HRDSYS_SHOW_DOCU CALL FUNCTION 'HRDSYS_SHOW_DOCU' EXPORTING ONAME = HANSP OTYPE = 'ANSP' EXCEPTIONS WRONG_OTYPE = 1 LOIO_NOT_FOUND = 2 INTERNAL_ERROR = 3 OTHERS = 4.
HRDSYS_SHOW_DOCU CALL FUNCTION 'HRDSYS_SHOW_DOCU' EXPORTING ONAME = AANSP OTYPE = 'ANSP' EXCEPTIONS WRONG_OTYPE = 1 LOIO_NOT_FOUND = 2 INTERNAL_ERROR = 3 OTHERS = 4.
HRDSYS_SHOW_DOCU CALL FUNCTION 'HRDSYS_SHOW_DOCU' EXPORTING ONAME = $ANGRP OTYPE = 'ANGRP' EXCEPTIONS WRONG_OTYPE = 1 LOIO_NOT_FOUND = 2 INTERNAL_ERROR = 3 OTHERS = 4.
RP_RETROACTIVITY_DATE_SET CALL FUNCTION 'RP_RETROACTIVITY_DATE_SET' EXPORTING retro_date_calc = '19981015' * RETRO_DATE_TIME = '19981015' P_RRDAT = '19981015' * P_RCBON = * P_NO_CHANGE_UPTO = * P_FORCE_TIME = P_FORCE_CALC = 'X' .
RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING MOLGA = T500P-MOLGA BEGDA = P0202-BEGDA IMPORTING WAERS = P0202-WAERS EXCEPTIONS MOLGA_NOT_IN_T001P = 1 NO_ENTRY_FOUND_IN_TABLE_T001 = 2 NO_ENTRY_FOUND_IN_TABLE_T500P = 3 NO_ENTRY_FOUND_IN_TABLE_T500C = 4 OTHERS = 5.
RP_01C_MODBV_CHECK_VALUES CALL FUNCTION 'RP_01C_MODBV_CHECK_VALUES' EXPORTING I44_HANSP = P0202-HANSP I44_MODBV = P0202-MODBV I44_MESSG = E_MESSAGE IMPORTING E44_MBVTX = T5DWET-MBVTX.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MP020220 - Rückerstattungszinsen pro Einzelzeitraum Rückerstattungsstatus MP020215 - documentation and ABAP source code MP020210 - Rückerstattungszinsen pro Einzelzeitraum Rückerstattungsstatus MP020200 - Module pool infotype 0202 (Entitlements) MP020200 - Module pool infotype 0202 (Entitlements) MP020140 - Rückerstattungszinsen pro Einzelzeitraum Rückerstattungsstatus