Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Condense statement in SAPScript

Former Member
0 Likes
2,525

Hi,

Is there any equivalent of condense statement which can be used in SAPScript?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,174

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.

3 REPLIES 3
Read only

Former Member
0 Likes
1,175

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.

Read only

Former Member
0 Likes
1,174

try write l_str1 to l_str2 no-gap.

Read only

Former Member
0 Likes
1,174

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