cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot find existing Include text from Sapscript

Former Member
0 Kudos

Hi

I have to copy a text from one sapscript to another.In the original script i have an include text that is called.I have searched after that include text with transaction SO10 but it cannot find it.Is there any other transaction for adding inculde texts?

thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member585865
Contributor
0 Kudos

Hi Seba,

the original script which is working contains the Standard Text?

if yes then copy the name and check in S010.

if not then check and confirm whether its a standard text?

just briefly explain your scenario?

Former Member
0 Kudos

Hi

I have the next text in the footer of my sapscript:

INCLUDE &T024E-TXFUS& OBJECT TEXT ID ADRS LANGUAGE &EKKO-SPRAS&

Theoretical it should be an objetct type TEXT and id ADRS but i cannot find it.

I have searched for this "T024E-TXFUS" in transaction SO10 and in the table STXH but it cannot find it.In any case,it exists in the system because it is correctly displayed in my Form when printed.I have searched for all the texts in the system,with all the id's and all the object types and still i cannot find it.

thanks

Edited by: seba seba on Jul 20, 2009 11:30 AM

former_member585865
Contributor
0 Kudos

Hi Seba,

you have to check the table name and field name,

this is standard sap code right,

say for example,

INCLUDE &T001G-TXTKO& OBJECT TEXT ID ADRS LANGUAGE &T001-SPRAS&

if this is the statement you have to check t001g-txtko is a table and field name

so check in the standard code and foud where he is passing,

for the above example the value stores is

ADRS_HEADER

you have to search adrs_header in s010 transaction.

for your scnario find the value stored in table and then check in s010 transaction.

Edited by: suresh suresh on Jul 20, 2009 11:38 AM

Former Member
0 Kudos

Hi

Yes,you are right,that is a table and a field name.I have found the entry in that column,but still i cannot find that text in SO10.How is it possible to display the standardtext when it does not exist

Former Member
0 Kudos

Hi,

You can find the texts in SO10 by giving Text name : ADRS_HEADER or related Address text names and Text ID: ADRS Language: EN

This is the standard text for the text id ADRS. Just like the above

You can even check the table STXH now with the text ID as ADRS all the related Texts will be there in that table.

Regards

Sarves

Edited by: Sarves Sombhatla on Jul 20, 2009 3:26 PM

Former Member
0 Kudos

This is wierd,i cannot find that value in SO10 nor in the table STHX.It is called ZI_BEST_FUSS.I have searched for all the Z* text and i did not find it. I have also searched for all the texts in the system,with all the object id's and still it does not exist.

Former Member
0 Kudos

Hi

try table stxh instaed of sthx.

Gr., Frank

Former Member
0 Kudos

HI,

take care. Texts are not autromatically transported to other clients.

Gr., Frank

Former Member
0 Kudos

Hi,

Yes,i ment STXH.I have 2 systems,a development system and a test system.I develop in one and test in the other.The problem is that i could not find that text in any of the 2 systems.I still do not know how that text is displayed since i cannot find it anywhere.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

1) Just check with the text id that has been used in the include, and check in that particular text id, the text id may differ.

2) If you can give the include text what is there in the standard script, it would be more easy to tell what is the text id

Check the table STXH for all the sapscript texts

Regards

Sarves