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

Smartform

Former Member
1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
640

(C) means Compress the spaces.

Regards,

Wenceslaus.

4 REPLIES 4
Read only

Former Member
0 Likes
641

(C) means Compress the spaces.

Regards,

Wenceslaus.

Read only

vinod_gunaware2
Active Contributor
0 Likes
640

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

Read only

Former Member
0 Likes
640

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

Read only

0 Likes
640

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