Hi All,
I debugged this and found that while doing search, it is getting the list of available fields into an internal table and in that table, filed_name is not present on which we applied search criteria.
program is calling method GET_POSSIBLE_FIELDS and getting the config data in XML format and using another method to convert XML data to internal table. While doing this, it is calling a statement: 'CALL TRANSFORMATION id SOURCE XML (xml data) RESULT (result).'
This result is having the list of available fields. Please suggest me how this call transformation statement will work and how it is getting data into internal table.
Thanks,
Spandana.