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: 

Replacement for FM HELP_VALUES_GET_WITH_MACO

Former Member
0 Kudos
320

HI, I am working in ECC 6.0 versiuon. THE FM HELP_VALUES_GET_WITH_MACO is obselete now. Please suggest me with correct one. The export parameters i need to pass are match code obj. , selstring.

kishore

1 ACCEPTED SOLUTION

Former Member
0 Kudos
218

Hi kishore,

1. Obsolete does not mean, that we cannot use it.

2. It just means that Future sap programs,

won't use it.

3. SAP will still support such obsolete FMs,

(bcos they are currently in use in many of

other sap standard programs)

regards,

amit m.

5 REPLIES 5

Former Member
0 Kudos
219

Hi kishore,

1. Obsolete does not mean, that we cannot use it.

2. It just means that Future sap programs,

won't use it.

3. SAP will still support such obsolete FMs,

(bcos they are currently in use in many of

other sap standard programs)

regards,

amit m.

0 Kudos
218

HI Amit,

The thing is i am in upgrade project to ECC 6.0. I need to replace the FM.

0 Kudos
218

Hi again,

1. Don't worry. ECC 6.0 will also support it.

regards,

amit m.

Former Member
0 Kudos
218

Dear Kishore,

F4IF_FIELD_VALUE_REQUEST is used with Match codes which SAP already stopped supporting.

1) You can use any other F4 help function modules from Function Group <b>SDH3</b>

2) Or Use the search help directly.

Enjoy Coding,

Thomas.

Former Member
0 Kudos
218

Hi Kishore,

"HELP_VALUES_GET_WITH_MACO" is still there!... but this has been changed to call function "F4IF_FIELD_VALUE_REQUEST", which can now be called directly for those occassions when you need to invoke a standard matchcode search from your own "value-request".

Thanks,

Susmitha.

Please reward points for useful answers.