26,009 SAP Managed Tags: ABAP Development Hello, In a CDS View how can I use the Case statement to validade a field that is not retrieved from an outer join? Here follows the example: How can I verigy if ekbe_mseg.belnr is empty? Thank you. case.png 6 KB Reply...
Complex case distinction (searched case) in a SELECT statement of a CDS view in ABAP CDS. Case distinction evaluates the sequence of conditions cond_expr1, cond_expr2, ... and returns the operand result as the result after THEN, for which the condition is true for the first time. If ...
Complex case distinction 2... CASE WHEN cond_expr1 THEN result1 [WHEN cond_expr2 THEN result2] [WHEN cond_expr3 THEN result3] ... [ELSE resultn] END ... Effect Case distinction in aSELECTstatementof aCDS view. Either asimple case distinction(simple case) or acomplex case distinction...
SAP Managed Tags: ABAP RESTful Application Programming Model ABAP RESTful Application Programming Model Software Product Function View products (1) Hi, I am developing a List Report application , where I have a requirement to search both values from List Report page and object page. The field ...