RSIWB943 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report corrects wrong or missing values in the following attributes DOCUMENT_FORMAT IWB_TRANS_STATE Also missing file names extensions in XML documents...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 RSIWB943 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: AREA = Documentation Area
Selection Text: FROMDATE = Date From
Selection Text: PHIOCLAS = PHIO Class
Selection Text: P_DOCFRM = DOCUMENT_FORMAT only XML_DOCU
Selection Text: P_FLNAME = Correct File Name ".XML"
Selection Text: P_GRID = ALV Display (Only in Dialog)
Selection Text: P_LIST = Old List (Batch and Dialog)
Selection Text: P_PROD = Live Run (Change Attributes)
Selection Text: P_TEST = Test Run (Analyze Attributes)
Selection Text: P_TRFLAG = IWB_TRANS_STATE (TR Flag)
Selection Text: TODATE = To Date
Title: Correction Report for Attributes and File Names
Text Symbol: 803 = XML_DOCU Possible
Text Symbol: 802 = Correction of DOC_FORMAT Only in Area
Text Symbol: 801 = Select PHIO Class
Text Symbol: 800 = Invalid PHIO Class
Text Symbol: 778 = For Hyperlink to Be Created in DB
Text Symbol: 777 = For Hyperlink in DB
Text Symbol: 752 = End Time
Text Symbol: 751 = Start Time
Text Symbol: 750 = System ID
Text Symbol: 702 = Non-Permitted Character in Object ID
Text Symbol: 701 = GUID too short in a line
Text Symbol: 692 = Check Existing Hyperlinks
Text Symbol: 691 = Check Destinatns of Hyperlinks
Text Symbol: 690 = Do Not Check Hyperlink Destns.
Text Symbol: 680 = Normal List
Text Symbol: 670 = ALV Grid Display
Text Symbol: 660 = Correct Attributes
Text Symbol: 650 = Test Run/Check Run
Text Symbol: 640 = PHIO Class(es)
Text Symbol: 630 = Parameters
Text Symbol: 804 = No valid PHIO class selected
Text Symbol: 805 = Correction of File Name Extension ".XML"
Text Symbol: 806 = Only possible in XML_DOCU
Text Symbol: 810 = Attributs
Text Symbol: 811 = Name
Text Symbol: 812 = Value
INCLUDE: IWBCONST "CONTANTS DECLARATION OF KW
,RSIWB943_C10 "CLASS DEFINITION AND IMPLEMENTATION
,RSIWB943_O10 "PBO-MODULES
,RSIWB943_I10 "PAI-MODULES
,RSIWB943_F10 "FORM ROUTINES
No SAP DATABASE tables are accessed within this REPORT code!
F4_DATE call function 'F4_DATE' importing select_date = fromdate.
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.
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 RSIWB943 or its description.