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 Error

Former Member
0 Likes
555

Hello Friends,

I am trying to add "include text" to print form. I have the Text Object and Text Id details. I do NOT have the Text Name. I went to SE75 (SAPScript Settings) and tried to determine the text name. I am not able to do so as SE75 lists the object and the corresponding ids but not the associated text name.

Please let me know if anybody knows how to find out the <b>Text Name</b> for a given <b>Text Object</b> and <b>Text Id</b>.

Points will be rewarded for helpful answers.

Thanks,

Arun.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
527

Check the contents of STXH and STXL table.

STXL table maintains STXD SAPscript text file lines and has keys TDOBJECT, TDNAME, TDID and TDSPRAS . So you can pass desired information and get the output from SE16 for STXL.

Hope this will get you the desired information.

ashish

3 REPLIES 3
Read only

varma_narayana
Active Contributor
0 Likes
527

Hi ..

The Tcode for SAP Script Texts is SO10. it is not SE75.

So you can find the Texts in SO10 and INCLUDE Them in the Form.

Alternatively:

You can also include the Text using :

Open the Text elements of the window .

Select the menu path: INSERT -> TEXT -> STANDARD TEXT (Press F4 to find the Text IDs)

REWARD IF HELPFUL.

Read only

Former Member
0 Likes
528

Check the contents of STXH and STXL table.

STXL table maintains STXD SAPscript text file lines and has keys TDOBJECT, TDNAME, TDID and TDSPRAS . So you can pass desired information and get the output from SE16 for STXL.

Hope this will get you the desired information.

ashish

Read only

0 Likes
527

Thanks Ashish.

Problem solved.

arun.