Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Query regarding Concatenate statement functionality from ECC 6.0 to 46B ver

Former Member
0 Likes
344

Hi,

I got new requirement ie I have to copy reports from ECC6.0 to 46B version. While copying I faced number of issues and I am not clear for below one.

concatenate i_result1-result p_delim into i_result1-result respecting blanks. ( this is in ECC6.0)

now my requirement is I have to use the same functionality in 46B version without respecting blanks the statement is working but I need the functinality of respecting blanks also.

Thanks in advance.

-Kumar.

Hi,

I got new requirement ie I have to copy reports from ECC6.0 to 46B version. While copying I faced number of issues and I am not clear for below one.

concatenate i_result1-result p_delim into i_result1-result respecting blanks. ( this is in ECC6.0)

now my requirement is I have to use the same functionality in 46B version without respecting blanks the statement is working but I need the functinality of respecting blanks also.

Thanks in advance.

-Kumar.

1 REPLY 1
Read only

naimesh_patel
Active Contributor
0 Likes
328

Try like this in 46B:


concatenate i_result1-result p_delim into i_result1-result SEPARATED BY SPACE.

Regards,

Naimesh Patel