SAP Managed Tags: ABAP Development Hello All, I wanted to know How to write an Select Statement in SAP ABAP which contain the concatenation of multiple column in where condition. For e.g. in MS SQL we write the query as per below select Field1 from Table1 where Field1+Field2 = ...
SAP Managed Tags: ABAP Development Hi Bart,the discussion was about concatenation of fields using Open SQL syntax, which is possible as of AS ABAP 7.4 SP05.However, as I understand, you are asking about concatenation in a CDS view, right? This is possible, yet only as of Support Package...
As a T-SQL programmer, what I expect from Microsoft SQL Engine teams is to extend the CONCAT() string concatenation function to take an additional argument called SeperatedBy (like in ABAP) which will be used between each string as a seperator. This will lead formatting structures like full ...