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

scripts

Former Member
0 Likes
569

hiii,

how do u supress blank spaces in SAP scripts?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
546

can you be more precise with your question?

blank spaces, but where?

between the fields ?

4 REPLIES 4
Read only

Former Member
0 Likes
547

can you be more precise with your question?

blank spaces, but where?

between the fields ?

Read only

0 Likes
546

i meant blank spaces between a word to word(in a line)

Read only

0 Likes
546

Hi Jeevitha,

U can use this command.....

&SYMBOL(C)&

This is similar to Abap Command CONDENSE.

example....

Assume 'SAP Script' as Symbol.

&SYMBOL& -


> SAP Script.

where as....

&SYMBOL(C)& -


> SAPScript

Assuming ' Albert Einstein ' is the symbol value,

&symbol& -> Albert Einstein

&symbol(C)& -> Albert Einstein

OR...................

in SE71 under the paragraph formats, in the standard attributes u have an option called NO BALNK LINES.

If u want to do it in the driver program then use CONDENSE keyword

Edited by: NAVEEN KUMAR GUDURI on Dec 30, 2007 11:23 AM

Read only

0 Likes
546

hii naveen,

thanks a lot for ur answer.its a very detail description,very impressive!!

thank you