ABAP
Read Statement In SAP ABAP 7.4
Let’s take an example of a traditional read statement. The above read statement can be replaced with new ABAP syntax In both the case, the result would be Result: 20 What is the meaning of VALUE # and OPTIONAL keyword in the new syntax VALUE – It is an operator which returns an operand with a specific Read more…