I am trying to customize export to Excel in the CRMD_BUS2000111 PC-UI application. You can try to test this application with <b>crmc_pcuitools</b> transaction, NAV_MAN view.
The requirement is the only fields presented in the search result grid have to be downloaded to Excel.
I know it is possible to maintain templates for standard export approach from CRMT_BSP_OPP_DISPLAY_50 screen structure but it is not fits because it is not known the full set of fields beforehand.
<b>Is it possible to get list of fields selected in the Personalize dialog (link in the right corner of the Toolbar) or list of fields presented in the search result grid table? </b>
<i>I have created view, event, and button in the OPP_OIC_50 toolbar group using the CRMC_BLUEPRINT_C transaction. The event is handling by PROCESS_EVENT method of CL_CRM_BSP_AM_HEADME_1O access class.</i>
I do not have idea how to get internal table with fields that I needed.
Thanks