<?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: read  table data with items information using objects in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-data-with-items-information-using-objects/m-p/11885658#M1961029</link>
    <description>&lt;P&gt;There are different "global memories" and different ways to access them, here is the &lt;A href="https://help.sap.com/doc/abapdocu_753_index_htm/7.53/en-US/index.htm?file=abenmemory_organization.htm"&gt;starting point in the ABAP documentation&lt;/A&gt;. to decide which one to choose.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Mar 2019 09:42:34 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2019-03-21T09:42:34Z</dc:date>
    <item>
      <title>read  table data with items information using objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-data-with-items-information-using-objects/m-p/11885656#M1961027</link>
      <description>&lt;P&gt;hello team. I have a little problem.&lt;/P&gt;
  &lt;P&gt;We create a FI enhacenment function. This is used into the purchase requisition process.&lt;/P&gt;
  &lt;P&gt;I need read the item information. The FI Enhacenment contains the COBL information.&lt;/P&gt;
  &lt;P&gt;And the price and basic unit is empty.&lt;/P&gt;
  &lt;P&gt;I need read this information from the global memory, but I just found a Objects.&lt;/P&gt;
  &lt;P&gt;And I don't know how assign a object into the my code using something like Field Symbol.&lt;/P&gt;
  &lt;P&gt;To read the global objects propieties and assign the items information into the local table.&lt;/P&gt;
  &lt;P&gt;Can you help me.&lt;/P&gt;
  &lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 05:17:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-data-with-items-information-using-objects/m-p/11885656#M1961027</guid>
      <dc:creator>Da_l</dc:creator>
      <dc:date>2019-03-21T05:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: read  table data with items information using objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-data-with-items-information-using-objects/m-p/11885657#M1961028</link>
      <description>&lt;P&gt;If you want to get the information from global memory,&lt;/P&gt;&lt;P&gt;Maybe you can use the statement GET PARAMETER ID pid  FIELD dobj.&lt;/P&gt;&lt;P&gt;And if you want to know the parameter id which you want the object, you can search&lt;/P&gt;&lt;P&gt;the table TPARA.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 07:15:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-data-with-items-information-using-objects/m-p/11885657#M1961028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-03-21T07:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: read  table data with items information using objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-data-with-items-information-using-objects/m-p/11885658#M1961029</link>
      <description>&lt;P&gt;There are different "global memories" and different ways to access them, here is the &lt;A href="https://help.sap.com/doc/abapdocu_753_index_htm/7.53/en-US/index.htm?file=abenmemory_organization.htm"&gt;starting point in the ABAP documentation&lt;/A&gt;. to decide which one to choose.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 09:42:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-data-with-items-information-using-objects/m-p/11885658#M1961029</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-03-21T09:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: read  table data with items information using objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-data-with-items-information-using-objects/m-p/11885659#M1961030</link>
      <description>&lt;P&gt;what is the object you found? what enhancement do you use?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2019 00:37:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-data-with-items-information-using-objects/m-p/11885659#M1961030</guid>
      <dc:creator>DoanManhQuynh</dc:creator>
      <dc:date>2019-03-22T00:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: read  table data with items information using objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-data-with-items-information-using-objects/m-p/11885660#M1961031</link>
      <description>&lt;P&gt;What do you call 'global memory' (AS memory, User session memory, Abap Session memory, Internal Session memory?)&lt;/P&gt;&lt;P&gt;What do you call an Object&lt;STRONG&gt;S&lt;/STRONG&gt;? a reference to a class? did you try to use a field-symbol of TYPE REF TO a class.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 12:13:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-table-data-with-items-information-using-objects/m-p/11885660#M1961031</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2019-03-25T12:13:50Z</dc:date>
    </item>
  </channel>
</rss>

