SAP Reports / Programs | Personnel Management | Personnel Management | Company Pension Scheme Germany(PA-PF-DE) SAP PA

MP020140 SAP ABAP INCLUDE - Rückerstattungszinsen pro Einzelzeitraum Rückerstattungsstatus







MP020140 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 MP020140 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MP020140. "Basic submit
SUBMIT MP020140 AND RETURN. "Return to original report after report execution complete
SUBMIT MP020140 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MP020140

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

HR_GET_LGART_TEXT CALL FUNCTION 'HR_GET_LGART_TEXT' EXPORTING P_LGART = $LGART P_MOLGA = $MOLGA IMPORTING P_LONGTEXT = T512T-LGTXT P_SHORTTEXT = T512T-KZTXT EXCEPTIONS NO_ENTRY_IN_512T = 1 OTHERS = 2.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING DEFAULTOPTION = REPLACE DIAGNOSETEXT1 = TEXT_D01 DIAGNOSETEXT2 = TEXT_D02 * textline1 = text_t01 TEXTLINE1 = TEXT_T02 TITEL = TEXT-TKT IMPORTING ANSWER = ANSWER.

RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING MOLGA = T500P-MOLGA BEGDA = P0201-BEGDA ENDDA = P0201-ENDDA IMPORTING WAERS = P0201-WAERS VALID_BEGDA = P0201_WAERS_BEGDA VALID_ENDDA = P0201_WAERS_ENDDA RETURN = P0201_WAERS_COUNT 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_FILL_TAB_FROM_P0201 CALL FUNCTION 'RP_01C_FILL_TAB_FROM_P0201' "WDPL4DK028482 EXPORTING "WDPL4DK028482 I01_P0201 = P0201 "WDPL4DK028482 TABLES "WDPL4DK028482 T01_RBTAB = P0201_RBTAB. "WDPL4DK028482

RP_01C_COLLISION *(DEL) call function 'RP_01C_COLLISION' "(SAPLRPDC) "STB970624 *(DEL) exporting i03_begda = $begda "STB970624 *(DEL) i03_endda = $endda "STB970624 *(DEL) importing e03_fcode = fcode "STB970624 *(DEL) tables t03_cnnnn = cnnnn. "STB970624

RP_01C_MODBV_CHECK_VALUES CALL FUNCTION 'RP_01C_MODBV_CHECK_VALUES' EXPORTING I44_HANSP = $HANSP I44_AANSP = $AANSP I44_MODBV = $MODBV I44_MESSG = $MESSG IMPORTING E44_SUBRC = MODBV_SUBRC E44_MBVTX = T5DWET-MBVTX EXCEPTIONS OTHERS = 1.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MP020140 or its description.