2006 Mar 27 4:40 AM
Hi,
I am changing an existing code in Smartform.
and i see &itab-dest(C)&
What does (C) mean.
Thanks.
2006 Mar 27 4:41 AM
(C) means Compress the spaces.
Regards,
Wenceslaus.
2006 Mar 27 4:41 AM
(C) means Compress the spaces.
Regards,
Wenceslaus.
2006 Mar 27 5:01 AM
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
2006 Mar 27 5:04 AM
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
2006 Mar 27 5:05 AM
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