<?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: Dblink table fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dblink-table-fields/m-p/6458711#M1415212</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a exactly a problem. I just wanna is use the oracle command DESC and presents the result in ABAP report program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I tried the code that I already shown, but, it's not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx anyway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jan 2010 11:52:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-05T11:52:50Z</dc:date>
    <item>
      <title>Dblink table fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dblink-table-fields/m-p/6458708#M1415209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Fella's, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to make a program capable to bring the fields description of a table locate on a legacy system. The connection between sap and other system is done through a dblink. The other system is a oracle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look what i'm trying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  DATA: vl_string TYPE char1024.

  CLEAR: vl_string.

  EXEC SQL PERFORMING APPEND_DATA.
    select *
     from USER_TAB_COLUMNS@DBLINK_63
     Into :vl_string
     WHERE table_name = :p_tabela
  ENDEXEC.

*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;      Form  append_data
*&amp;amp;---------------------------------------------------------------------*
FORM append_data.
  WRITE: / vl_string.
  CLEAR: vl_string.
ENDFORM.                    "append_data
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 17:55:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dblink-table-fields/m-p/6458708#M1415209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-04T17:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dblink table fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dblink-table-fields/m-p/6458709#M1415210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe wasn't clear meu explanation, so I to help, what I really wanna is use the oracle command DESC and presents the result in ABAP report program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 18:07:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dblink-table-fields/m-p/6458709#M1415210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-04T18:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dblink table fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dblink-table-fields/m-p/6458710#M1415211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bruno,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have posted a question thread, but I couldn't find any question. Can you please let me know what your problem is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 23:02:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dblink-table-fields/m-p/6458710#M1415211</guid>
      <dc:creator>SureshRa</dc:creator>
      <dc:date>2010-01-04T23:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dblink table fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dblink-table-fields/m-p/6458711#M1415212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a exactly a problem. I just wanna is use the oracle command DESC and presents the result in ABAP report program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I tried the code that I already shown, but, it's not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx anyway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2010 11:52:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dblink-table-fields/m-p/6458711#M1415212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-05T11:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dblink table fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dblink-table-fields/m-p/6458712#M1415213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;Looks like you have not established connection between SAP and your Oracle databse.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2010 12:15:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dblink-table-fields/m-p/6458712#M1415213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-05T12:15:03Z</dc:date>
    </item>
  </channel>
</rss>

