cancel
Showing results for 
Search instead for 
Did you mean: 

Changing field definitions during leadselection

Former Member
0 Kudos

Hi,

 

       When lead selection is done on table of  UIBB, then we would like to change definiation of selected row.( Runtime ).

        Can we do in EXIT or BADI relevant for FPM Framework ?

      

       Thanking you,

Thanking you,

Regards,

  Satya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Satya,

    Based on your description, I think you need to do the following -

1. In the component configuration, set the flag to raise an event on lead-selection

2. Handle the lead-selection event in the feeder class of the list UIBB(ATS) in the get_data method

3. In the get_data method, set the field-properties(ct_field_usage) as per your requirement.

4. Do not forget to set the ev_field_usage_changed flag to true.

Hope this helps.

Suhas