SAP Reports / Programs | Knowledge Management | Knowledge Warehouse(KM-KW) SAP KM

RSIWB943 SAP ABAP Report - Correction Report for Attributes and File Names







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


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 RSIWB943. "Basic submit
SUBMIT RSIWB943 AND RETURN. "Return to original report after report execution complete
SUBMIT RSIWB943 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 = 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





Text Symbol: 813 = Old
Text Symbol: 814 = New
Text Symbol: 820 = Error while setting the attribute
Text Symbol: 821 = Error while reading the attributes
Text Symbol: 822 = PHIO not found
Text Symbol: 823 = Error while retrieving the Phio info
Text Symbol: 824 = More than one component
Text Symbol: 825 = No editing
Text Symbol: 826 = Component files
Text Symbol: 827 = Error: PHIO without a component
Text Symbol: 828 = Error while correcting on content server
Text Symbol: 829 = Error while correcting IWB7PHF
Text Symbol: 830 = No new file name exists
Text Symbol: 831 = File name is incorrect or saved incorrecty
Text Symbol: 832 = Incorrect Correction Table IWB7PHF
Text Symbol: 340 = To
Text Symbol: 330 = From
Text Symbol: 320 = Object ID
Text Symbol: 310 = Class
Text Symbol: 223 = For Module
Text Symbol: 222 = Exception
Text Symbol: 088 = To LOIO Object ID
Text Symbol: 087 = To LOIO Class
Text Symbol: 077 = Error messages
Text Symbol: 072 = Date
Text Symbol: 071 = User
Text Symbol: 065 = New Value
Text Symbol: 064 = Old Value
Text Symbol: 063 = Attribute Name
Text Symbol: 061 = PHIO Object ID
Text Symbol: 060 = PHIO Class
Text Symbol: 059 = From PHIO Object ID
Text Symbol: 058 = From PHIO Class
Text Symbol: 055 = Counter
Text Symbol: 023 = Attributes:
Text Symbol: 022 = Old list output (in batch too) or ALV grid (not in batch)?
Text Symbol: 020 = Test Run or Live Run?
Text Symbol: 004 = Analyze/Correct Following Attributes
Text Symbol: 003 = Display Type





Text Symbol: 002 = Processing Type
Text Symbol: 001 = Context (PHIO CLASS, for example, IWB_DSTTXT)
Text Symbol: 341 = All PHIOS in Time Window
Text Symbol: 620 = To Date
Text Symbol: 610 = From Date
Text Symbol: 600 = From Date Must Be <= To Date
Text Symbol: 500 = Statistic
Text Symbol: 451 = Incorrect Search Query
Text Symbol: 450 = Object class unknown
Text Symbol: 449 = Exception in Application Exit
Text Symbol: 448 = Relationship class is not allowed or does not exist
Text Symbol: 447 = Incorrect Storage Type
Text Symbol: 446 = No Files for this Physical Object
Text Symbol: 445 = No authorization
Text Symbol: 444 = Object does not exist
Text Symbol: 410 = PHIO
Text Symbol: 400 = LOIO
Text Symbol: 399 = Number
Text Symbol: 366 = Correction with Error
Text Symbol: 365 = Incorrt Obj.for New Hyperlinks
Text Symbol: 364 = Incorrect Obj. Existing Hyperl
Text Symbol: 363 = Corrected Objects
Text Symbol: 362 = Objects for Analysis
Text Symbol: 351 = Date
Text Symbol: 350 = User
Text Symbol: 345 = Creation Error Hyperlinks
Text Symbol: 344 = New Hyperlinks
Text Symbol: 343 = Existing Hyperlinks
Text Symbol: 342 = Sources to Be Changed


INCLUDES used within this REPORT RSIWB943

INCLUDE: IWBCONST "CONTANTS DECLARATION OF KW
,RSIWB943_C10 "CLASS DEFINITION AND IMPLEMENTATION
,RSIWB943_O10 "PBO-MODULES
,RSIWB943_I10 "PAI-MODULES
,RSIWB943_F10 "FORM ROUTINES


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:

F4_DATE call function 'F4_DATE' importing select_date = fromdate.

F4_DATE



call function 'F4_DATE' importing select_date = todate.



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