Structure vs. Table Type in ABAP
Hello Experts,
I want to know the difference between the structure ,table type ,and table in function module.
Please help me out.
Updated May 18, 2018
Hello Experts,
I want to know the difference between the structure ,table type ,and table in function module.
Please help me out.
Comments
Structure is the definition for work area while Table type is the definition for internal table.