SAP Reports / Programs | Personnel Management | Personnel Administration | Belgium(PA-PA-BE) SAP PA

RPUVIEKNBE SAP ABAP Report - Conversion for IT view (BE)







RPUVIEKNBE is a standard Executable ABAP Report 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 RPUVIEKNBE 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 RPUVIEKNBE. "Basic submit
SUBMIT RPUVIEKNBE AND RETURN. "Return to original report after report execution complete
SUBMIT RPUVIEKNBE 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 = D Personnel number
Selection Text: PAYRLARE = Payroll Areas
Selection Text: MOD2 = Update
Selection Text: MOD1 = Test mode
Selection Text: MAD = Employees Master Data
Selection Text: DATE = IT0001 Reference Date
Selection Text: APP = Applicants Master Data
Title: Conversion for IT view (BE)
Text Symbol: B37 = Problem processing feature IVWID
Text Symbol: B36 = Return value from Feature IVWID doesn't correspond to molga (12)
Text Symbol: B30 = Infotype 4004
Text Symbol: B26 = Employees found in the Infotype Action Status(IT 4004)
Text Symbol: B24 = Employees detected for update in the Infotype Action Status(IT 4004)
Text Symbol: B23 = Errors with IT 4004 - Action Status
Text Symbol: B16 = No record found in IT0001 (<> IT4004)
Text Symbol: B03 = Country assignment is not 12
Text Symbol: 037 = Problem processing feature IVWID
Text Symbol: 036 = Return value from Feature IVWID doesn't correspond to molga (12)
Text Symbol: 035 = Processing in update mode.
Text Symbol: 034 = Processing in test mode.
Text Symbol: 033 = Running errors from conversion report.
Text Symbol: 032 = No errors encountered.
Text Symbol: 031 = Encountered errors
Text Symbol: 030 = Infotype 0003
Text Symbol: 026 = Employees found in the Infotype payrol status (IT 0003)
Text Symbol: 024 = Employees detected for update in the Infotype payrol status (IT 0003)
Text Symbol: 023 = Errors with IT 0003 - Payroll status
Text Symbol: 021 = Error description
Text Symbol: 020 = Type of update
Text Symbol: 016 = No record found in IT0001 (<> IT0003)
Text Symbol: 004 = Selection of data base
Text Symbol: 003 = Country assignment is not 12
Text Symbol: 002 = Processing parameters
Text Symbol: 001 = Selection for conversion of view indicator in IT 0003 and IT 4004


INCLUDES used within this REPORT RPUVIEKNBE

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 = 'SY-REPID' LAY_OUT = 6 CURRENT_REPORT = CURRENT_REPORT LIST_LEVEL = SPACE HEAD_LINE1 = header1 HEAD_LINE2 = header2 head_line3 = header3 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 RPUVIEKNBE or its description.