2015 Jan 31 12:06 PM
Hi,
while writing a program documentation, I was wondering how to write a link to the documentation of the statement IMPORT (see [1]). <DS:ABAP.IMPORT> works, but it takes me to a very general help page for IMPORT.
How can I determine the "address" (means: the part after "DS:ABAP") of a particular help page of the built-in SAP help?
Hi,
while writing a program documentation, I was wondering how to write a link to the documentation of the statement IMPORT (see [1]). <DS:ABAP.IMPORT> works, but it takes me to a very general help page for IMPORT.
How can I determine the "address" (means: the part after "DS:ABAP") of a particular help page of the built-in SAP help?
2015 Feb 11 5:38 AM
When I open Import's details from transaction SE61 using below selection:
| Document Class | ABAP Syntax Documentation |
| Language | English |
| Area | ABAP |
| Keyword | IMPORT |
I get IMPORT_DATA_CLUSTER. Opening IMPORT_DATA_CLUSTER in SE61, I see <DS:ABAP.IMPORT_PARAMETERLIST>.
In custom program's documentation, I can see correct documentation page by this line:
<DS:ABAP.IMPORT_PARAMETERLIST>import parameter list</>
So, ABAP.IMPORT gives generic help. ABAP.IMPORT_DATA_CLUSTER gives correct help of Import statement, ABAP.IMPORT_PARAMETERLIST gives help of parameter list.