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: 

Alternative for FM 'NAMETAB_GET'

Former Member
0 Kudos

Hi ,

Can any one suggest an alternative for the FM 'NAMETAB_GET' in 4.7.

Regards

Arun

5 REPLIES 5

Former Member
0 Kudos

Hi,

You did noyt specify why you want this alternative for.

Anyways, just check out RFC_GET_NAMETAB, which is also quite similar.

Regards,

Anand Mandalika.

0 Kudos

Hi

I am on a project to upgrade from 4.0b to 4.7 and in extnded check a warning is displayed that the FM is obsolete.

Regards

Arun

0 Kudos

Try function module <b>DDIF_NAMETAB_GET</b>. This has status 'Internally released'.

Regards,

JB

Former Member
0 Kudos

In addition there are some classes: CL_ABAP_TYPEDESR, CL_ABAP_TABLEDESCR, CL_ABAP_STRUCTDESCR and so on.

Former Member
0 Kudos

Try DD_GET_NAMETAB.