2006 Jun 02 6:14 AM
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
2006 Jun 02 6:16 AM
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.
2006 Jun 02 6:16 AM
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.
2006 Jun 02 6:22 AM
HI Amit,
The thing is i am in upgrade project to ECC 6.0. I need to replace the FM.
2006 Jun 02 6:26 AM
Hi again,
1. Don't worry. ECC 6.0 will also support it.
regards,
amit m.
2006 Jun 02 6:43 AM
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.
2006 Jun 02 6:43 AM
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.