SAP Reports / Programs

RPU03420 SAP ABAP Report - Initialisation P0003: Create Infotype view 0342,0343 & 0344.







RPU03420 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Field VIEKN of infotype 0003 will be filled (depending on feature IVWID) with the result of the feature...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 RPU03420 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 RPU03420. "Basic submit
SUBMIT RPU03420 AND RETURN. "Return to original report after report execution complete
SUBMIT RPU03420 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: V_INDIC = Infotype view indicator
Selection Text: S_PERNR = Personnel Number
Selection Text: MOD2 = Update regardless of Org. Asg.
Selection Text: MOD1 = Test run (no update)
Title: Initialisation P0003: Create Infotype view 0342,0343 & 0344.
Text Symbol: 037 = update mode regarding EE"s org. assignment
Text Symbol: 036 = Feat. IVWID <> T582V
Text Symbol: 035 = Update Mode
Text Symbol: 034 = Test Mode
Text Symbol: 033 = Conversion Report - Errors
Text Symbol: 032 = No errors occured
Text Symbol: 031 = Errors Found
Text Symbol: 030 = Infotype 0003
Text Symbol: 026 = Person(s) processed
Text Symbol: 025 = Person(s) with updated 0342 view(s).
Text Symbol: 024 = Person(s) with updated it0003 record(s).
Text Symbol: 023 = Person(s) rejected
Text Symbol: 021 = Error description
Text Symbol: 020 = Error type.
Text Symbol: 019 = Person(s) with updated 0344 view(s).
Text Symbol: 018 = Person(s) with updated 0343 view(s).
Text Symbol: 017 = Update type
Text Symbol: 016 = No infotype 0001 record
Text Symbol: 006 = No record in T001p
Text Symbol: 005 = No IT views or wrong indc for HK
Text Symbol: 004 = Infotype view indicator
Text Symbol: 003 = Country assignment is not 27
Text Symbol: 002 = Error processing feature IVWID
Text Symbol: 001 = Personnel selection


INCLUDES used within this REPORT RPU03420

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 = 5 CURRENT_REPORT = 'SY-REPID' 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.

HR_PAL_LOG_REFRESH CALL FUNCTION 'HR_PAL_LOG_REFRESH' EXPORTING i_with_err_and_stat_list = 'X' i_keep_categ = 'X' EXCEPTIONS OTHERS = 99.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = l_stcnt i_msgid = l_msg-msgid i_msgty = cl_hr99b_pal=>c_success i_msgno = l_msg-msgno i_msgv1 = l_msg-msgv1 EXCEPTIONS OTHERS = 99.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = l_stcnt i_msgid = l_msg-msgid i_msgty = l_msg-msgty i_msgno = l_msg-msgno i_msgv1 = l_msg-msgv1 EXCEPTIONS OTHERS = 99.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = l_stcnt i_msgid = l_msg-msgid i_msgty = cl_hr99b_pal=>c_success i_msgno = l_msg-msgno i_msgv1 = l_msg-msgv1 EXCEPTIONS OTHERS = 99.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = l_stcnt i_msgid = l_msg-msgid i_msgty = cl_hr99b_pal=>c_success i_msgno = l_msg-msgno i_msgv1 = l_msg-msgv1 EXCEPTIONS OTHERS = 99.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = l_stcnt i_msgid = l_msg-msgid i_msgty = cl_hr99b_pal=>c_success i_msgno = l_msg-msgno i_msgv1 = l_msg-msgv1 EXCEPTIONS OTHERS = 99.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = l_stcnt i_msgid = l_msg-msgid i_msgty = cl_hr99b_pal=>c_success i_msgno = l_msg-msgno i_msgv1 = l_msg-msgv1 EXCEPTIONS OTHERS = 99.



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