cancel
Showing results for 
Search instead for 
Did you mean: 

FPM_GUIBB_LIST line height

sunlw999
Advisor
Advisor
0 Kudos

hi experts

     can I change the GUIBB list line height dynamically?

Accepted Solutions (1)

Accepted Solutions (1)

ulrich_miller
Active Participant
0 Kudos

Hi David,

actually you can only set the row height via configuration. But then, you can make use the dynamic configuration API and if you do so, then you could actually set the row height dynamically via API.

Kind regards,
Ulrich

sunlw999
Advisor
Advisor
0 Kudos

Dear Ulrich

     Could you tell me which interface and which method?

     Do you mean "IF_FPM_ACA"?

ulrich_miller
Active Participant
0 Kudos

Dear David,

it is not IF_FPM_ACA. What you need to is this:

-> create a configuration for the list ats UIBB, but do not add any columns in the configuration,
    i. e. it is empty, it just contains the name of the feeder class.

-> then at runtime because the configuration is empty, the feeder class method
    if_fpm_guibb_list~get_default_config() will be called. This method gives you an object and
    it contains beside others the method set_settings(). Here is the point where you can determine
    the row height via the parameter iv_row_height.

Kind regards,
Ulrich

sunlw999
Advisor
Advisor
0 Kudos

Thank you very much

sunlw999
Advisor
Advisor
0 Kudos

But can I set the different height for different row?

sunlw999
Advisor
Advisor
0 Kudos

Do you think is it possible to change the stylesheet for the application component to make the list's height can change dynamically

ulrich_miller
Active Participant
0 Kudos

no, you can only set a generic row height that will be applied for all rows. It is not possible to set a different row height for single rows. 😞

ulrich_miller
Active Participant
0 Kudos

hmm, I am not aware of any such approach / method. 😞

Answers (0)