Usage of ABAP VALUE Operator
VALUE Definition Using the VALUE operator, you can read data from an internal table (itab), input data into a work area (wa) or structure (for providing constant data), and utilize it for creating and reading itabs. In the example above, we prepared the types definition. Then, we made an inline definition of wa and assigned […]