cancel
Showing results for 
Search instead for 
Did you mean: 

search list _horizontal scroll bar

anais_jaussaud
Participant
0 Kudos

Hi everyone,

In our crm_ui search list view, I somehow managed to have an horizontal scroll bar as shown in the screenshot below:

However, this is possible after having a double screen and navigating through both screens. I would like this scroll bar to appears everytime as soon as i have too many colums to displays.

Does anyone have any clue on the standard possibility?

Thank you,

Regards,

Anaïs Jaussaud

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hello Anais,

I think this scrollbar is there automatically after you have too many columns. You might also try with fixed column widths in the configuration of this list screen. At last you could check the HTML-coding of your list view if you find any parameter, if all this does not lead to a positive result.

Best regards,

Thomas Wagner

anais_jaussaud
Participant
0 Kudos

Hello Thomas,

Thank you for your help.
The scrollbar is not there automatically after you have too many columns, but you indeed need to fix each column width in pixels only.

Best regards,

Anais Jaussaud

dharmakasi
Active Contributor
0 Kudos

Hi Anais,

Just check attributes in Configtable tag, there is one tag related to horizontal scroll,

scrollable 1 TYPE STRING FALSE enables horiz scrolling (if not config says differen tly)

Best Regards,

Dharmakasi.

anais_jaussaud
Participant
0 Kudos

Hi Dharmakasi,

Thank you for your answer. Could you please tell me more about this solution ?
What transaction code would you use for this customizing point ? Is it on the Spro or crm_ui ?
Could you please show me a screenshot maybe ?

Thanks for your help.

Best regards,
Anaïs Jaussaud

dharmakasi
Active Contributor
0 Kudos

Hi Anais,

No no, just navigate to bsp_wd_cmpwb tcode and give your search component in BSP application. Then open the result view .htm page, there you can see something like below code. You need to add the attribute scrollable = "TRUE".

chtmlb:configTable xml                   = "<%= lv_xml %>"

                      id                    = "ResTable"

                      navigationMode        = "BYPAGE"

                      onRowSelection        = "select"

                      table                 = "//Result/Table"

                      width                 = "100%"

                      hasLeadSelection      = "TRUE"

                      visibleRowCount       = "<%= lv_lines %>"

Best Regards,

Dharmakasi.

anais_jaussaud
Participant
0 Kudos

Dear Dharmakasi,

Thank you very much for your help. I saw the code given on my development environment but as I have very limited developer skills, I am not sure how I make the attribute to TRUE.

On your exemple, is it one of the code line that you gave me?

I have the following code:

and then on the Attribute tab,:

Can you help me on that?

Thank you very much for your help,

Regards,

Anaïs Jaussaud

dharmakasi
Active Contributor
0 Kudos

Hi Anais,

I just copied some code for your reference only. CLick on edit in the above page and just add the below line after  the line resetsortingDisplay   = "FALSE" ,

scrollable  = "TRUE" and click activate icon.

Best regards,

Dharmakasi

anais_jaussaud
Participant
0 Kudos

Hi Dharmakasi,

Thanks once again for your help, it helped us a lot !

Best regards,
Anaïs

dharmakasi
Active Contributor
0 Kudos

Hi Anais,

I am glad that i could help you.

Please close thread if its fix your porblem

Best Regards,

Dharmakasi.

Answers (0)