SAP Reports / Programs

RPU43300 SAP ABAP Report - Initialisation of P0003-Viekn/Creation of Infotype View 0433 for IT 9







RPU43300 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Initialisation of Infotype 0003 and regeneration of Infotype 009/433 view As of 4...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 RPU43300 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 RPU43300. "Basic submit
SUBMIT RPU43300 AND RETURN. "Return to original report after report execution complete
SUBMIT RPU43300 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 = Pers. no.
Selection Text: MOD2 = Update mode
Selection Text: MOD1 = Test mode
Title: Initialisation of P0003-Viekn/Creation of Infotype View 0433 for IT 9
Text Symbol: 038 = No errors occured
Text Symbol: 037 = Update mode
Text Symbol: 036 = Test mode
Text Symbol: 035 = Conversion Report - Errors
Text Symbol: 031 = Errors Found
Text Symbol: 030 = Infotype 003
Text Symbol: 027 = No errors occured
Text Symbol: 026 = Total People:
Text Symbol: 025 = P0433 records updtd:
Text Symbol: 024 = P0003 records updtd:
Text Symbol: 023 = Rejected with error:
Text Symbol: 021 = Error description
Text Symbol: 020 = Update type
Text Symbol: 016 = No infotype 001 record
Text Symbol: 014 = Test mode
Text Symbol: 013 = No of new records
Text Symbol: 012 = Update options
Text Symbol: 011 = No. of records converted
Text Symbol: 010 = Personnel number
Text Symbol: 009 = No of recs not converted
Text Symbol: 008 = Number of employees
Text Symbol: 007 = Conversion statistics
Text Symbol: 006 = Start Conversion of Infotype 0009
Text Symbol: 005 = Conversion Report - Errors
Text Symbol: 004 = Infotype 0433 already exists
Text Symbol: 003 = Country assignment is not 08
Text Symbol: 002 = Error in Feature IVWID
Text Symbol: 001 = Feature IVWID does not match T582V
001 Pers.no. Info


INCLUDES used within this REPORT RPU43300

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 = HREPID LAY_OUT = 5 CURRENT_REPORT = HREPID 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.



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