Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

link in ABAP program documentation

Former Member
0 Kudos

Hi !

Can anybody tell me how to insert link in ABAP program documentation.

e.g. i want to insert a link 'Information on the form layout' in documentation.

When some one click on this it opens the documentation for 'Form Layout' in same window

Regards,

-Harkamal

1 ACCEPTED SOLUTION

naimesh_patel
Active Contributor
0 Kudos

Hello Harkamal,

I doubt about getting the documentation of the form layout thourgh link. We can get link of tcode, abap syntex, etc.

eg.

Link to tcode:

<DS:TRAN.MM03>MM03</>.

To insert link,

GO to documenation ... Insert > Link ...

select the document class from the dropdown help, give the keyword and name in the document.

regards,

Naimesh

3 REPLIES 3

naimesh_patel
Active Contributor
0 Kudos

Hello Harkamal,

I doubt about getting the documentation of the form layout thourgh link. We can get link of tcode, abap syntex, etc.

eg.

Link to tcode:

<DS:TRAN.MM03>MM03</>.

To insert link,

GO to documenation ... Insert > Link ...

select the document class from the dropdown help, give the keyword and name in the document.

regards,

Naimesh

0 Kudos

Hi Naimesh,

I have some documentation for 'Form Layout'.

That is what i want to call in same window whenever someone click on link.

What will be document class in this case?

-Harkamal

0 Kudos

Hello,

There isn't any documenation class for that.

Only avaliable for documenation classes are:

HR: Documentation object

ABAP syntax documentation

Editor syntax documentation

Screen syntax documentation

Syntax documentation RSYN

regards,

Naimesh