‎2009 Dec 14 8:25 AM
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 FIELDNAMEBut 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
‎2009 Dec 14 9:21 AM
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
‎2009 Dec 14 8:32 AM
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
‎2009 Dec 14 9:15 AM
‎2009 Dec 14 9:23 AM
‎2009 Dec 14 9:24 AM
Hi Saifur,
DDIF_NAMETAB_GET is an alternative, I you need anyother than this Kindly search it on SCN.
Regards
Abhii
‎2009 Dec 14 9:28 AM
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
‎2009 Dec 14 9:30 AM
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
‎2009 Dec 14 8:36 AM
‎2009 Dec 14 9:21 AM
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
‎2009 Dec 14 9:25 AM
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