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

Alternative for Function module GET_FIELDTAB ?

Former Member
0 Likes
692

Hi,

Is Function module <b>'GET_FIELDTAB'</b> obsolete?

If so can anyone suggest me the alternative

function module for <b>'GET_FIELDTAB'</b>.

Thanks

Kiran

3 REPLIES 3
Read only

Former Member
0 Likes
514

Hi,

use DDIF_NAMETAB_GET.

Thanks,

naren

Read only

ferry_lianto
Active Contributor
0 Likes
514

Hi Kiran,

Please try this FM.

DDIF_FIELDINFO_GET

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
514

Use DDIF_NAMETAB_GET which is internally used in GET_FIELDTAB.