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

Obsolete function replacement

Former Member
0 Likes
647

what is the new function module to replace the obsolete function module HELP_VALUES_GET_WITH_MATCHCODE

3 REPLIES 3
Read only

Former Member
0 Likes
569

It depends a bit what you are looking for. But BAPI_HELPVALUES_GET is certainly ok!

Regards,

John.

Read only

ferry_lianto
Active Contributor
0 Likes
569

Hi Sunitha,

I checked in SAP 4.7 and ECC 5.0, this FM HELP_VALUES_GET_WITH_MATCHCODE is <b>NOT</b> obsolete.

Which SAP version are you using currently?

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
569

HELP_VALUES_GET_WITH_MACO is the one which is obsolete but is called from within the HELP_VALUES_GET_WITH_MATCHCODE function module which is not obsolete. I don't why it is like that, but may be for compatibility reasons, they left it out like that.

But as of now your function module is not obsolete.