<?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: Problem with VRM_SET_VALUES in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-vrm-set-values/m-p/7074792#M1505115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem is solved by replacing the function module with 'F4IF_INT_TABLE_VALUE_REQUEST'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jul 2010 06:15:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-29T06:15:39Z</dc:date>
    <item>
      <title>Problem with VRM_SET_VALUES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-vrm-set-values/m-p/7074789#M1505112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a list box for a field on the screen and i have filled the list using VRM_SET_VALUES function in the PBO of the screen. The values are appearing fine but after i choose a value from the list and trigger PAI of the screen, the value for that field goes out and the value is not being saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have searched for possible reasons but no fruits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice how to overcome this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nagraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 04:27:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-vrm-set-values/m-p/7074789#M1505112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-29T04:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with VRM_SET_VALUES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-vrm-set-values/m-p/7074790#M1505113</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;Check the below thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="9357544"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REFRESH car.
  wcar-key = 'AA'. " The Key and Text Value should be same for Normal List Box and can vary if the List Box is with key
  wcar-text = 'AA'. " This is to the best of my knowledge and Observation 
  APPEND wcar TO car.
  wcar-key = 'LH'.
  wcar-text = 'LH'.
  APPEND wcar TO car.
  cid = 'P_CARRID'.
  CALL FUNCTION 'VRM_SET_VALUES'
    EXPORTING
      id              = cid
      values          = car
    EXCEPTIONS
      id_illegal_name = 1
      OTHERS          = 2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Cheerz&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 05:20:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-vrm-set-values/m-p/7074790#M1505113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-29T05:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with VRM_SET_VALUES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-vrm-set-values/m-p/7074791#M1505114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ram.  I have done the same but the problem is the content selected from list box is not getting saved to the corresponding variable. &lt;/P&gt;&lt;P&gt;Anyway I solved the problem myself by replacing the function module with 'F4IF_INT_TABLE_VALUE_REQUEST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;Nagraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 06:10:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-vrm-set-values/m-p/7074791#M1505114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-29T06:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with VRM_SET_VALUES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-vrm-set-values/m-p/7074792#M1505115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem is solved by replacing the function module with 'F4IF_INT_TABLE_VALUE_REQUEST'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 06:15:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-vrm-set-values/m-p/7074792#M1505115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-29T06:15:39Z</dc:date>
    </item>
  </channel>
</rss>

