<?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: accessing data from PCL3 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-data-from-pcl3/m-p/5206023#M1204362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you will have to fill the following key to IMPORT the Applicant Notes from the PCL3 database cluster.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: begin of al-key.
        include structure pc3al.
data: end of al-key.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do an &lt;STRONG&gt;se16&lt;/STRONG&gt; on the table &lt;STRONG&gt;trmac&lt;/STRONG&gt; for the macro &lt;EM&gt;rp-imp-c3-an&lt;/EM&gt; &amp;amp; you sure will get an idea!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Feb 2009 15:25:46 GMT</pubDate>
    <dc:creator>suresh_datti</dc:creator>
    <dc:date>2009-02-12T15:25:46Z</dc:date>
    <item>
      <title>accessing data from PCL3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-data-from-pcl3/m-p/5206022#M1204361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I am reading data from cluster table PCL3 using the SRTFD field .&lt;/P&gt;&lt;P&gt;am using the statement IMPORT IT_TEXT1 FROM DATABASE PCL3(AN) ID 'XYZ'.&lt;/P&gt;&lt;P&gt;but am not able to fetch the data&lt;/P&gt;&lt;P&gt;do i need to declare some includes for the same for buffer management ?&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;&lt;P&gt;this statement is not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 10:29:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-data-from-pcl3/m-p/5206022#M1204361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-12T10:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: accessing data from PCL3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-data-from-pcl3/m-p/5206023#M1204362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you will have to fill the following key to IMPORT the Applicant Notes from the PCL3 database cluster.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: begin of al-key.
        include structure pc3al.
data: end of al-key.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do an &lt;STRONG&gt;se16&lt;/STRONG&gt; on the table &lt;STRONG&gt;trmac&lt;/STRONG&gt; for the macro &lt;EM&gt;rp-imp-c3-an&lt;/EM&gt; &amp;amp; you sure will get an idea!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 15:25:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-data-from-pcl3/m-p/5206023#M1204362</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2009-02-12T15:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: accessing data from PCL3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-data-from-pcl3/m-p/5206024#M1204363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh&lt;/P&gt;&lt;P&gt;Very thanks for you reply.&lt;/P&gt;&lt;P&gt;I am not using macro macro rp-imp-c3-an for accessing data.&lt;/P&gt;&lt;P&gt;I am using import statement to fetch data from PCL3 &lt;/P&gt;&lt;P&gt;but i am not getting the data although i am getting all the entries in the table using key field.&lt;/P&gt;&lt;P&gt;using export data base i am able to send data to pcl3 but i want to retrive the data using the index key store in the pcl3 table. i think data is stored some where else as only index key is available in tge pcl3 data base.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i wat to retrive that data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2009 08:06:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-data-from-pcl3/m-p/5206024#M1204363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-13T08:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: accessing data from PCL3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-data-from-pcl3/m-p/5206025#M1204364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , i got the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) data   IT_TEXT1 TYPE TABLE OF TXW_NOTE.&lt;/P&gt;&lt;P&gt;key = your key as per logic from pcl3 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT IT_TEXT1   FROM DATABASE pcl3(an) ID key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) or you can also follow this technique&lt;/P&gt;&lt;P&gt;tables pcl3.&lt;/P&gt;&lt;P&gt;INCLUDE rpc3an00.*&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;rpc3(for plc3 cluster)an(cluster i want to read)00&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;IMPORT notes  FROM DATABASE pcl3(an) ID key. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried second solution on one system it is working fine, on other system its not working i do not know why.&lt;/P&gt;&lt;P&gt;but first solution is working for all system&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 12:34:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-data-from-pcl3/m-p/5206025#M1204364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T12:34:18Z</dc:date>
    </item>
  </channel>
</rss>

