<?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 DBlink access in ABAP code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dblink-access-in-abap-code/m-p/9031510#M1700298</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello all,&lt;/P&gt;&lt;P&gt;need your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can someone give me a useful code to access DBlink in sap abap code..?&lt;BR /&gt;is there any BAPI that can we use to do this..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your response is highly appreciated..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Oct 2012 14:02:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-10-09T14:02:58Z</dc:date>
    <item>
      <title>DBlink access in ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dblink-access-in-abap-code/m-p/9031510#M1700298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello all,&lt;/P&gt;&lt;P&gt;need your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can someone give me a useful code to access DBlink in sap abap code..?&lt;BR /&gt;is there any BAPI that can we use to do this..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your response is highly appreciated..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 14:02:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dblink-access-in-abap-code/m-p/9031510#M1700298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-09T14:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: DBlink access in ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dblink-access-in-abap-code/m-p/9031511#M1700299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using transaction SE11, create a table (ZTEST) with the same fields as the table in the external database, make sure that the type and lengths of the fields are identical.&lt;/P&gt;&lt;P&gt;Using transaction SE11, create a view (ZTEST_VIEW, projection view) using BASIS table ZTABLE&lt;/P&gt;&lt;P&gt;Using SVRMGRL&amp;gt; (Oracle utility)&lt;/P&gt;&lt;P&gt;create dblink REMOTE_DB (your db link) as connect to remote_user identified by password; (database link created) &lt;/P&gt;&lt;P&gt;drop table ZTEST; (table dropped) &lt;/P&gt;&lt;P&gt;create synonym ZTEST for ZTEST@REMOTE_DB; (synonym created)&lt;/P&gt;&lt;P&gt;Using transaction SE16 , type in ZTEST_VIEW and hit RETURN&lt;/P&gt;&lt;P&gt;Enter&amp;nbsp; value in key fields and hit execute. (displays rows from the remote table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also check links &lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/6887"&gt;http://scn.sap.com/thread/6887&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/1773060"&gt;http://scn.sap.com/thread/1773060&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;swanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 15:49:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dblink-access-in-abap-code/m-p/9031511#M1700299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-09T15:49:02Z</dc:date>
    </item>
  </channel>
</rss>

