SAP Reports / Programs

RPSDEV01 SAP ABAP Report - SAP XXL- List Viewer Execution Report







RPSDEV01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used when running RPSDEV00...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 RPSDEV01 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 RPSDEV01. "Basic submit
SUBMIT RPSDEV01 AND RETURN. "Return to original report after report execution complete
SUBMIT RPSDEV01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: SAP XXL- List Viewer Execution Report
Text Symbol: 001 = Personnel statistics
Text Symbol: 002 = Employee development
Text Symbol: 025 = List object transferred to SAP XXL
Text Symbol: 026 = Number of data columns <> number of vertical features
Text Symbol: 027 = Number of SEMA lines <> number of vertical features + management ratios
Text Symbol: 028 = Number of lines of vertical features <> number of vertical features
Text Symbol: 029 = Error for definition of horizontal features
Text Symbol: 030 = Error for data definition in table SEMA
Text Symbol: 031 = Data interval line "from to" defined incorrectly
Text Symbol: 032 = EXCEL file could not be opened
Text Symbol: 033 = List object could not be written
Text Symbol: 034 = Presentation computer does not run on WINDOWS
Text Symbol: 035 = SAP XXL installed incorrectly
Text Symbol: 036 = Unexpected error
Text Symbol: 037 = Following data was transferred to SAP XXL:


INCLUDES used within this REPORT RPSDEV01

INCLUDE RPSDEV20. "QFX


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:

XXL_FULL_API CALL FUNCTION 'XXL_FULL_API' EXPORTING N_HRZ_KEYS = HRZ_KEYS N_ATT_COLS = ATT_COLS N_VRT_KEYS = VRT_KEYS * DATA_ENDING_AT = -1 * DATA_STARTING_AT = 1 FILENAME = 'HR002 ' HEADER_1 = 'personnel statistics' "text-001 HEADER_2 = 'personnel development' "text-002 NO_START = ' ' NO_DIALOG = ' ' SO_TITLE = ' ' * SEMA_TYPE = TABLES DATA = XXL_DATA HKEY = T_GXXLT_H ONLINE_TEXT = T_GXXLT_O PRINT_TEXT = T_GXXLT_P SEMA = T_GXXLT_S VKEY = T_GXXLT_V EXCEPTIONS DIM_MISMATCH_DATA = 80 DIM_MISMATCH_SEMA = 81 DIM_MISMATCH_VKEY = 82 ERROR_IN_HKEY = 83 ERROR_IN_SEMA = 84 FILE_OPEN_ERROR = 71 FILE_WRITE_ERROR = 72 INV_DATA_RANGE = 85 INV_WINSYS = 73 INV_XXL = 74 OTHERS = 75.



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