Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

DDIC table for (SE71) SAPscript formular user documentation

Former Member
0 Kudos
288

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é

1 ACCEPTED SOLUTION

sivasatyaprasad_yerra
Product and Topic Expert
Product and Topic Expert
0 Kudos
78

I don't know much about SAP scripts. But Check the DDIC objects in package STXD. This may help you.

5 REPLIES 5

sivasatyaprasad_yerra
Product and Topic Expert
Product and Topic Expert
0 Kudos
79

I don't know much about SAP scripts. But Check the DDIC objects in package STXD. This may help you.

0 Kudos
78

Try this table STXL

0 Kudos
78

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é

0 Kudos
78

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

0 Kudos
78

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é