2008 Jan 15 4:55 PM
hi i am using concatenate but i wont together matnr and maktx separated by space.
I trayed with ' ' but nothing.
concatenate ls_items-matnr ls_items-matktx into ls_displ.
312343bottle
but i need 312343 bottle
2008 Jan 15 4:57 PM
hi,
concatenate ls_items-matnr ls_items-matktx into ls_displ
separated by space.
Plzz reward points if it helps.
concatenate ls_items-matnr space ls_items-matktx into ls_displ.
2008 Jan 15 4:57 PM
hi,
concatenate ls_items-matnr ls_items-matktx into ls_displ
separated by space.
Plzz reward points if it helps.
2008 Jan 15 4:59 PM
Hello,
Make this change.
concatenate ls_items-matnr ls_items-matktx into ls_displ sepereted by space.
Cheers,
Vasanth
2008 Jan 15 5:01 PM
CONCATENATE ls_items-matnr ls_items-matktx INTO ls_displ SEPARATED BY SPACE.
2008 Jan 15 5:03 PM
concatenate ls_items-matnr space ls_items-matktx into ls_displ.
2008 Jan 15 5:05 PM
That´s an easy one...
CONCATENATE ls_items-matnr ls_items-matktx INTO ls_displ SEPARATED BY SPACE.
hmmm.... I guess I was a little slow there.
Edited by: Michael on Jan 15, 2008 6:05 PM
2008 Jan 15 5:08 PM
Well, if you require 8 minutes to type one line of code...man your job is guaranteed until 2051!
;-D
2008 Jan 15 5:31 PM
Sounds great!
Unfortunately I don´t get phone calls that often....
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |