‎2006 Dec 12 5:32 AM
How do you document ABAP/4 programs? Do you use program menu option
‎2006 Dec 12 5:35 AM
Hi,
Go to SE38..Go to the change mode..
Then in the menu..GOTO -> DOCUMENTATION...
There you can enter the documentation..
Thanks
Naren
‎2006 Dec 12 5:35 AM
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
‎2006 Dec 12 5:37 AM
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.
‎2006 Dec 12 5:39 AM
Hi Harika,
You can use program menu --> choose option button 'Documentation'
or
Use GO TO menu --> choose documentation
Regards
Bhupal Reddy
‎2006 Dec 12 5:39 AM
hi harika,
u can use this below tool for the preparing the documentation of abap programs
if u find it useful mark the points
Regards,
Naveen
‎2006 Dec 12 5:40 AM
Hi,
You can use transaction code SE38 to create documentation for a program.
Path: SE38 -> Change mode -> Goto (menu path) -> Documentation.
Regards,
Ferry Lianto
‎2006 Dec 12 5:43 AM
hi harika..
1.go to se38.
2. write the code.
3. now click on the "go to" options in the menu bar.. and documentation.
‎2006 Dec 12 5:50 AM
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
‎2006 Dec 12 6:05 AM
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