cancel
Showing results for 
Search instead for 
Did you mean: 

SAP scripts Standard text

Former Member
0 Kudos

Hi All,

I have Zscript in En as original language and in 'IT' language

In the footer window i need to display a standard text

The below statement is used for the same

INCLUDE &FINST1& OBJECT TEXT ID ST LANGUAGE &EKKO-SPRAS& PARAGRAPH GI

but when i maintain the text in EN alnguage and run for vendor of IT language

It is printing the En lanuge stadard text

Ex :

maintained as below in so10

Z_po_footer_0010_fo

ST

EN

but when i debug for IT venodr i see Ekko-spras is 'IT'( which is not maintained ) still the standard text is printed for EN language .

As I have not maintained Standard text in IT language it should not print standards text instead it is going for EN language

This is bit urgent please help me

thanking in advance

Raju S

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi raju,

there are two possibilities

1)your EKKO-SPRAS is not 'IT' - please do the Script debugging and check.

2)Whenever a Standard Text is not maintained in IT language but a Standard Text exists in Original Language then the Original Languge Text Gets populated.

for this sake do a test - remove/ delete your maintenance of EN based standard text from SO10.

and then run the Script again with EKKO-SPRAS = IT.

see whether you can see any text.

Second Test - maintain Standard text in IT language.

run your script again with EKKO-SPRAS = EN.

Now see what is displayed in output.

Hope this will atleast give a clue or solve your problem.

Encourage others in resolving your queries by suitably rewarding them

Thanks

Venugopal

Former Member
0 Kudos

hi

u r making sure tat u have maintained in IT language

maintained as below in so10

Z_po_footer_0010_fo

ST

EN

as

maintained as below in so10

Z_po_footer_0010_fo

ST

IT (i am rite as of to my understanding)

since ur login language is EN it will print in EN

so if u have login credentials for IT language

try to login in that laanguage and check the script printing.

hope this might help u in some way.

Regards,

Venkat