cancel
Showing results for 
Search instead for 
Did you mean: 

WebUI F4 Help cuts Result Table

Former Member
0 Kudos

Hello folks,

I have a strange Problem. I have created a field with an F4 help. I use for the F4 help the Class cl_bsp_wd_valuehelp_f4descr and most of the time it works perfect.

But for some Users it always cuts off the last entry of the result table. See my Screenshot under: http://dl.dropbox.com/u/23799246/bild1.jpg

As you see, there was 1 Entry found (Verfügbare Einträge: 1) but nothing is display. The Scrollbar on the right just scrolls the whole window.

I don't have a clue what happens there. And I don't know why it works for almost every user, but not for 2 or 3.

Does anyone have an Idea?

Best Regards and thanks in Advance.

Bastian Stritt

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi,

Even I am facing a similar kind of problem. For me the 3 cloumns get cut off for one of our users. How did u resolve the issue?

Regards,

Kalyan

Former Member
0 Kudos

Hi Bastian,

have you compared the screen resultion for a client where it works fine and a client where it cuts off?

The window-width for popups can be set in coding as well:

data: lr_popup type ref to IF_BSP_WD_POPUP.

  popup->set_window_width( '400' ).
  popup->open( ).

Kind regards

Manfred

Former Member
0 Kudos

Hello Manfred,

thank you for you Answer.

Yes the screen Resolution is the same.

I can't resize the Window because it is a generic F4 Popup from SAP. I use the GET_V_x Method to create a Help Description Object and the rest is done by the Framework. I use there a standard DDIC Searchhelp.

The size of the Window isn't the problem, but the size of the table with the entries...

best regards,

Bastian

Former Member
0 Kudos

Hi,

Even i am not sure fo this issue,but i feel the problem lies with the htm code fo you result table view.

There are a few attributes like number of rows displayed,etc.

You should check these .Probably you can also put a breakpoint and see what's the issue.

Also ,in the configuration tab of your result view,there are 2 attributes called max no of rows before paging and max no of rows before scrolling .Sometimes the setting of these fields clashes with the htm code.

Suvidha

suchita_phulkar
Active Contributor
0 Kudos

Hi there,

Since you are using the standard DDIC search help, I dont think there is anything to check on .HTM code or pop-ups because, as you said correctly, this all is handled by the framework.

What i would like to know, to further investigate on this issue, is

Are you trying to implement this F4 on a Search or Advance search view ?

Or

Is is on a plain form view ?

Let me know. I am really curious on this as it sounds an incredible issue

Thanks & Regards.

Former Member
0 Kudos

Hi,

Yes, I think so: I can't do anything about it.

It is an F4 help in a table view. Nothing special. It works for about 100 Users, but only for 2 not...strange and incredible, I know.

Bastian Stritt