SAP Reports / Programs

ABAP_TOOLS_KW_LINK_R SAP ABAP Report - Repair Link to KW from ABAP Programs Using Function Module







ABAP_TOOLS_KW_LINK_R is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this program to repair links to Knowledge Warehouse, which can be used for calls by accessing function modules...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 ABAP_TOOLS_KW_LINK_R 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 ABAP_TOOLS_KW_LINK_R. "Basic submit
SUBMIT ABAP_TOOLS_KW_LINK_R AND RETURN. "Return to original report after report execution complete
SUBMIT ABAP_TOOLS_KW_LINK_R 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: INDUSTRY = D .
Selection Text: TCLASS = Topic Class
Selection Text: SLOIO = SLOIO (Structure)
Selection Text: SCLASS = Structure Class
Selection Text: PROGRAM = Program
Selection Text: LOIO = LOIO (Topic)
Selection Text: EXTENS = Extension
Title: Repair Link to KW from ABAP Programs Using Function Module
Text Symbol: WRN = Make an entry only if you want the enhancement to be in the database.
Text Symbol: TIT = New Entries
Text Symbol: STD = Standard Entries
Text Symbol: NOC = Program cannot be started directly
Text Symbol: NNW = This field must remain empty for SAP NetWeaver.
Text Symbol: IND = Industry enhancement (not SAP NetWeaver):
Text Symbol: ENH = Are you sure you want to specify an industry enhancement?
Text Symbol: 450 = Link not cleaned up ...
Text Symbol: 440 = Clean Up
Text Symbol: 430 = Retain
Text Symbol: 420 = Convert
Text Symbol: 410 = Only use uppercase letters in the free text
Text Symbol: 400 = The link is not consistent. Do you want to use it anyway?
Text Symbol: 290 = Link must be transported.
Text Symbol: 289 = Cannot transport link.
Text Symbol: 240 = Database table IWREFERNC could not be changed.
Text Symbol: 230 = Link modified in database table IWREFERNC.
Text Symbol: 220 = Link not repaired.
Text Symbol: 210 = Repair the link?
Text Symbol: 190 = Error when launching the browser.
Text Symbol: 180 = Repaired link can be used in call as follows:
Text Symbol: 140 = Repair Link in Database
Text Symbol: 130 = If the check is successful, repair the database.
Text Symbol: 100 = Link modified
Text Symbol: 030 = No
Text Symbol: 020 = Yes
Text Symbol: 003 = Check the link.
Text Symbol: 002 = Error
Text Symbol: 001 = Link does not exist


INCLUDES used within this REPORT ABAP_TOOLS_KW_LINK_R

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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-400 text_button_1 = 'Ja'(020) text_button_2 = 'Bereinigen'(440) display_cancel_button = 'X' IMPORTING answer = ans.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-410 text_button_1 = 'Umsetzen'(420) text_button_2 = 'Belassen'(430) display_cancel_button = ' ' IMPORTING answer = ans.

IWB_HTML_HELP_OBJECT_SHOW WRITE / `CALL FUNCTION 'IWB_HTML_HELP_OBJECT_SHOW'`.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = 'Verweis reparieren?'(210) text_button_1 = 'Ja'(020) text_button_2 = 'Nein'(030) display_cancel_button = ' ' IMPORTING answer = ans.

TR_EDIT_CHECK_OBJECTS_KEYS CALL FUNCTION 'TR_EDIT_CHECK_OBJECTS_KEYS' EXPORTING wi_with_dialog = 'R' TABLES wt_e071 = tr_objects wt_e071k = tr_object_keys EXCEPTIONS OTHERS.

TR_EDIT_CHECK_OBJECTS_KEYS CALL FUNCTION 'TR_EDIT_CHECK_OBJECTS_KEYS' EXPORTING wi_with_dialog = 'X' TABLES wt_e071 = tr_objects wt_e071k = tr_object_keys EXCEPTIONS OTHERS.



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