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

internal table

Former Member
0 Likes
349

i would like to create the system wide table type "somename" with the line type "database table" in the abap dictionary.

i want to get the data , type of internal table from function module .

may i know how to create system wide table type?????

3 REPLIES 3
Read only

former_member156446
Active Contributor
0 Likes
335

data: begin of itab.

include strucuture <ztable>. " or Zstructures..

data: endif itab.

se11 > data type > radio button ( structure) create a structure

Read only

Former Member
0 Likes
335

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 .

Read only

0 Likes
335

Hello Rajesh,

Your question is answered in another thread. Kindly close one thread.

Regards,

Atish