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

Replacement for FM HELP_VALUES_GET_WITH_MACO

Former Member
0 Kudos
342

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
Read only

Former Member
0 Kudos
240

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
Read only

Former Member
0 Kudos
241

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.

Read only

0 Kudos
240

HI Amit,

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

Read only

0 Kudos
240

Hi again,

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

regards,

amit m.

Read only

Former Member
0 Kudos
240

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.

Read only

Former Member
0 Kudos
240

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.