Application Development 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: 

Smartform

Former Member
1 ACCEPTED SOLUTION

Former Member
0 Kudos
71

(C) means Compress the spaces.

Regards,

Wenceslaus.

4 REPLIES 4

Former Member
0 Kudos
72

(C) means Compress the spaces.

Regards,

Wenceslaus.

vinod_gunaware2
Active Contributor
0 Kudos
71

Hi

&field(C)&

The system takes the field value as a sequence of words separated

by blanks. Option C shifts these words to the left and leaves only

one blank inbetween as separator. Any leading blanks are

suppressed. This effect corresponds to that of the ABAP statement CONDENSE.

regards

vinod

Former Member
0 Kudos
71

Hi,

The system takes the field value as a sequence of words separated by blanks. Option C shifts these words to the left and leaves only one blank in between as separator. Any leading blanks are suppressed. This effect

corresponds to that of the ABAP statement CONDENSE.

Regards,

Gayathri

0 Kudos
71

Hi,

some of the similar additions..

offset(<length>),

sign to the left( < ),

Japanese date (L),

<b>suppress blanks (C)</b>,

right-justified display (R),

insert fillers (F).

regards

satesh