<?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: Tracing the table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tracing-the-table/m-p/2134371#M448913</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravichand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think EVART &amp;amp; VEDAT will be stored in the ekko into their respective fields BSART &amp;amp; BEDAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I am wrong correct me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramesh S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Apr 2007 13:35:32 GMT</pubDate>
    <dc:creator>learnsap</dc:creator>
    <dc:date>2007-04-02T13:35:32Z</dc:date>
    <item>
      <title>Tracing the table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tracing-the-table/m-p/2134370#M448912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I am using Me31k for entering outline  Agreement.&lt;/P&gt;&lt;P&gt;I have to use BDC and import from an external Source.&lt;/P&gt;&lt;P&gt;For that I am Recording the transaction using &lt;/P&gt;&lt;P&gt;"SHDB".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I got the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMM06E' '0200'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'EKKO-LIFNR'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=AB'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'EKKO-LIFNR'&lt;/P&gt;&lt;P&gt;                              record-LIFNR_001.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RM06E-EVART'&lt;/P&gt;&lt;P&gt;                              record-EVART_002.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RM06E-VEDAT'&lt;/P&gt;&lt;P&gt;                              record-VEDAT_003.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'EKKO-EKORG'&lt;/P&gt;&lt;P&gt;                              record-EKORG_004.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'EKKO-EKGRP'&lt;/P&gt;&lt;P&gt;                              record-EKGRP_005.&lt;/P&gt;&lt;P&gt;perform bdc_transaction using 'ME31K'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is what is EVART  &amp;amp;  VEDAT .I hope these two are fields of the &lt;/P&gt;&lt;P&gt;structure.But where exactly the values which we were given in those two fields &lt;/P&gt;&lt;P&gt;will be copied in the tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 13:22:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tracing-the-table/m-p/2134370#M448912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-02T13:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Tracing the table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tracing-the-table/m-p/2134371#M448913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravichand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think EVART &amp;amp; VEDAT will be stored in the ekko into their respective fields BSART &amp;amp; BEDAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I am wrong correct me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramesh S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 13:35:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tracing-the-table/m-p/2134371#M448913</guid>
      <dc:creator>learnsap</dc:creator>
      <dc:date>2007-04-02T13:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Tracing the table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tracing-the-table/m-p/2134372#M448914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;they are nothing but Agrrement Type (EKKO-BSART = K for contracts) and&lt;/P&gt;&lt;P&gt;thr AEDAT field in EKKO, doc creation date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 13:38:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tracing-the-table/m-p/2134372#M448914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-02T13:38:31Z</dc:date>
    </item>
  </channel>
</rss>

