<?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: VRM_SET_VALUES Function module issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/vrm-set-values-function-module-issue/m-p/11906974#M1962811</link>
    <description>&lt;P&gt;Technical limit. As a workaround, instead of listbox, you may define a F4 button or any button you want, to display an ALV grid in a popup for instance. ALV cells can show up to 128 characters.&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jul 2019 08:09:53 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2019-07-05T08:09:53Z</dc:date>
    <item>
      <title>VRM_SET_VALUES Function module issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vrm-set-values-function-module-issue/m-p/11906973#M1962810</link>
      <description>&lt;P&gt;Dear Experts,&lt;/P&gt;
  &lt;P&gt;i am using FM VRM_SET_VALUES to show my drop down list,i have some hardcoded address in my drop down list.&lt;/P&gt;
  &lt;P&gt;but the issue i am facing is that VRM_VALUES had size limit of 80 character but my hardcoded address in drop down list have length 120,&lt;/P&gt;
  &lt;P&gt;Here is Sample code&lt;/P&gt;
  &lt;P&gt;DATA:PLANT-NAME TYPE VRM_ID,&lt;BR /&gt; PLANT-LIST TYPE VRM_VALUES,&lt;BR /&gt; PLANT-VALUE LIKE LINE OF PLANT-LIST.&lt;BR /&gt;PARAMETERS: SHIP_TO AS LISTBOX VISIBLE LENGTH 30.&lt;BR /&gt; &lt;BR /&gt; INITIALIZATION.&lt;BR /&gt; CLEAR: SHIP_TO,PLANT-LIST..&lt;BR /&gt;AT SELECTION-SCREEN.&lt;BR /&gt;PLANT-NAME = 'SHIP_TO'.&lt;BR /&gt; &lt;BR /&gt; IF PLANT EQ '1100'.&lt;BR /&gt; CLEAR: PLANT-LIST.&lt;BR /&gt; PLANT-VALUE-KEY = '1'.&lt;BR /&gt; PLANT-VALUE-TEXT = 'Address of character 120 length'.&lt;BR /&gt; APPEND PLANT-VALUE TO PLANT-LIST.&lt;/P&gt;
  &lt;P&gt;PLANT-VALUE-KEY = '2'.&lt;BR /&gt;PLANT-VALUE-TEXT = 'Address of character 120 length'.&lt;BR /&gt;APPEND PLANT-VALUE TO PLANT-LIST.&lt;/P&gt;
  &lt;P&gt; CALL FUNCTION 'VRM_SET_VALUES'&lt;BR /&gt; EXPORTING&lt;BR /&gt; ID = PLANT-NAME&lt;BR /&gt; VALUES = PLANT-LIST.&lt;/P&gt;
  &lt;P&gt;Thanks and Regards,&lt;/P&gt;
  &lt;P&gt;Asjad Ali&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 06:51:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vrm-set-values-function-module-issue/m-p/11906973#M1962810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-07-05T06:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: VRM_SET_VALUES Function module issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vrm-set-values-function-module-issue/m-p/11906974#M1962811</link>
      <description>&lt;P&gt;Technical limit. As a workaround, instead of listbox, you may define a F4 button or any button you want, to display an ALV grid in a popup for instance. ALV cells can show up to 128 characters.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 08:09:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vrm-set-values-function-module-issue/m-p/11906974#M1962811</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-07-05T08:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: VRM_SET_VALUES Function module issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vrm-set-values-function-module-issue/m-p/11906975#M1962812</link>
      <description>&lt;P&gt;standard field length you cannot change.use FM ( F4IF_INT_TABLE_VALUE_REQUEST ).&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 11:24:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vrm-set-values-function-module-issue/m-p/11906975#M1962812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-07-05T11:24:05Z</dc:date>
    </item>
  </channel>
</rss>

