Hello all,
We have technical program documentation that is created in transaction SDOCU. This technical documentation is currently called from the program documentation, via hyperlink, using the following SAPSCRIPT syntax:
/= <DS:CHAP.ZFAAU001_TECHDOC>Technical documentation</>
This is the structure and chapter names from SDOOCU:
Structure created:
"Z_PROG_DOC, Custom Program Documentation"
Chapter:
"ZFAAU001"
I have been looking, unsuccessfully, for a function module or method of a class that will allow me to display the documentation created in transaction SDOCU, using ABAP.
Does anybody know how to do this?
I tried debugging SDOCU to see if I can find the code I was looking for. I was not successful.
I'm displaying an OO editable ALV grid on a screen that is used for data entry. I have a custom ALV toolbar with a button for application help. When I click on this button I want to display the technical documentation created in transaction SDOCU.
Thanks
Bruce