2007 Jul 12 11:30 AM
Hello Friends,
I have an issue in script.
Can anyone suggest me what does this mean in a script.
&WIPRT-COPY_TEXT&
Is this a text symbol ?
Actually the value comes form the program and gets printed in the script Output.
But if i need to translate the value coming from this variable, what do i need to do.
KIndly suggest me a way out.
Thanks n Regards:
Shweta....
2007 Jul 12 11:33 AM
oh OK:
Things in &&´s in SAP-Script are Variables.
It´s a global variable in your driver program, just without the &&´s.
And well Values in Variables can NOT be translated.
All you can do is to translate them manually in your coding.
2007 Jul 12 11:35 AM
But as u can see wiprt is a structure which contains field copy_text.
So this states whether the print is an original one or duplicate (copy)
So i cannot manually change it.
R8 ???