cancel
Showing results for 
Search instead for 
Did you mean: 

HCM-LEARNING :Add priority field in dropdownlist for prebooking screen

Former Member
0 Kudos

hello experts,

I try to add a priority field in the defaut dropdownlist for prebooking (HCM-LEARNING).

I try to add code in prebooking.htm :

<htmlb:tableViewColumn columnName = "<%= iterator->co_column_priox %>"

title = "<%= otr(lso_frontend/TRAINING_LANGUAGE) %>"

type = "USER" />

but the system doesn't know "co_column_priox" or "co_column_priority"

I need help !

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Iterator is of type CL_LSO_BSP_IT_PREBOOKINGS and the fields o_column_priox should be there in CL_LSO_BSP_IT_PREBOOKINGS

reward points if helpful