‎2008 Jul 14 12:56 PM
Hi All,
Can anybody explain where the type defined.
a)repository
b)dictionary
c)locally in the program.
‎2008 Jul 14 1:03 PM
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
‎2008 Jul 14 12:58 PM
‎2008 Jul 14 1:03 PM
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
‎2008 Jul 14 1:04 PM
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.
‎2008 Jul 14 1:06 PM
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