2007 Dec 27 1:28 PM
Please explain about the "Condense" function.
no links or source code, just explain the functionality.
with regards,
Hema Sundara.
2007 Dec 27 1:51 PM
Hi Hema,
The CONDENSE statement deletes redundant spaces from a string:
CONDENSE c NO-GAPS.
This statement removes any leading blanks in the field c and replaces other sequences of blanks by exactly one blank. The result is a left-justified sequence of words, each separated by one blank. If the addition NO-GAPS is specified, all blanks are removed.
Thanks,
Vinay
Wouldn't it just be quicker to type "CONDENSE" in the abap editor and press the F1 key?
matt
2007 Dec 27 1:51 PM
Hi Hema,
The CONDENSE statement deletes redundant spaces from a string:
CONDENSE c NO-GAPS.
This statement removes any leading blanks in the field c and replaces other sequences of blanks by exactly one blank. The result is a left-justified sequence of words, each separated by one blank. If the addition NO-GAPS is specified, all blanks are removed.
Thanks,
Vinay
2007 Dec 27 2:08 PM
Wouldn't it just be quicker to type "CONDENSE" in the abap editor and press the F1 key?
matt
2007 Dec 28 3:44 AM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |