ABAP_TOOLS_KW_LINK 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 find or create links to Knowledge Warehouse, which can be used for calls by accessing a function module (IWB_HTML_HELP_OBJECT_SHOW)...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 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: 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: Find Link in KW from ABAP Programs Using Function Module
Text Symbol: 240 = Database table IWREFERNC could not be changed.
Text Symbol: 260 = Link could not be read
Text Symbol: 280 = Transport link?
Text Symbol: 290 = Link not transported
Text Symbol: 310 = Link included in transport request
Text Symbol: 330 = Link already transported but can be deleted
Text Symbol: 340 = Do you want to delete the link?
Text Symbol: 350 = Link deleted
Text Symbol: 360 = Link could not be deleted
Text Symbol: 400 = Link is not consistent. Do you want to create it anyway?
Text Symbol: 410 = Only use uppercase letters in the free text
Text Symbol: ENH = Are you sure you want to specify an industry enhancement?
Text Symbol: IND = Industry enhancement (not SAP NetWeaver):
Text Symbol: NNW = This field must remain empty for SAP NetWeaver.
Text Symbol: NOC = Program cannot be started directly
Text Symbol: STD = Standard Entries
Text Symbol: WRN = Make an entry only if you want the enhancement to be in the database.
Text Symbol: 001 = Could not generate GUID
Text Symbol: 002 = Select one of the links found
Text Symbol: 003 = Program:
Text Symbol: 004 = Extension:
Text Symbol: 005 = Combination of program/extension already exists
Text Symbol: 010 = Link already exists. Do you want to reuse it?
Text Symbol: 020 = Yes
Text Symbol: 030 = No
Text Symbol: 040 = Use Existing Link
Text Symbol: 050 = Test the link
Text Symbol: 060 = Test Link
Text Symbol: 080 = For security, you can include the link in a transport
Text Symbol: 090 = Transport Link
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = 'Verweis exisitiert bereits. Soll er wiederverwendet werden?'(010)
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-400 text_button_1 = 'Ja'(020) text_button_2 = 'Nein'(030) display_cancel_button = ' ' IMPORTING answer = ans.
IWB_HTML_HELP_OBJECT_SHOW WRITE / `CALL FUNCTION 'IWB_HTML_HELP_OBJECT_SHOW'`.
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 sichern?'(210) text_button_1 = 'Ja'(020) text_button_2 = 'Nein'(030) display_cancel_button = ' ' IMPORTING answer = ans.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = 'Verweis transportieren?'(280) 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.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = 'Verweis löschen?'(340) text_button_1 = 'Ja'(020) text_button_2 = 'Nein'(030) display_cancel_button = ' ' IMPORTING answer = ans.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ABAP_TOOLS_KW_LINK - Find Link in KW from ABAP Programs Using Function Module ABAP_TOOLS_KW_LINK - Find Link in KW from ABAP Programs Using Function Module ABAP_SLIN_PRAGMAS - Pragmas for Extended Program Checks ABAP_SLIN_PRAGMAS - Pragmas for Extended Program Checks ABAP_SEARCH_ENGINE_SET_SCREF01 - ABAPSEARCHENGINESETSCREF01 ABAP_SEARCH_ENGINE_GET_SCREF01 - ABAPSEARCHENGINEGETSCREF01