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: 

ABAP Doc generate with p tags

kaszub09
Explorer

Hi,

Is there a way to generate ABAP Doc template with tags <p class="shorttext synchronized"></p>? Currently, when I use Quick-fix Add ABAP Doc it generates something like this:

"!
"! @parameter decoded |  

instead of

"! <p class="shorttext synchronized"></p>
"! @parameter decoded | <p class="shorttext synchronized"></p>

Is there a way to change it? I'm on ABAP 7.50.

5 REPLIES 5

Sandra_Rossi
Active Contributor

I think it should work fine with minimum release

ABAP 7.50

Eclipse ADT 2.64

I think I finally know what happens - those tags are generated, when I add ABAP Doc template to object created in EN language. Then it adds <p> tags with lang='en'. When object is created in any other languge,  <p> tags are skipped.

0 Kudos

Thanks for the feedback. Please post a distinct answer and accept your answer. Also, please indicate your ABAP backend and ADT versions, as there might be a fix in future releases. Thank you again!

0 Kudos

I don't see any option to accept the answer or mar as answered?

kaszub09
Explorer
0 Kudos

Turns out those tags are generated, when I add ABAP Doc template to object created in EN language -  it then adds <p> tags with lang='en' attribute. When object is created in any other languge, <p> tags are skipped.

ADT: 3.38.0

SAP BASIS 750 20