Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Search help control size

Clemenss
Active Contributor
0 Likes
2,333

Hi,

I find it rather annoying and I think it used to be better:

Calling any (user-defined) search help using F4 I always get a dialog control almost covering the full screen height - regardless of the number of entries shown.

Is there any way, i.e. in the search help exit DIS step to control the size of the control created?

Could not find it in the forum.

Thanx for useful hints.

Regards,

Clemens

1 ACCEPTED SOLUTION
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
1,349

There are two related posts that suggest that it's not feasible:

It might be possible in a custom report if you program F4 call yourself.

Hi,

I find it rather annoying and I think it used to be better:

Calling any (user-defined) search help using F4 I always get a dialog control almost covering the full screen height - regardless of the number of entries shown.

Is there any way, i.e. in the search help exit DIS step to control the size of the control created?

Could not find it in the forum.

Thanx for useful hints.

Regards,

Clemens

4 REPLIES 4
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
1,350

There are two related posts that suggest that it's not feasible:

It might be possible in a custom report if you program F4 call yourself.

Read only

Clemenss
Active Contributor
0 Likes
1,349

Not satisfying.

Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
1,349

Sorry to have disappointed you.

If my assumption that you define a custom search help but then call it by using standard SAP means (e.g. via dictionary reference) is correct, you might want to send a message to SAP regarding this.

Otherwise, a modification might also be an option. Have you tried debugging to find out what exactly SAP uses to call the search help?

Read only

Former Member
0 Likes
1,349

Hello ,

There is a hardcoded constant limit for dialog size under fm "TABCONTROL_SH_PREPARE_DIALOGS"

you can adjust your dialog size with enhancement at end of fm by changing value width.

Regards

M.Yavuz