Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

REAGRDING INTERNAL TABLE

Former Member
0 Likes
368

To pass data back to the calling program, the function module needs an export

parameter with the type of an internal table. For this, we define a systemwide

table type INTERNAL-TABLE-NAME with the line type DATABASE-TABLE in the ABAP Dictionary.

in function module i will declare ITAB then what shud be the ASSOCIATED TYPE .

To pass data back to the calling program, the function module needs an export

parameter with the type of an internal table. For this, we define a systemwide

table type INTERNAL-TABLE-NAME with the line type DATABASE-TABLE in the ABAP Dictionary.

in function module i will declare ITAB then what shud be the ASSOCIATED TYPE .

1 REPLY 1
Read only

Former Member
0 Likes
296

Hi Rajesh,

its associated type will be same as DATABASE-TABLE in the ABAP Dictionary.

Regards,

Atish