2023 Dec 18 1:30 PM
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.
2023 Dec 18 2:10 PM
2024 Feb 02 10:11 AM - edited 2024 Feb 02 10:12 AM
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.
2024 Feb 02 1:11 PM
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!
2024 Feb 05 2:27 PM
I don't see any option to accept the answer or mar as answered?
2024 Feb 05 2:17 PM
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