SAP Reports / Programs | Personnel Management | Personnel Administration | Denmark(PA-PA-DK) SAP PA

RPU21400 SAP ABAP Report - Initialize P0003 / Create Infotype 0214







RPU21400 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Initialisation of Infotype 0003 and regeneration of Infotype view 214...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 RPU21400 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

RP09_LOAN_INIT - Loans: Initialization (IT3,VIEKN)


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


Text pool values


Selection Text: PERNR = Pers. no.
Selection Text: MOD2 = Update mode
Selection Text: MOD1 = Test mode
Title: Initialize P0003 / Create Infotype 0214
Text Symbol: 045 = No infotype 001 record
Text Symbol: 038 = No errors occured
Text Symbol: 037 = Update mode
Text Symbol: 036 = Test mode
Text Symbol: 035 = Conversion Report - Errors
Text Symbol: 031 = Errors Found
Text Symbol: 030 = Infotype 003
Text Symbol: 027 = No errors occured
Text Symbol: 026 = Total People:
Text Symbol: 025 = P0214 records updtd:
Text Symbol: 024 = P0003 records updtd:
Text Symbol: 023 = Rejected with error:
Text Symbol: 021 = Error description
Text Symbol: 020 = Update type
Text Symbol: 016 = No infotype 001 record
Text Symbol: 014 = Test mode
Text Symbol: 013 = Number of new records
Text Symbol: 012 = Update options
Text Symbol: 011 = No of records converted
Text Symbol: 010 = Personnel number
Text Symbol: 009 = No of records not converted
Text Symbol: 008 = Number of employees
Text Symbol: 007 = Conversion statistics
Text Symbol: 006 = Start of Infotype 0045 conversion
Text Symbol: 005 = Conversion Report - Errors
Text Symbol: 004 = Infotype 0214 already exists
Text Symbol: 003 = Country assignment not 09.
Text Symbol: 002 = Error in feature IVWID
Text Symbol: 001 = Feature IVWID does not match T582V
001 Pers.no. Note


INCLUDES used within this REPORT RPU21400

INCLUDE RPUMKC00.


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_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' EXPORTING BASIC_LIST_TITLE = SY-TITLE FILE_NAME = HREPID LAY_OUT = 5 CURRENT_REPORT = HREPID LIST_LEVEL = SPACE IMPORTING RETURN_CODE = RETCODE TABLES DATA_TAB = ERROR_MESSAGES FIELDNAME_TAB = FNAME SELECT_TAB = SELTAB ERROR_TAB = ERROR EXCEPTIONS DOWNLOAD_PROBLEM = 1 NO_DATA_TAB_ENTRIES = 2 TABLE_MISMATCH = 3 PRINT_PROBLEMS = 4 OTHERS = 5.



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