cancel
Showing results for 
Search instead for 
Did you mean: 

Problem while printing standard text in script

Former Member
0 Kudos

Hi all,

We have changed standard text,i have saved the text.

while printing its not effecting ,what is the cause

Thanks

Sriamn

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi ,

Switch on the SAP script debugger and check in which language ur standard text is called. Then Open SO10 give ur standard text name and language in which the script is called and then change ur text. Reward if helpful.

Thanks ,

Sam.

Former Member
0 Kudos

HI sam,

the language is same what we have given in text.

Former Member
0 Kudos

keep you standard text name in single quotations.like this

include 'zstext' object........................etc.

Former Member
0 Kudos

HI all,

i have changed some allignment in the standard text

  • <B>Beneficiary Bank:</>

  • CITIBANK, N.A.

  • Bank Add. : 89-29, 2-ka, Shinmoon-ro Chongro-ku,

  • Seoul 110-762 South Korea

  • Swift Code : CITIKRSX

  • <Z>Bank A/C No : 5002445028 (USD A/C)</>

  • <Z>Bank A/C No : 5002445001 (KRW A/C)</>

Just i have changed bank add.just moving to the same place of bank account(just moving towards to right before this symbol:)

after saving changes when i excute the script it dsplaying same as previous only

the language is same and clint is also same.

help me out please.

Thanks & Regards

sriamn.

Former Member
0 Kudos

looks like this.

  • <B>Beneficiary Bank:</>

  • CITIBANK, N.A.

  • Bank Add. : 89-29, 2-ka, Shinmoon-ro Chongro-ku,

  • Seoul 110-762 South Korea

  • Swift Code : CITIKRSX

  • <Z>Bank A/C No : 5002445028 (USD A/C)</>

  • <Z>Bank A/C No : 5002445001 (KRW A/C)</>

Former Member
0 Kudos

HI,

If you change the Fields, then you need to Write those fields like &field1& &Field2&. and make sure that the values are there in that one.

Regards

Sudheer

Former Member
0 Kudos

Hi Sri ,

As per my underdtanding If you save Standard text it must get reflected into printing , But There may be several reason for not getting Printed ..

1 . In script You are calling Stendard Text In diffrent language

2 . Have you transpoted it to other clint , Because Standard text do not get transpoted to other clint by itself ..

If helpful give points

Regards

Saurabh garg

Former Member
0 Kudos

hi,

When you change the Standard text, Just save it and run the Script from first i mean execute the Script in a New session, be sure that your changed text and the Script should be in same client

mark it if helpful ....

Regards

Sudheer

Former Member
0 Kudos

HI,

Both are in same client,

we are tring to print the order detals through VA03 Tcode.

we have the stext like this INCLUDE Z_BANK_DETAILS_KR OBJECT TEXT ID ST LANGUAGE &SY-LANGU&

and we changed some fields in this text Z_BANK_DETAILS_KR .

but its not reflecting,please help me.

Thanks