Translations:
A tool to help you create a technical documentation
A tool for creating a technical documentation
Often, when creating technical documentation, it is required to indicate objects created or modified in the system. Doing it manually is a chore, so I wanted to find a way to automate this. I found a tool to help create documentation about settings, but did not find a tool that automates the search for created development objects. So I created it myself.
Installation is done with abapGit.
Just run the ztechdocu report and specify the transport requests or packages.
As a result, you will get a list of all relevant objects. Like this:
Then you can, for example, upload this data to a file.
Currently, the output of the object title is supported only for the following objects.
| Object type | Object type name |
|---|---|
| CLAS | Class (ABAP Objects) |
| DEVC | Package |
| DOMA | Domain |
| DTEL | Data Element |
| FUGR | Function Group |
| INTF | Interface (ABAP Objects) |
| MSAG | Message Class |
| PROG | Program |
| SFPF | Form Object: Interface |
| SFPI | Form Object: Form |
| SHLP | Search Help |
| SXCI | Business Add-Ins - Implementations |
| TABL | Table |
| TRAN | Transaction |
| TTYP | Table Type |
| VIEW | View |


