We didn't made the change to the component, but for a similar requirement we did it as below: 1. Enhanced the Structure to add a custom field. 2. Modified the FPM_LIST_UIBB and modified the component been called. 3. In the List UIBB Schema - add Column. 4. Now for the coding implement Badi HRPAD00INFTYUI and method IF_EX_HRPAD00INFTYUI~OUTPUT_CONVERSION to populate the values. Method implementation: Check for the screen structure for example: IF SCREEN_STRUCTURE_NAME EQ 'HCMT_BSP_PA_US_R0009'. ASSIGN screen_structure to . if dropdown populate the table and display it accordingly. Hope this helps. Cheers- Pramod
↧