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

Predefined datatypes

Former Member
0 Likes
440

Hi,

Can somebody give me details regarding predefined data types in ABAP and equivalent Character types ?

For example :

F2 type p can be equivalent to F2(20) type c

F2 CURR17 = F2(?) TYPE c

Thanks

3 REPLIES 3
Read only

amit_khare
Active Contributor
Read only

Former Member
0 Likes
419

Hello,

If you go to transaction SE11, under domains you can get all informations about the field (like data type, no. characters and so on).

Regards,

Read only

0 Likes
419

what is the character equivalent of field with datatype as CURR17?