<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Window size alteration in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/window-size-alteration/m-p/6318709#M1394064</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi harini,&lt;/P&gt;&lt;P&gt;          i need popup should be displayed in alv format only but i have to reduce the field size..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
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 &amp;lt;&amp;gt; 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for only one field f4 help its showing large window i need to reduce the width of that popup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Thirukumaran. R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Nov 2009 11:44:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-10T11:44:29Z</dc:date>
    <item>
      <title>Window size alteration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/window-size-alteration/m-p/6318706#M1394061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;                    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 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Thirukumaran. R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 11:31:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/window-size-alteration/m-p/6318706#M1394061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-10T11:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Window size alteration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/window-size-alteration/m-p/6318707#M1394062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the menu path...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto HELP-&amp;gt;Settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here goto F4 help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here you can define what length you want by default..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 11:35:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/window-size-alteration/m-p/6318707#M1394062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-10T11:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Window size alteration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/window-size-alteration/m-p/6318708#M1394063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto HELP in the menu bar , select Settings and select the F4 help tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By changing the 'Max number of hits to be displayed' the length of the box changes automatically.&lt;/P&gt;&lt;P&gt;By changing the 'Max width of Hit list' the width of the box changes automatically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 11:38:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/window-size-alteration/m-p/6318708#M1394063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-10T11:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Window size alteration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/window-size-alteration/m-p/6318709#M1394064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi harini,&lt;/P&gt;&lt;P&gt;          i need popup should be displayed in alv format only but i have to reduce the field size..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
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 &amp;lt;&amp;gt; 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for only one field f4 help its showing large window i need to reduce the width of that popup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Thirukumaran. R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 11:44:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/window-size-alteration/m-p/6318709#M1394064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-10T11:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Window size alteration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/window-size-alteration/m-p/6318710#M1394065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to what size do you want to alter the search help to?? how many records should be present at one hit? and what width?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 13:20:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/window-size-alteration/m-p/6318710#M1394065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-10T13:20:29Z</dc:date>
    </item>
  </channel>
</rss>

