cancel
Showing results for 
Search instead for 
Did you mean: 

Adding new custom column with fixed value in the List UIBB

Former Member
0 Kudos

Adding new custom column with fixed value in the List UIBB with help of Feeder class get_definition method. But when I give any value in the same and press enter , the value gets cleared.

Accepted Solutions (0)

Answers (1)

Answers (1)

Hi Abhijit,

This is very late reply but got to see the post now only :-).

As u might know for LIST UIBB we will be referring table type in IF_FPM_GUIBB_LIST~GET_DEFINITION.

To add new column/field to list UIBB, we have to add the field in the structure that the table-type is referring.

If you want to add fixed values to the columns you have to code it in method IF_FPM_GUIBB_LIST~GET_DATA.
CT_DATA should be populated with the values and also set EV_DATA_CHANGED to TRUE (X).

Regards,

Senthil kumar K