2015 Dec 07 6:40 AM
Dear All,
Is there an SAP / ABAP tool that allows us to produce a technical document from the code in the ABAP. I can recall Java has this technique!!
Regards
Waza
2015 Dec 07 7:49 AM
Hi Waza,
before release 6.0, I have used the CTRL + MAJ + F5 (in SE38 when you display the code) and printed it.
But not, this list is an ALV Tree, so not usefull to print it
Maybe the old function is hide somewhere.
It's what you expted ? to list the FORM, Tables used, Variable Global, ... ?
regards
fred
2015 Dec 07 7:49 AM
Hi Waza,
before release 6.0, I have used the CTRL + MAJ + F5 (in SE38 when you display the code) and printed it.
But not, this list is an ALV Tree, so not usefull to print it
Maybe the old function is hide somewhere.
It's what you expted ? to list the FORM, Tables used, Variable Global, ... ?
regards
fred
2015 Dec 07 12:14 PM
Thanks for the reply and effort. There are lots of program with "no" details and we need to begin writing the technical specifications, so you can imagine the ABAPers are not too happy about it.
For example if we use a standard FM then can we have the parameters produced in say a document / xml / html. The same is for a loop construct where the logic would be written to "loop through Z_BKPF and find the document type = "ZP".
Regards
Waza
2015 Dec 07 12:45 PM
I could imagine the feeling of your developper team.
I have found the method I used.
Go in SE38, specify a program name, and press the print button.
SAP will ask you, what you would like to print, select all but not the source code.
The resultat will looks like that :
EDITOR_PROGRAM................ ZTEST_FGD_006 416
ZTEST_FGD_006 432
ZTEST_FGD_006 448
ZTEST_FGD_006 465
Paramètre Set/Get: Ligne
LIB........................... ZTEST_FGD_006 414
ZTEST_FGD_006 430
ZTEST_FGD_006 446
MON........................... ZTEST_FGD_006 409
RID........................... ZTEST_FGD_006 463
Transactions : Ligne
SMOD.......................... ZTEST_FGD_006 410
07.12.15 DL5 Environnement ZTEST_FGD_006 Page 5
OPERATIONS BD
SELECT: Ligne
E071.......................... ZTEST_FGD_006 350
ENLFDIR....................... ZTEST_FGD_006 126
MODSAP........................ ZTEST_FGD_006 142
TADIR......................... ZTEST_FGD_006 118
ZTEST_FGD_006 128
ZTEST_FGD_006 135
TFDIR......................... ZTEST_FGD_006 125
ZTEST_FGD_006 165
TRDIR......................... ZTEST_FGD_006 123
ZTEST_FGD_006 254
TRDIRT........................ ZTEST_FGD_006 283
TSTC.......................... ZTEST_FGD_006 105
TSTCT......................... ZTEST_FGD_006 292
07.12.15 DL5 Environnement ZTEST_FGD_006 Page 6
2015 Dec 07 9:36 AM
You mean a thing like JavaDoc for ABAP.
Development in progress, it's announced for 7.5 (AFAIR). Ask SCN for ABAP Doc.
2015 Dec 07 11:12 AM
2015 Dec 08 11:13 AM
This is only the syntax, which can be parsed by a tool, which creates the Technical Documentation.