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

ABAP Doc generate with p tags

kaszub09
Explorer
1,936

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
Read only

Sandra_Rossi
Active Contributor
1,878

I think it should work fine with minimum release

ABAP 7.50

Eclipse ADT 2.64

Read only

1,875

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.

Read only

0 Kudos
1,861

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!

Read only

0 Kudos
1,795

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

Read only

kaszub09
Explorer
0 Kudos
1,804

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