SAP Program ABAP_DOCU_KW_LINK - Find or Create Link in KW from SAPScript

Purpose
With this program you can find or create references in the KnowledgeWarehouse that can be used in SAPScript.

Activities
Call desired SAP Library text in the browser.
Execute browser.
Copy the LOIO and SLOIO from the address bar of the browser to therelevant fields on the selection screen. By default, the fields for thestructure class and topic class are preassigned with the docu class forstructures and topics that were not written in the XML environment(IWB_STRUCT and IWB_EXTHLP). For links to structures and topics storedin XML format, XDP_STRUCT and BCO_COMMON can be used.
Specify unique key text (field SPEC_TEXT of IWREFERENC, SPEC_PROG isfilled with ABAP_DOCU_KW_LINK).
Execute.
The program creates an ID or suggests you use an existing one.
On the result screen, the syntax for the help link is displayed inSAPscript. Here you can test, save, and transport the link. You can alsodelete new links.

Recommendation
A newly created help link should be transported in the same request asthe SAPscript document in which it was first used. This ensures that thelink will function correctly in the help display.