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

DOCUMENTATION

Former Member
0 Likes
481

how can u creater documentation for abap programs....what r methods to create docu.

3 REPLIES 3
Read only

SantoshKallem
Active Contributor
0 Likes
445

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

Read only

Former Member
0 Likes
445

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.

Read only

Former Member
0 Likes
445

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.