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: 

Change default program documentation headings

Former Member
0 Kudos

Hi,

When you create online documention for a program (SE38 > Documentation > Change), you get standard headings appearing automatically, like:

&INTEGRATION&

&PREREQUISITES&

etc.

Is it possible to change this pattern to get other headings to appear automatically? So for example creating new documentation displays:

&INTEGRATION&

&PREREQUISITES&

&ZAUTHOR&

etc.

Thanks.

1 REPLY 1

Former Member
0 Kudos

Hi,

better don´t do it. I tried it once and does not work easily since there´s a function which reads what sections (the ones among &) have text for displaying it in in a help window. If you create your own &section&, this will not be read by the function.

The form for documentation is a SAPscript form and the texts are saved as standard texts:

Text Name       your programme                   
Language        EN                             
Text ID         RE   Program/module pool       
Text object     DOKU       Online Documentation
Style           S_DOCUS1   
Form            S_DOCU_SHOW

So, there´s much to create as Z-development. Moreover, I haven´t found a place in customizing where to assign the new form to the ABAP editor.