2008 Jul 10 2:56 AM
Hi,
i tried to import the following material sale text by LSMW:
Line 1
Line 2
Line 3
But it only loaded the first line, how should handle the line break in source tab file??
Regards,
Kit
Hi,
i tried to import the following material sale text by LSMW:
Line 1
Line 2
Line 3
But it only loaded the first line, how should handle the line break in source tab file??
Regards,
Kit
2008 Jul 10 8:49 AM
after you get the values in table you can use FM:
TR_SPLIT_TEXT -> for each line.
2008 Jul 10 8:57 AM
You can do this Store all the text in online
For each line you give the line feed and concatenate next line.
CONCATENATE LINE1 LINE2 LINE3 into longtext separated by CL_ABAP_CHAR_UTILITIES=>CR_LF.
the see the effect.
This will force the line break. and you get all texts.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |