Hi All,
Actually, we added a new field 'ABC' to the configuration and implemented corresponding logic in DO_CONFIG_DETERMINATION to set the configuration.
Here, we are getting error as 'Entry ABC cannot be used. configuration is missing search criteria'.
This is because, program is first calling the method: GET_POSSIBLE_FIELDS which is getting the available field list for the old configuration and then calling DO_CONFIG_DETERMINATION to set the new configuration.
So, what could be solution for this. How to call DO_CONFIG_DETERMINATION before GET_POSSIBLE_FIELDS. Please suggest.
Thanks,
Spandana