SAP Reports / Programs

ABAP_TOOLS_KW_LINK SAP ABAP Report - Find Link in KW from ABAP Programs Using Function Module







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


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





Text Symbol: 100 = New link was created
Text Symbol: 130 = Save the link.
Text Symbol: 135 = If the link is OK, transport it.
Text Symbol: 140 = Save Link
Text Symbol: 160 = You can delete a saved or transported link
Text Symbol: 170 = Delete Link
Text Symbol: 180 = Saved link can be used in call as follows:
Text Symbol: 190 = Error when launching the browser.
Text Symbol: 200 = Link not yet checked
Text Symbol: 210 = Do you want to save the link?
Text Symbol: 220 = Link not yet saved
Text Symbol: 230 = Link added to database table IWREFERNC


INCLUDES used within this REPORT ABAP_TOOLS_KW_LINK

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 = '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.



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