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

pre defined type

Former Member
0 Likes
578

hi

i want to know what is the benfit of pre defined type?

What it give us if we use this type? when we need to use it

thanks

1 ACCEPTED SOLUTION
Read only

ferry_lianto
Active Contributor
4 REPLIES 4
Read only

ferry_lianto
Active Contributor
Read only

suresh_datti
Active Contributor
0 Likes
562

Hi Yossi,

The basic advantage of using a pre-defined type is not having to define it explicitly in each program where it is used.

Regards,

Suresh Datti

Read only

Former Member
0 Likes
562

Hi yossi

the advantage of pre-defined type is, it is PRE-DEFINED you dont need to define it in the program. but for custom type you have to define it in all the programs.

regards

kishore

Read only

former_member186741
Active Contributor
0 Likes
562

Hi Yossi,

you must be a bit confused by the contradictary answers. I agree with Ferry (and SAP help).

Pre defined types are the basic ones which come supplied with the ABAP language. You use them to create your own variables which have no reference to external sources.

In contrast, defined variables refer to existing databases or types and are used when you want to ensure consistency with other programs and/or databases.