2008 Mar 09 8:52 AM
how can u creater documentation for abap programs....what r methods to create docu.
2008 Mar 09 9:00 AM
inline and online documentation.
inline: documented in the coding with comments.
online: documentation created for the program in se38 with checking the radio button DOCUMENTATION.
regards.
santhosh reddy
2008 Mar 10 7:24 AM
Hi
first you open se38 and give your program name and open it.then you select goto in menu bar then you find documentation in that.open that.
2008 Mar 10 7:31 AM
hi,
To edit an existing program, enter its name on the initial screen of the ABAP Editor (Transaction SE38), select one of the following components, and then choose Display or Change.
· Source Code
Starts the ABAP Editor.
· Variants
Starts variant maintenance. Variants allow you to define fixed values for the input fields on the selection screen of a report.
· Attributes
Allows you to maintain the program attributes.
· Documentation
Allows you to write documentation for a particular executable program (report). The system starts the SAPscript Editor, where you can enter the documentation according to the predefined template. When executing the report, the user can display this documentation by choosing System ® Services ® Reporting (Transaction SA38) and Goto ® Documentation. If the report is stored as node in a reporting tree (Transaction SERP), the user can choose Goto ® Display docu. from the tree display to display the documentation.
· Text Elements
Allows you to edit the text elements of the program. Text elements are all texts that appear on the selection screen or on the output screen of a report.
You can also access any of these components by using the Goto menu or forward navigation in the ABAP Editor itself.
Hope this helps, Do reward.