ABAP_DOCU_KW_LINK is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this program, you can find or create links to the Knowledge Warehouse that can be used in SAPScript...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_DOCU_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: LOIO = LOIO (Topic)
Selection Text: LINKTEXT = Key Text
Title: Find or Create Link to KW from SAPScript
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 = Do 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: 240 = Database table IWREFERNC could not be changed.
Text Symbol: 001 = Could not generate GUID
Text Symbol: 002 = Key text 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: 045 = Select a link and test it
Text Symbol: 050 = Test the link
Text Symbol: 060 = Test Link
Text Symbol: 070 = Use the link in SAPscript as follows:
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 = If link is ok, save and transport it
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.
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_DOCU_KW_LINK - Find or Create Link to KW from SAPScript ABAP_DOCU_KW_LINK - Find or Create Link to KW from SAPScript ABAP_DOCU_INDEX_JOB - Updating ABAP Docu Indexes ABAP_DOCU_INDEX_JOB - Updating ABAP Docu Indexes ABAP_DOCU_HTTP_CALL_OBJECT - Web Version of ABAP Keyword Documentation ABAP_DOCU_HTTP_CALL_OBJECT - Web Version of ABAP Keyword Documentation