SAP Reports / Programs

RPU28100 SAP ABAP Report - Initialisation P0003 Create Infotype 0280







RPU28100 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 is 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 RPU28100 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 RPU28100. "Basic submit
SUBMIT RPU28100 AND RETURN. "Return to original report after report execution complete
SUBMIT RPU28100 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.
Title: Initialisation P0003 Create Infotype 0280
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 = P0281 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 = No. of records already converted
Text Symbol: 011 = No. of records converted
Text Symbol: 010 = Personnel no.
Text Symbol: 009 = No. records not converted
Text Symbol: 008 = Number of personnel numbers
Text Symbol: 007 = Conversion statistics
Text Symbol: 006 = Start Umsetzung Infotyp 0016
Text Symbol: 005 = Infotype 0001 does not exist
Text Symbol: 004 = Infotype 0280 already exists
Text Symbol: 003 = Country assignment is not 08
Text Symbol: 002 = Error processing feature IVWID
Text Symbol: 001 = Feature IVWID does not match T582V
001 Pers.no. Info


INCLUDES used within this REPORT RPU28100

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