<?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: bdc program. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/5571581#M1270914</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 May 2009 12:40:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-05T12:40:14Z</dc:date>
    <item>
      <title>bdc program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/5571575#M1270908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Please use a more informative subject in future&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;i have one problem,i.e how can i findout which tables  are update by bdc program . can i findout  tables though the recoding. please give details.&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Matt on May 2, 2009 8:37 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 May 2009 12:43:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/5571575#M1270908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-02T12:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: bdc program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/5571576#M1270909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi , &lt;/P&gt;&lt;P&gt;yes you can find out which table is getting updated by the BDC recording .&lt;/P&gt;&lt;P&gt;you can easily find the table name and field name &lt;/P&gt;&lt;P&gt;ex:    perform bdc_field       using 'LFA1-ANRED' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;chinnaiya P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 May 2009 12:48:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/5571576#M1270909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-02T12:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: bdc program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/5571577#M1270910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dasaradha ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the bdc program you will get several statements like ---&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PERFORM  bdc_field  using 'BDC_CURSOR'
                              'MAKT-MAKTX'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this statement you can see the table name and the field name.In the &lt;/P&gt;&lt;P&gt;abve example the table is &lt;STRONG&gt;MAKT&lt;/STRONG&gt; and field name is &lt;STRONG&gt;MAKTX&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you search a bit you can get all the fields and the tables that are updated &lt;/P&gt;&lt;P&gt;by the bdc program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the recording also you can get it in the same way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pinaki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 May 2009 14:08:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/5571577#M1270910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-02T14:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: bdc program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/5571578#M1270911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not necessarily the tables that are mentioned with the statement (Ex. PERFORM  bdc_field  using 'BDC_CURSOR' 'MAKT-MAKTX'.). they may be structures also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead if you explain your problem why you want and for which transaction then we can surely help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Suvi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 May 2009 16:09:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/5571578#M1270911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-02T16:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: bdc program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/5571579#M1270912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    The best way is use SQL trace(Transaction:-&lt;STRONG&gt;ST05&lt;/STRONG&gt;) for the Transaction which you want to get the Tables details. &lt;/P&gt;&lt;P&gt;Open ST05 in one session, click on Activate trace with filters&lt;/P&gt;&lt;P&gt;Give the Transaction for which u want trace.&lt;/P&gt;&lt;P&gt;In other session open the Transaction and insert one record.&lt;/P&gt;&lt;P&gt;When the deactivate and display trace watch out for table names given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bala Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 May 2009 17:19:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/5571579#M1270912</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2009-05-02T17:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: bdc program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/5571580#M1270913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Please use a more informative subject in future&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 May 2009 18:38:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/5571580#M1270913</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-05-02T18:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: bdc program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/5571581#M1270914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 12:40:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/5571581#M1270914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-05T12:40:14Z</dc:date>
    </item>
  </channel>
</rss>

