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

type defined

Former Member
0 Likes
611

Hi All,

Can anybody explain where the type defined.

a)repository

b)dictionary

c)locally in the program.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
588

Hi ram,

The TYPE is defined in the dictionary.Not only the TYPES but all the ABAP objects are defined in dictionary & created at database level.

Best of luck,

Bhumika

4 REPLIES 4
Read only

Former Member
0 Likes
588

Hi can you be more specific?

Regards

Read only

Former Member
0 Likes
590

Hi ram,

The TYPE is defined in the dictionary.Not only the TYPES but all the ABAP objects are defined in dictionary & created at database level.

Best of luck,

Bhumika

Read only

Former Member
0 Likes
588

Hi,

you can define the types in a program locally and if you want the types to be Global and Reusable

you can define them in the SE11.Types declared in SE11 can be reusable.

Regards,

Raj.

Read only

bpawanchand
Active Contributor
0 Likes
588

Hi

TYPES can be define either locaaly to the program or globally accesible thorought your entire SAP

Loccaly tot he program are

DATA :

W_type TYPE i.

Globally

SE11-> select TYPEGROUP-> ann enter the name and structure of the requried type

Regards

Pavan