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

Window size alteration

Former Member
0 Likes
2,477

Dear Experts,

i'm using F4IF_INT_TABLE_VALUE_REQUEST for f4 help i need to change the size of this popup window to smaller size is it posible or else is there any alternative for this .

Thanks and regards,

Thirukumaran. R

1 ACCEPTED SOLUTION
Read only

Former Member
1,357

Hi,

Goto HELP in the menu bar , select Settings and select the F4 help tab.

By changing the 'Max number of hits to be displayed' the length of the box changes automatically.

By changing the 'Max width of Hit list' the width of the box changes automatically.

4 REPLIES 4
Read only

Former Member
0 Likes
1,357

in the menu path...

goto HELP->Settings.

here goto F4 help...

here you can define what length you want by default..

Read only

Former Member
1,358

Hi,

Goto HELP in the menu bar , select Settings and select the F4 help tab.

By changing the 'Max number of hits to be displayed' the length of the box changes automatically.

By changing the 'Max width of Hit list' the width of the box changes automatically.

Read only

0 Likes
1,357

hi harini,

i need popup should be displayed in alv format only but i have to reduce the field size..


CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
      EXPORTING
*       DDIC_STRUCTURE         = ' '
        retfield               = 'COMP_ID'
*       PVALKEY                = ' '
        dynpprog    = sy-repid
        dynpnr      = sy-dynnr
*       DYNPROFIELD            = ''
*       STEPL                  =
        WINDOW_TITLE           =  'Select component'
*       VALUE                  = ' '
       VALUE_ORG              = 'S'
*       MULTIPLE_CHOICE        = 'X'
*       DISPLAY                = 'X'
*       CALLBACK_PROGRAM       = ' '
*       CALLBACK_FORM          = ' '
*       MARK_TAB               =
*     IMPORTING
*       USER_RESET             =
      tables
        value_tab              =   LT_DSWP_CSNCOMP
*       FIELD_TAB              =
*       RETURN_TAB             =
*       DYNPFLD_MAPPING        =
     EXCEPTIONS
       PARAMETER_ERROR        = 1
       NO_VALUES_FOUND        = 2
       OTHERS                 = 3
              .
    IF sy-subrc <> 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.

for only one field f4 help its showing large window i need to reduce the width of that popup.

Thanks and Regards,

Thirukumaran. R

Read only

0 Likes
1,357

Hi,

to what size do you want to alter the search help to?? how many records should be present at one hit? and what width?