SAP Reports / Programs

RPLMESG2 SAP ABAP Report - ME Solution Check 2 (SXP Data: IT0000, IT0001, IT0088 & IT2001)







RPLMESG2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report RPLMESG2 highlights inconsistencies in absences infotype (2001) across the contracts of a multiple employment...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPLMESG2 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

HRGPBS_SMP_SSP_CHECK - Check ME SMP/SSP Data is consistent


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 RPLMESG2. "Basic submit
SUBMIT RPLMESG2 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLMESG2 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: ME Solution Check 2 (SXP Data: IT0000, IT0001, IT0088 & IT2001)


INCLUDES used within this REPORT RPLMESG2

INCLUDE MPPREF00.


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:

HRGPBS_ME_CHECK_CREATE_LOG CALL FUNCTION 'HRGPBS_ME_CHECK_CREATE_LOG'.

HRGPBS_ME_CHECK2_DATA CALL FUNCTION 'HRGPBS_ME_CHECK2_DATA' EXPORTING p_pernr = pernr-pernr p_begda = pn-begda p_endda = pn-endda TABLES p_p0000 = p0000 p_p0001 = p0001 p_p0002 = p0002 p_p0031 = p0031 p_p0084 = p0084 "SSP p_p0085 = p0085 "Previous Employer SSP1(L) Info ONLY! p_p0086 = p0086 "Exclusions p_p0088 = p0088 "SMP p_p2001 = p2001 CHANGING p_rejected = l_rejected p_max_pernrs = max_no_of_pernrs me_check_hdr = check_header me_check_det = check_detail.

HRGPBS_ME_CHECK_DISPLAY_LOG CALL FUNCTION 'HRGPBS_ME_CHECK_DISPLAY_LOG'.

HRGPBS_ME_CHECK2_ALV CALL FUNCTION 'HRGPBS_ME_CHECK2_ALV' EXPORTING p_max_pernrs = max_no_of_pernrs me_check2_header = check_header me_check2_detail = check_detail.

HRGPBS_ME_CHECK_ADD_MESSAGE CALL FUNCTION 'HRGPBS_ME_CHECK_ADD_MESSAGE' EXPORTING p_pernr = p_pernr p_msgid = p_msgid p_msgty = p_msgty p_msgno = p_msgno p_msgv1 = p_msgv1 p_msgv2 = p_msgv2 p_msgv3 = p_msgv3 p_msgv4 = p_msgv4.



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 RPLMESG2 or its description.