<?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 Getting data from Private reference Object. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-private-reference-object/m-p/11572294#M1938171</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 a Reference object called 'IV_EVENT_ID' as followed on debug picture below:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/918613" width="450" /&gt;&lt;/P&gt;&lt;P&gt;I did use 'ASSIGN' COMMAND TO GET the atribute 'MO_EVENT_DATA' of 'IV_EVENT_ID'&lt;/P&gt;&lt;P&gt;and worked ( sy-subrc = 0 ) as showed below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*===========================================================&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS:&amp;lt;evento&amp;gt; type any.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;ASSIGN iv_event_id-&amp;gt;mo_event_data to &amp;lt;evento&amp;gt;.&lt;/P&gt;&lt;P&gt;*===========================================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to get 'MT_PARAMETER' of &amp;lt;evento&amp;gt; as showed below:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/918755" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i use ASSIGN command again to get 'MT_PARAMETER' but &lt;/P&gt;&lt;P&gt;didn´t work ( sy-subrc = 4 ) :&lt;/P&gt;&lt;P&gt;*===============================================================&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS:&amp;lt;clt&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; type any.&lt;/P&gt;&lt;P&gt;ASSIGN COMPONENT 'MT_PARAMETER' OF STRUCTURE &amp;lt;evento&amp;gt; TO &amp;lt;clt&amp;gt; .&lt;/P&gt;&lt;P&gt;*===============================================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone knows how to get this 'MT_PARAMETER' atributte.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for sugestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Mar 2016 14:14:56 GMT</pubDate>
    <dc:creator>ronaldo_aparecido</dc:creator>
    <dc:date>2016-03-30T14:14:56Z</dc:date>
    <item>
      <title>Getting data from Private reference Object.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-private-reference-object/m-p/11572294#M1938171</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 a Reference object called 'IV_EVENT_ID' as followed on debug picture below:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/918613" width="450" /&gt;&lt;/P&gt;&lt;P&gt;I did use 'ASSIGN' COMMAND TO GET the atribute 'MO_EVENT_DATA' of 'IV_EVENT_ID'&lt;/P&gt;&lt;P&gt;and worked ( sy-subrc = 0 ) as showed below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*===========================================================&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS:&amp;lt;evento&amp;gt; type any.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;ASSIGN iv_event_id-&amp;gt;mo_event_data to &amp;lt;evento&amp;gt;.&lt;/P&gt;&lt;P&gt;*===========================================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to get 'MT_PARAMETER' of &amp;lt;evento&amp;gt; as showed below:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/918755" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i use ASSIGN command again to get 'MT_PARAMETER' but &lt;/P&gt;&lt;P&gt;didn´t work ( sy-subrc = 4 ) :&lt;/P&gt;&lt;P&gt;*===============================================================&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS:&amp;lt;clt&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; type any.&lt;/P&gt;&lt;P&gt;ASSIGN COMPONENT 'MT_PARAMETER' OF STRUCTURE &amp;lt;evento&amp;gt; TO &amp;lt;clt&amp;gt; .&lt;/P&gt;&lt;P&gt;*===============================================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone knows how to get this 'MT_PARAMETER' atributte.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for sugestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 14:14:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-private-reference-object/m-p/11572294#M1938171</guid>
      <dc:creator>ronaldo_aparecido</dc:creator>
      <dc:date>2016-03-30T14:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Getting data from Private reference Object.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-private-reference-object/m-p/11572295#M1938172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have several methods at the interface IF_FPM_PARAMETER, which you are using with IV_EVENT_ID-&amp;gt;MO_EVENT_DATA, e.g. GET_KEYS or GET_VALUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way: you don't need the field symbol. Use direclty IV_EVENT_ID-&amp;gt;MO_EVENT_DATA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 14:48:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-data-from-private-reference-object/m-p/11572295#M1938172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-30T14:48:11Z</dc:date>
    </item>
  </channel>
</rss>

