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: 

Looking for Alternative Function Modules

Former Member
0 Kudos
415

Hi All,

I'm working for an upgrade project. I need the alternative function modules for the function modules GET_FIELDTAB and NAMETAB_GET. Awaiting for your reply.

Thank you.

7 REPLIES 7

Former Member
0 Kudos
264

Hi Kamala,

you can replace the GET_FIELDTAB with DDIF_FIELDINFO_GET or DDIF_NAMETAB_GET.

Regards,

Nitin.

Former Member
0 Kudos
264

Hi,

for CALL FUNCTION 'GET_FIELDTAB'

Replacement suggested is :

DDIF_NAMETAB_GET or CACS_GET_TABLE_FIELDS or CL_ABAP_TYPEDESCR=>DESCRIBE_BY_NAME

for NAMETAB_GET'

Replacement suggested is :

'DDIF_NAMETAB_GET'

for more info

https://www.sdn.sap.com/irj/scn/wiki?path=/pages/viewpage.action&pageid=68191235

hope it helps you.

Thanks!

Former Member
0 Kudos
264

Hi,

just check out

RFC_GET_NAMETAB, .

DDIF_NAMETAB_GET

Hope it helps.

Regards,

Anki Reddy

Former Member
0 Kudos
264

Hi Kamala ,

Replacement for 'NAMETAB_GET' is 'DDIF_NAMETAB_GET'

Replacement for 'GET_FIELDTAB' is DDIF_NAMETAB_GET or CACS_GET_TABLE_FIELDS or CL_ABAP_TYPEDESCR=>DESCRIBE_BY_NAME

These are the replacement FM s for your requirement ...just check it once.

Former Member
0 Kudos
264

Use DDIF_NAMETAB_GET for GET_FIELDTAB.

Use DDIF_NAMETAB_GET for NAMETAB_GET.

Cheers,

Surinder

Former Member
0 Kudos
264

Use DDIF_NAMETAB_GET instead of GET_FIELDTAB.

Regards,

Joan

Former Member
0 Kudos
264

Hello,

These are the MF that have now replace get fieldtab

DDIF_NAMETAB_GET or

CACS_GET_TABLE_FIELDS or

CL_ABAP_TYPEDESCR=>DESCRIBE_BY_NAME

cheers