Application Development 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: 

Finding the User Defind field data type

Former Member
0 Kudos

Hi All,

I have declared the user defined data type i want to find out the data type of the user defined .I have used describe field but it is not suitable for my requirement.I s there any FM or Class please help me.

This is very urgent.

Thanks,

Swapna

1 REPLY 1

Former Member
0 Kudos

Hi,

Try function module DDIF_FIELDINFO_GET

A better one probably is

CL_ABAP_DATADESCR

CL_ABAP_ELEMDESCR

CL_ABAP_INTFDESCR

CL_ABAP_OBJECTDESCR

CL_ABAP_REFDESCR

CL_ABAP_STRUCTDESCR

CL_ABAP_TABLEDESCR

CL_ABAP_TYPEDESCR

Above are all classes and one of them might suffice your requirement.

Cheers,

Aditya

Edited by: Aditya Laud on Feb 14, 2008 7:39 AM