2009 Jan 16 4:09 AM
Hi all...
I have a workarea of type pa0008.
in this work area I have valuea for lgart and betrg as
1 x, 2 y, space sapce, 3 z, space sapce, 4 p.
how can i reduce the spaces and fill them with the next lgart and betrg values??
Regards,
Veeranji Reddy P.
Hi all...
I have a workarea of type pa0008.
in this work area I have valuea for lgart and betrg as
1 x, 2 y, space sapce, 3 z, space sapce, 4 p.
how can i reduce the spaces and fill them with the next lgart and betrg values??
Regards,
Veeranji Reddy P.
2009 Jan 16 4:12 AM
2009 Jan 16 4:14 AM
I am not clear of ur idear..
Please explain...
Regards,
Veeranji Reddy P.
2009 Jan 16 4:48 AM
Sorry, wrong post!
Edited by: Manoj Kumar on Jan 16, 2009 5:58 AM
2009 Jan 16 5:03 AM
Hi,
The following example will help u.
DATA: BEGIN OF sentence,
word1 TYPE c LENGTH 30 VALUE 'Hi',
word2 TYPE c LENGTH 30 VALUE 'How',
word3 TYPE c LENGTH 30 VALUE 'are',
word4 TYPE c LENGTH 30 VALUE 'you',
word5 TYPE c LENGTH 30 VALUE 'im',
word6 TYPE c LENGTH 30 VALUE 'fine',
END OF sentence,
text TYPE string.
text = sentence.
CONDENSE text NO-GAPS.
WRITE:/ text.
Thanks.
2009 Jan 16 5:05 AM
2009 Jan 28 11:51 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |