SAP Reports / Programs

RSIWB096_RES_DISP SAP ABAP Report - Display of Retrofit Results







RSIWB096_RES_DISP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RSIWB096_RES_DISP 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 RSIWB096_RES_DISP. "Basic submit
SUBMIT RSIWB096_RES_DISP AND RETURN. "Return to original report after report execution complete
SUBMIT RSIWB096_RES_DISP 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: AREA_SC1 = With Area Selection
Selection Text: AREA_SC2 = With Area Selection
Selection Text: COUNTRY = Country
Selection Text: DELETE = Delete
Selection Text: DISPLAY = Display
Selection Text: FAILED = With Area Selection
Selection Text: IDRESULT = ID
Selection Text: ID_RES = Name of Event ID
Selection Text: INDUSTRY = Enhancement
Selection Text: JOB_NAME = Batch Job Name
Selection Text: LOIO = Find LOIO (Folder + IOs)
Selection Text: LOIO_CL = Class
Selection Text: LOIO_ID = ID
Selection Text: LOIO_PA = LOIO Parameter
Selection Text: LOIO_TN = Technical Name
Selection Text: OWNERNS = Namespace
Selection Text: PHIO = Find PHIO Parameter
Selection Text: PHIO_CL = Class
Selection Text: PHIO_ID = ID
Selection Text: REL = Release
Selection Text: RELEASE = Release
Selection Text: REQUEST = Name of Transport Request
Selection Text: SETOWNER = Owner Namespace
Selection Text: SIMPLE = Find Using Header Attributes
Selection Text: TIME = Date/Time
Selection Text: USER = User Name
Selection Text: CTY = D .
Selection Text: EXT = D .
Selection Text: FR_DATE = D .
Selection Text: FR_TIME = D .
Selection Text: JOBNAME = D .
Selection Text: LOIO_NA = D .
Selection Text: TO_DATE = D .
Selection Text: TO_TIME = D .
Selection Text: TR_REQ = D .
Selection Text: UNAME = D .
Title: Display of Retrofit Results
Text Symbol: 039 = Class (PHIO/LOIO/Folder)





Text Symbol: 001 = Activities:
Text Symbol: 002 = Selection Criteria for Header Entries
Text Symbol: 003 = Simple Search
Text Symbol: 004 = from (Date/Time)
Text Symbol: 005 = to (Date/Time)
Text Symbol: 006 = Context
Text Symbol: 007 = Find LOIO (Info Object / Folder)
Text Symbol: 008 = LOIO Parameter
Text Symbol: 009 = PHIO Parameter
Text Symbol: 010 = Enter at least one search criterion
Text Symbol: 011 = End date/time is before start date/time
Text Symbol: 012 = Headers for Retrofits
Text Symbol: 013 = Details
Text Symbol: 014 = Folder in ORBITT Online Translation:
Text Symbol: 015 = - Option:
Text Symbol: 016 = Release:
Text Symbol: 017 = Enhancement:
Text Symbol: 018 = Country:
Text Symbol: 019 = (New Context Parameters)
Text Symbol: 020 = Folder:
Text Symbol: 021 = Are you sure you want to delete the selected entries?
Text Symbol: 022 = Deletion of Selected Entries
Text Symbol: 023 = Cancel
Text Symbol: 024 = Contents for Selected Headers
Text Symbol: 025 = Old Release
Text Symbol: 026 = Old Enhancement
Text Symbol: 027 = Old Country
Text Symbol: 028 = New Release
Text Symbol: 029 = New Enhancement
Text Symbol: 030 = New Country
Text Symbol: 031 = Namespace
Text Symbol: 032 = Request for PHIOs
Text Symbol: 033 = Request for LOIOs
Text Symbol: 034 = User
Text Symbol: 035 = Class
Text Symbol: 036 = ID (PHIO/LOIO/Folder)
Text Symbol: 037 = ID (LOIOs)
Text Symbol: 038 = Class (LOIOs)


INCLUDES used within this REPORT RSIWB096_RES_DISP

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:

TIWB_TEST_USER_CHECK CALL FUNCTION 'TIWB_TEST_USER_CHECK' EXPORTING FCT_NAME = C_AUTH_SUPPORT EXCEPTIONS NO_AUTHORIZATION = 1 FCT_NAME_NOT_FOUND = 2 OTHERS = 3.

AUTHORITY_CHECK CALL FUNCTION 'AUTHORITY_CHECK' EXPORTING object = 'S_UMG' FIELD1 = 'ACTVT' VALUE1 = '03' "16-exe, 02-change FIELD2 = 'UMG_ACTVT' VALUE2 = space FIELD3 = 'DICBERCLS' VALUE3 = space EXCEPTIONS USER_DONT_EXIST = 1 USER_IS_AUTHORIZED = 2 USER_NOT_AUTHORIZED = 3 USER_IS_LOCKED = 4 OTHERS = 5.

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = '%_00' p_program = 'RSSYSTDB' TABLES p_exclude = lt_exc_fcode.



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