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

RPLMSFN0 SAP ABAP INCLUDE - Create data records in table T5N1T







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


Text pool values


Title: Create data records in table T5N1T
Text Symbol: MZZ = created retroactively for
Text Symbol: M58 = NSI notific. can be created
Text Symbol: M57 = Only an incomplete
Text Symbol: M55 = Missing data in infotype(s):
Text Symbol: M54 = Pers.already reported as HIRED
Text Symbol: M53 = Pers. already reported as LEFT
Text Symbol: M52 = table T5N1T for this person
Text Symbol: M51 = Check your actions and correct
Text Symbol: M50 = Retroactive notifications are inconsistent;
Text Symbol: M40 = NSI Notification (Correction, Recall)
Text Symbol: M20 = NSI Notification (Change)
Text Symbol: M10 = NSI Notific. (Hired)
Text Symbol: M02 = NSI Notific. (Deceased)
Text Symbol: M01 = NSI Notific. (Left)
Text Symbol: CON = ÄAÁAÂAÀAÆAÃAÉEÈEËEÊEÌIÎIÏIÍIÖOÔOÒOÓOØOÕOÜUÛUÙUÚUÇCÑNÅAßS' -
Text Symbol: T15 = Change of UVI repr. legal person,
Text Symbol: TS3 = deleted for personnel number
Text Symbol: TS1 = Retroactive NSI notification will be
Text Symbol: TF1 = No NSI notific. generated. Age >
Text Symbol: TEA = No NSI notification generated
Text Symbol: TE5 = Feature NLMSV is missing or inactive (T549D)
Text Symbol: TE1 = Table T5N5D could not be locked
Text Symbol: T23 = Infotype 0409 is incorrect,
Text Symbol: T22 = EE has been allocated to Cadans (ex-BVG)
Text Symbol: T21 = EE has been allocated to Cadans (ex-Detam),
Text Symbol: T20 = delimit rec. and create correct record
Text Symbol: T19 = Employee is allocated to GAK,
Text Symbol: T18 = No registration number found for REPER
Text Symbol: T17 = No representing legal person found
Text Symbol: T16 = Create Infotype 0409 again


INCLUDES used within this REPORT RPLMSFN0

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:

VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING ACTION = 'E' ENQUEUE_MODE = 'E' VIEW_NAME = 'V_T5N1T' EXCEPTIONS OTHERS = 08.

VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING ACTION = 'D' ENQUEUE_MODE = 'E' VIEW_NAME = 'V_T5N1T' EXCEPTIONS OTHERS = 08.

HR_NL_GET_REPERS CALL FUNCTION 'HR_NL_GET_REPERS' EXPORTING DATE = h_begda SOORT = '01' PERNR = p0001-pernr IMPORTING ERROR = h_error TABLES RELMNGTAB = relmngtab.

HR_NL_GET_RELATIONS CALL FUNCTION 'HR_NL_GET_RELATIONS' EXPORTING DATE = h_begda TABLES RELMNGTAB = relmngtab ERRORTAB = errortab.

HR_NL_CTR_ANSNR CALL FUNCTION 'HR_NL_CTR_ANSNR' EXPORTING ANSNR = relmngtab-ANSNR SOORT = relmngtab-SOORT CHANGING ERROR = ERROR EXCEPTIONS INCONSISTENCY = 1 INCONSISTENCYLB = 2 INVALID_CHAR = 3 INVALID_CHARLB = 4 .

HR_NL_CTR_SOFIN CALL FUNCTION 'HR_NL_CTR_SOFIN' EXPORTING SOFIN = H_SOFIN * UVISR = RELMNGTAB-UVISR "LLEXC0K003291 EXCEPTIONS invalid_interval = 1 inconsistency = 2 OTHERS = 3.



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