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

RSIWB003 SAP ABAP Report - Create Help Extract Data Set







RSIWB003 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program creates an extract of the management data for the application help from the Knowledge Warehouse management data...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 RSIWB003 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 RSIWB003. "Basic submit
SUBMIT RSIWB003 AND RETURN. "Return to original report after report execution complete
SUBMIT RSIWB003 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: ALL = All Data
Selection Text: COUNTRY = Country
Selection Text: INDUSTRY = Industry sector
Selection Text: LANGUAGE = Language
Selection Text: LANG_DEP = Only Language-Dependent Data
Selection Text: RELEASE = Release
Title: Create Help Extract Data Set
Text Symbol: 001 = Context
Text Symbol: 002 = Data Selection
Text Symbol: 003 = Additional Functions
Text Symbol: 010 = Delete all Help Management Data
Text Symbol: 011 = Delete all help management data?
Text Symbol: 020 = Which data is to be extracted?
Text Symbol: 021 = Delete
Text Symbol: 022 = Delete all Existing Administrative Data
Text Symbol: 023 = Statistics
Text Symbol: 024 = Specify Size of Administrative Data
Text Symbol: 025 = Log
Text Symbol: 026 = Display Application Log


INCLUDES used within this REPORT RSIWB003

INCLUDE: IWBCONST,


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:

HLP_DATA_EXTRACT CALL FUNCTION 'HLP_DATA_EXTRACT' EXPORTING LANG_DEP_ONLY = LANG_DEP_ONLY IMPORTING ERROR_MSG = ERROR_MSG TABLES CONTEXT = CONTEXT.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = TEXT-010 TEXT_QUESTION = TEXT-011 DEFAULT_BUTTON = '2' IMPORTING ANSWER = ANSWER.

HLP_DATA_RESET CALL FUNCTION 'HLP_DATA_RESET'.

APPL_LOG_DISPLAY CALL FUNCTION 'APPL_LOG_DISPLAY' EXPORTING OBJECT = C_APPL_LOG_OBJECT SUBOBJECT = C_APPL_LOG_TRANSPORT * EXTERNAL_NUMBER = ' ' * OBJECT_ATTRIBUTE = 0 * SUBOBJECT_ATTRIBUTE = 0 * EXTERNAL_NUMBER_ATTRIBUTE = 0 * DATE_FROM = SY-DATUM * TIME_FROM = '000000' * DATE_TO = SY-DATUM * TIME_TO = SY-UZEIT * TITLE_SELECTION_SCREEN = ' ' * TITLE_LIST_SCREEN = ' ' * COLUMN_SELECTION = '11112221122 ' * SUPPRESS_SELECTION_DIALOG = ' ' * COLUMN_SELECTION_MSG_JUMP = '1' EXTERNAL_NUMBER_DISPLAY_LENGTH = 20 EXCEPTIONS NO_AUTHORITY = 1 OTHERS = 2.



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