<?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 How to get attribute from value ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-attribute-from-value/m-p/6730889#M1456983</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've following problem: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: lv_cell TYPE REF TO data.&lt;/P&gt;&lt;P&gt;  DATA: contact type BU_CONTACT_CHAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  lv_cell = r_param-&amp;gt;value.   'lv_cell contains 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'now i want to give this paramter to another variable in order to start a fm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move lv_cell to contact.  '=&amp;gt;  retunrs error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call fm...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I give this value to this paramter ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Mar 2010 13:34:15 GMT</pubDate>
    <dc:creator>gerd_hotz</dc:creator>
    <dc:date>2010-03-12T13:34:15Z</dc:date>
    <item>
      <title>How to get attribute from value ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-attribute-from-value/m-p/6730889#M1456983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've following problem: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: lv_cell TYPE REF TO data.&lt;/P&gt;&lt;P&gt;  DATA: contact type BU_CONTACT_CHAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  lv_cell = r_param-&amp;gt;value.   'lv_cell contains 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'now i want to give this paramter to another variable in order to start a fm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move lv_cell to contact.  '=&amp;gt;  retunrs error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call fm...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I give this value to this paramter ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Mar 2010 13:34:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-attribute-from-value/m-p/6730889#M1456983</guid>
      <dc:creator>gerd_hotz</dc:creator>
      <dc:date>2010-03-12T13:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to get attribute from value ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-attribute-from-value/m-p/6730890#M1456984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem solved:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have to de-refrende the object &lt;/P&gt;&lt;P&gt;and then move it to a vriable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: lv_cell TYPE REF TO bu_contact.&lt;/P&gt;&lt;P&gt;  DATA: contacti type bu_contact.&lt;/P&gt;&lt;P&gt;  move lv_cell-&amp;gt;* to contacti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Mar 2010 14:27:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-attribute-from-value/m-p/6730890#M1456984</guid>
      <dc:creator>gerd_hotz</dc:creator>
      <dc:date>2010-03-12T14:27:36Z</dc:date>
    </item>
  </channel>
</rss>

