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 Will it also be possible to use such syntax in joins (concatenations, substrings,...)? I would like to do something like this : @AbapCatalog.sqlViewName: 'ZV_CDS_INVC' define view zcdsv_rbkp_bkpf as select from rbkp as a inner join bkpf as ...