RSIWB942 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 RSIWB942 into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: TODATE = To Date
Selection Text: P_LIST = Old List (Batch and Dialog)
Selection Text: P_GRID = ALV Display (Only in Dialog)
Selection Text: PHIOCLAS = PHIO CLASS
Selection Text: FROMDATE = Date From
Title: Display of Obsolete Hyperlinks in KWB in Defined Time Period
Text Symbol: 445 = No Authorization
Text Symbol: 446 = No Files for this Physical Object
Text Symbol: 447 = Incorrect Storage Type
Text Symbol: 448 = Relationship class is not allowed or does not exist
Text Symbol: 449 = Exception in Application Exit
Text Symbol: 450 = Object Class Unknown
Text Symbol: 451 = Incorrect Search Query
Text Symbol: 500 = Statistics
Text Symbol: 600 = From Date Must Be <= To Date
Text Symbol: 610 = From Date
Text Symbol: 620 = To Date
Text Symbol: 630 = Parameter
Text Symbol: 640 = PHIO Class(es)
Text Symbol: 670 = ALV Grid Display
Text Symbol: 680 = Normal List
Text Symbol: 691 = Check Destinatns of Hyperlinks
Text Symbol: 692 = Check Existing Hyperlinks
Text Symbol: 701 = GUID too short in a line
Text Symbol: 702 = Non-Permitted Character in Object ID
Text Symbol: 750 = System ID
Text Symbol: 751 = Start Time
Text Symbol: 752 = End Time
Text Symbol: 778 = No valid hyperlink in HTML source
Text Symbol: 800 = Invalid PHIO Class
Text Symbol: 001 = Context (PHIO CLASS, for example, IWB_DSTTXT)
Text Symbol: 003 = Display Type
Text Symbol: 022 = Old list output (in batch too) or ALV grid (not in batch)?
Text Symbol: 055 = Counter
Text Symbol: 058 = From PHIO Class
Text Symbol: 059 = From PHIO Object ID
Text Symbol: 071 = User
Text Symbol: 072 = Date
INCLUDE: IWBCONST "CONTANTS DECLARATION OF KW
,RSIWB942_C10 "CLASS DEFINITION AND IMPLEMENTATION
,RSIWB942_O10 "PBO-MODULES
,RSIWB942_I10 "PAI-MODULES
,RSIWB942_F10 "FORM ROUTINES
No SAP DATABASE tables are accessed within this REPORT code!
F4_DATE CALL FUNCTION 'F4_DATE' IMPORTING select_date = fromdate.
F4_DATE CALL FUNCTION 'F4_DATE' IMPORTING select_date = todate.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.