Application Development and Automation 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: 
Read only

Regarding documentation

Former Member
0 Likes
1,010

How do you document ABAP/4 programs? Do you use program menu option

9 REPLIES 9
Read only

Former Member
0 Likes
967

Hi,

Go to SE38..Go to the change mode..

Then in the menu..GOTO -> DOCUMENTATION...

There you can enter the documentation..

Thanks

Naren

Read only

Former Member
0 Likes
967

Hi Harika ,

You can document an ABAP program by using * as the first char of the line .

When you use this this the complier understands that it is a commented statement and does not process it.

e.g.

  • Loop on the internal table

loop on it_1.

endloop.

you can also write the documentation of a program usng the following steps

SE38-->Enter program name -->Select the documentation radio button and click change.

Regards

Arun

Read only

Former Member
0 Likes
967

Normally ABAP/4 documentation is done internally within the program....Also, it is done outside the program. Give the program name in SE38 & create documentation using documentation option button....Here U can specify the relavant documentation.

Read only

Former Member
0 Likes
967

Hi Harika,

You can use program menu --> choose option button 'Documentation'

or

Use GO TO menu --> choose documentation

Regards

Bhupal Reddy

Read only

Former Member
0 Likes
967

hi harika,

u can use this below tool for the preparing the documentation of abap programs

http://www.abovesoft.com/

if u find it useful mark the points

Regards,

Naveen

Read only

ferry_lianto
Active Contributor
0 Likes
967

Hi,

You can use transaction code SE38 to create documentation for a program.

Path: SE38 -> Change mode -> Goto (menu path) -> Documentation.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
967

hi harika..

1.go to se38.

2. write the code.

3. now click on the "go to" options in the menu bar.. and documentation.

Read only

anversha_s
Active Contributor
0 Likes
967

hi harika,

These are the some of the tables where u can see the documentation of the program.

DOKHL - Documentation: Headers

DOKTL - Documentation - text lines

DOKIL - Index for Documentation Table DOKH

Use the FM:

SRTU1_GET_REPORT_DOCUMENTATION

Pass the language.

And in the tables IT_REPORTS pass the report name.

Rgds

Anver

Read only

Former Member
0 Likes
967

Hello,

Follow this path,

SE38-->Enter program name -->Select the documentation radio button

and click on 'Change' button and fill in the required things.

Regards,

Shehryar Dahar