27
Jul
Embed SAP View in an ABAP Program
Posted by Admin, under ABAP, DDIC, Function Modules, Quick Reference, Sample CodeWe can also embed View of a Table in a program. SAP have provided a set of standard function modules for achieving the goal and by passing the initial values required to do this, we can accomplish that.
In this example, we will use the function module SE16N_INTERFACE to call the new standard table display.

- Embed View in Program
