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
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 ...