SAP Reports / Programs | Personnel Management | Personnel Administration | Netherlands(PA-PA-NL) SAP PA

RPLMSVN0 SAP ABAP INCLUDE - Retroactive notifications (NSI)







RPLMSVN0 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for Retroactive creation of notifications "MBV (Industrial Insurance Board) notifications MBV"...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 RPLMSVN0 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 RPLMSVN0. "Basic submit
SUBMIT RPLMSVN0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLMSVN0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Retroactive notifications (NSI)
Text Symbol: R01 = Reason for personnel action is not used.
Text Symbol: R02 = Creation of LEAVING notification
Text Symbol: T01 = Cannot set representing legal person
Text Symbol: T02 = for UVI to
Text Symbol: T03 = "Technically left", please include
Text Symbol: T04 = such a transaction in a personnel action
Text Symbol: T05 = "Technically left", please include


INCLUDES used within this REPORT RPLMSVN0

INCLUDE MPPDAT00.


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_NL_GET_REPERS CALL FUNCTION 'HR_NL_GET_REPERS' EXPORTING date = firedate soort = '01' pernr = p_pernr IMPORTING error = h_error TABLES relmngtab = relmngtab errortab = errortab.

HR_NL_GET_RELATIONS CALL FUNCTION 'HR_NL_GET_RELATIONS' EXPORTING date = firedate TABLES relmngtab = relmngtab.

HR_NL_GET_REPERS CALL FUNCTION 'HR_NL_GET_REPERS' EXPORTING date = hiredate soort = '01' pernr = p_pernr IMPORTING error = h_error TABLES relmngtab = relmngtab errortab = errortab.

HR_NL_GET_RELATIONS CALL FUNCTION 'HR_NL_GET_RELATIONS' EXPORTING date = hiredate TABLES relmngtab = relmngtab.

HR_NL_GET_REP_I0001 CALL FUNCTION 'HR_NL_GET_REP_I0001' EXPORTING PERNR = $PERNR DATE = $DATE SOORT = '01' IMPORTING ERROR = h_error TABLES IPMEN2 = $PMEN2 RELMNGTAB = relmngtab ERRORTAB = errortab.

HR_NL_GET_RELATIONS CALL FUNCTION 'HR_NL_GET_RELATIONS' EXPORTING DATE = $PMEN2-DATUM TABLES RELMNGTAB = relmngtab.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING TCLAS = 'A' PERNR = $PERNR INFTY = '0001' BEGDA = $DATE ENDDA = $DATE IMPORTING SUBRC = H_SUBRC TABLES INFTY_TAB = I0001 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2 .



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