SAP Reports / Programs | Personnel Management | Personnel Administration | Taiwan(PA-PA-TW) SAP PA

RPU03520 SAP ABAP Report - Initialisation P0003: Create Infotype view 0352.







RPU03520 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 with 42 (Taiwan)...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 RPU03520 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 RPU03520. "Basic submit
SUBMIT RPU03520 AND RETURN. "Return to original report after report execution complete
SUBMIT RPU03520 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: 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 0352.
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 = Employees processed totally
Text Symbol: 025 = persons with updated IT 0352 view(s)
Text Symbol: 024 = person(s) With updated IT 0003
Text Symbol: 023 = person(s) rejected
Text Symbol: 021 = Error description
Text Symbol: 020 = Error type
Text Symbol: 019 = With updated IT 0344 view(s)
Text Symbol: 018 = With updated IT 0404 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 TW
Text Symbol: 004 = Table 582V
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 RPU03520

No INCLUDES are used within this REPORT code!


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 = REPID "LINIAHRK036779 * LAY_OUT = 5 * CURRENT_REPORT = REPID "LINIAHRK036779 * 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_PERNR_MSG_ADD CALL FUNCTION 'HR_PAL_PERNR_MSG_ADD' EXPORTING I_PERNR = ERROR_MESSAGES-PERNR I_MSGID = GC_MSGIDR I_MSGTY = GC_E I_MSGNO = GC_MSGNO I_MSGV1 = LV_MSGV1 I_MSGV2 = LV_MSGV2 EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2 .

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING I_STCNT = $STCNT I_NODID = 'PE' I_NODPA = SPACE I_MSGID = $arbgb I_MSGTY = $type I_MSGNO = $msgno I_MSGV1 = $msgv1 EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2 .

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXPORTING I_S_DISPLAY_PROFILE = gs_display_profile EXCEPTIONS PROGRAM_ERROR = 1 NO_LOGS = 2 OTHERS = 3.



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