2009 Aug 04 2:20 PM
Hi,
I´m searching for the database table where the user documentation to SAPscripts (SE71) are stored.
A FM for getting the texts would be also fine.
The table DOKTL for DDIC documentation is not the right one.
Happy to hear from you,
André
2009 Aug 04 2:39 PM
I don't know much about SAP scripts. But Check the DDIC objects in package STXD. This may help you.
2009 Aug 04 2:39 PM
I don't know much about SAP scripts. But Check the DDIC objects in package STXD. This may help you.
2009 Aug 04 3:47 PM
2009 Aug 05 7:49 AM
Hi Siva,
this table has a field named CLUSTD (LRAW) with a lot of hexadecimal data in it.
Do you know a FM for converting the data into readable text?
Thanks,
André
2009 Aug 05 8:17 AM
Hi
Try with Function module READ_TEXT
ID = DOC
OBJECT = FORMDOCU
NAME = SAPscript name
or try with
IMPORT statement
MPORT itab FROM DATABASE stxl(TX) ID 'DOC'.
Regards
Bala Krishna
Edited by: Bala Krishna on Aug 5, 2009 12:59 PM
2009 Aug 05 8:43 AM
Hi,
I tested it with a SAPscript that contains a documentation, but the FM tables are empty.
Also by changing the language...
Thanks for your ideas,
André