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 Malcolm, to see the message ID, you'd have to click in the problems view on the "drop down" icon. There you can select "Configure Columns..." and move "ID" from the "Hidden" to "Shown" columns. But comming to your issue. The CONCAT function...