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

SAPScript Text actual content

Former Member
0 Likes
657

Hi all,

I have a question regarding SAPScript text. Where can I see the actual content of a SAPScript Text? In STXH table, you can only see text name, text id, language, etc.. but not the actual text. Is there a table where I can check aside from using FM 'READ_TEXT'?

Thanks,

Eo

4 REPLIES 4
Read only

former_member194416
Contributor
0 Likes
589

No for text fields like that it's not possible.

Read only

Former Member
0 Likes
589

Hi,

Did u check the table STXL ?

Regards,

Vik

Read only

Former Member
0 Likes
589

No Dear,

You have to go through only FM - READ_TEXT.

Generally the details are stored in STXH and STXL Tables.

But system stores it in Binary Format, so no other option.

Regds,

Anil

Read only

0 Likes
589

Okay. Thanks for the info Anil. I have an additional question. We use two system boxes but the SAPScript text content differs in the format and number of lines. Does changing the binary data in STXL will make them the same? I can't test it because I am not allowed to maintain a table.

Thanks,

Eo