‎2009 Nov 10 11:31 AM
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
‎2009 Nov 10 11:38 AM
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.
‎2009 Nov 10 11:35 AM
in the menu path...
goto HELP->Settings.
here goto F4 help...
here you can define what length you want by default..
‎2009 Nov 10 11:38 AM
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.
‎2009 Nov 10 11:44 AM
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
‎2009 Nov 10 1:20 PM
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?