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 function module For NAMETAB_GET

Former Member
0 Likes
1,724

Dear Guru,

I am using follwing function module in order to get the fields of particular table

CALL FUNCTION 'NAMETAB_GET'                               "#EC *
    EXPORTING
      langu   = sy-langu
      tabname = l_iname "Table Name such as MARA
    TABLES
      nametab = fp_ddfields. " Type DNTAB inorder to store FIELDNAME

But in SLIN check I found that the function module NAMETAB_GET is an obsolate function module.

So guru i want to know in replace ment what function module we can we with whic parameter in order to remove obsolation error frol slin.

Thanks & Regards

Saifur Rahaman

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,329

Hi Saifur Rahaman,

Please search on SCN First. Take a look at below links..

[Link1|http://wiki.sdn.sap.com/wiki/display/ERP6/ObsoleteFMNAMETAB_GETReplacewith+DDIF_NAMETAB_GET]

[Link2|http://wiki.sdn.sap.com/wiki/display/ABAP/NEWFMinPlaceofObsoleteFM]

What's the issue with FM DDIF_NAMETAB_GET ?

Hope it will solve your problem..

Thanks & Regards

ilesh 24x7

ilesh Nandaniya

9 REPLIES 9
Read only

Former Member
0 Likes
1,329

Hi,

As alternative you can use very similar RFC_GET_NAMETAB. You can try also DDIF_NAMETAB_GET which has status Internally released.

Edited by: nihad omerbegovic on Dec 14, 2009 9:33 AM

Read only

0 Likes
1,329

any other than this 2

Read only

0 Likes
1,329

Hello

NAMETAB_CALP_INX_GET

Read only

0 Likes
1,329

Hi Saifur,

DDIF_NAMETAB_GET is an alternative, I you need anyother than this Kindly search it on SCN.

Regards

Abhii

Read only

0 Likes
1,329

Hi.

YOu have many options to replace. We dont know exactly what you are looking for the replacement of 'NAMETAB_GET'.

Here is another example: TR_NAMETAB_GET.

If you are not satisfied with this, then you can search yourself by:

Goto tcode: SE37

Give: * NAMETAB * and press F4.

you will get many options.

thanks.

Padma

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,329

Hello Saifur,

If you want the "text info" for the table field use DDIF_FIELDINFO_GET.

But if you want only the fields then go for DDIF_NAMETAB_GET. (read the documentation for DDIF_FIELDINFO_GET).

Br,

Suhas

Read only

Former Member
0 Likes
1,329

Hi saifur,

Use DDIF_NAMETAB_GET.

Regards

Abhii

Read only

Former Member
0 Likes
1,330

Hi Saifur Rahaman,

Please search on SCN First. Take a look at below links..

[Link1|http://wiki.sdn.sap.com/wiki/display/ERP6/ObsoleteFMNAMETAB_GETReplacewith+DDIF_NAMETAB_GET]

[Link2|http://wiki.sdn.sap.com/wiki/display/ABAP/NEWFMinPlaceofObsoleteFM]

What's the issue with FM DDIF_NAMETAB_GET ?

Hope it will solve your problem..

Thanks & Regards

ilesh 24x7

ilesh Nandaniya

Read only

0 Likes
1,329

Dear ilesh 24x7

This kind of link i was looking for but the way i was trying to find it it was not the way you found .

So net result was zero . So right now i have found my solution .

Thnx ilesh 24x7

Thanks & Regards

Saifur Rahaman