‎2007 Oct 12 6:10 AM
Hi,
Is there any equivalent of condense statement which can be used in SAPScript?
‎2007 Oct 12 6:14 AM
Hi,
Ya.. Suppress Comand is used.
&symbol(i)& ---> Supress the initial value.
&symbol(z)& ---> Supress the leading zeros.
&symbol(c)& ---> compress blank spaces.
Thanks,
Reward If Helpful.
‎2007 Oct 12 6:14 AM
Hi,
Ya.. Suppress Comand is used.
&symbol(i)& ---> Supress the initial value.
&symbol(z)& ---> Supress the leading zeros.
&symbol(c)& ---> compress blank spaces.
Thanks,
Reward If Helpful.
‎2007 Oct 12 6:17 AM
‎2007 Oct 12 6:18 AM
Yes der is ..u can write the variable u want 2 condense as..
Supposing the var is symbol..so while writing write as
&symbol(C)&
This will solve ur doubt
Pls Reward