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

RPU26400 SAP ABAP Report - Initialization P0003 View/Create Infotype 0264







RPU26400 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for When the feature IVWID is used, the field VIEKN in infotype 0003 is filled with the result...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 RPU26400 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 RPU26400. "Basic submit
SUBMIT RPU26400 AND RETURN. "Return to original report after report execution complete
SUBMIT RPU26400 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 = Personnel Number
Title: Initialization P0003 View/Create Infotype 0264
Text Symbol: 013 = Number of New Records
Text Symbol: 012 = Number of Records Already Converted
Text Symbol: 011 = Number of Records Converted
Text Symbol: 010 = Personnel Number
Text Symbol: 009 = Number of Records Not Converted
Text Symbol: 008 = Number of Personnel Numbers
Text Symbol: 007 = Conversion statistics
Text Symbol: 006 = Start conversion infotype 0021
Text Symbol: 005 = Infotpye 0001 does not exist
Text Symbol: 004 = Infotype 0264 already exists
Text Symbol: 003 = CountryGrouping Not Equal to 05
Text Symbol: 002 = Error processing feature IVWID
Text Symbol: 001 = Feature IVWID does not match T582V
001 Pers.No. Indicator


INCLUDES used within this REPORT RPU26400

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:

APPEND_PROTOCOL CALL FUNCTION 'APPEND_PROTOCOL' EXPORTING ACCEPT_NOT_INIT = 'X' TABLES XMSG = MESS_TAB EXCEPTIONS * table_empty = 1. "YBBALRK016057

HR_PAL_LOG_DISPLAY call function 'HR_PAL_LOG_DISPLAY' EXCEPTIONS program_error = 1 no_logs = 2 others = 3.

HR_PAL_EPERN_MSG_ADD call function 'HR_PAL_EPERN_MSG_ADD' EXPORTING i_pernr = l_pernr i_ename = l_ename i_msgid = '5N' i_msgty = l_msgty i_msgno = MSGNR i_msgv1 = l_msgv1 i_msgv2 = l_msgv2 i_msgv3 = l_msgv3 i_msgv4 = l_msgv4 IMPORTING e_pernr_node_key = l_node_key EXCEPTIONS program_error = 1 others = 2.

HR_PAL_STATS_MSG_ADD call function 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = l_STCNT i_msgid = '5N' i_msgty = l_msgty i_msgno = MSGNR i_msgv1 = l_msgv1 i_msgv2 = l_msgv2 i_msgv3 = l_msgv3 i_msgv4 = l_msgv4 IMPORTING e_stats_node_key = l_node_key EXCEPTIONS program_error = 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 RPU26400 or its description.