SAP Reports / Programs

RPU30600 SAP ABAP Report - Infotype-view I0021/I0306 conversion







RPU30600 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program carries out the conversion of the infotype 0021 for the existing personnel numbers before the creation of the view 0306...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 RPU30600 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 RPU30600. "Basic submit
SUBMIT RPU30600 AND RETURN. "Return to original report after report execution complete
SUBMIT RPU30600 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: MOD1 = Test run
Selection Text: MOD2 = Actual run
Selection Text: PERNR = Personnel number
Title: Infotype-view I0021/I0306 conversion
Text Symbol: 001 = PersNo.selec.
Text Symbol: 002 = Flow parameter
Text Symbol: 003 = Cntry grouping is not 15
Text Symbol: 016 = No I0001 record for the selected personnel number
Text Symbol: 020 = Update type
Text Symbol: 021 = Error description
Text Symbol: 023 = Incorrect pers.no.
Text Symbol: 024 = with infotype 0003 update
Text Symbol: 025 = with infotype 0021 update (View)
Text Symbol: 026 = Processed Pers.no.
Text Symbol: 030 = Infotype 0003
Text Symbol: 031 = Errors found
Text Symbol: 032 = No error found.
Text Symbol: 033 = Errors in the conversion program.
Text Symbol: 034 = Test run
Text Symbol: 035 = Actual run
Text Symbol: 036 = IVWID feature does not correspond to T582V.


INCLUDES used within this REPORT RPU30600

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 = CURRENT_REPORT 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.



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