Application Development and Automation 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: 
Read only

DDIC table for (SE71) SAPscript formular user documentation

Former Member
0 Likes
1,079

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
Read only

sivasatyaprasad_yerra
Product and Topic Expert
Product and Topic Expert
0 Likes
869

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

5 REPLIES 5
Read only

sivasatyaprasad_yerra
Product and Topic Expert
Product and Topic Expert
0 Likes
870

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

Read only

0 Likes
869

Try this table STXL

Read only

0 Likes
869

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é

Read only

0 Likes
869

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

Read only

0 Likes
869

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é