Skip to Content
0
Former Member
Nov 24, 2006 at 04:07 PM

concatenate

23 Views

Hi,

Below is my final internal table iam getting the data here.

data : begin of itab occurs 0,

field1(10) type c,

field2(10) type c,

field3(10) type c,

field4(10) type c,

end of itab.

data : v_wa(500) type c. "work area

field1 has value 100

field2 has value 200

field3 has value 300

field4 has value 400

My final output should look like this.

100#200#300#400.

please suggest.

Thanks

Vikranth Khimavath