<?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: Error in Interface in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-interface/m-p/6610736#M1438906</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;Check whether the object class is created in tcode SCDO in the system or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Feb 2010 11:13:21 GMT</pubDate>
    <dc:creator>former_member209217</dc:creator>
    <dc:date>2010-02-05T11:13:21Z</dc:date>
    <item>
      <title>Error in Interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-interface/m-p/6610735#M1438905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;We have an interface which captures all the changes done in the transactions XD01, XD02, VD01, VD02, FD01, FD02.  There is a select query in the code which fetches latest changes based on an object class as below :-&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT objectclas

              objectid

              changenr

              udate

              utime

              tcode

              change_ind

              INTO TABLE gi_cdhdr

              FROM cdhdr

             WHERE objectclas EQ u2018DEBIu2019

             AND udate GE gv_start_date

             AND tcode IN s_tran.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever we change some customer in say XD02 , suppose we change the value of the field SORT1 (Search term) &amp;amp; save. This change will be logged in CDHDR &amp;amp; CDPOS tables. Each time there is a change on this field, two entries are created in the table CDHDR &amp;amp; CDPOS respectively for this change in customer. One entry will be for objectclass DEBI &amp;amp; another one for objectclass ADDRESSE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So above query will fetch the value from table CDHDR based on objectclass DEBI &amp;amp; do further processing &amp;amp; then finally create a file on application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the problem the user facing is, when user is doing any change as described above, there is only one entry getting created in table CDHDR &amp;amp; CDPOS against the objectclass ADDRESSE  only , so the above select query is not fetching anything, since there is no entry created against objectclass DEBI &amp;amp; finally there is no file created on application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But one thing interesting here is, user has simulated the error in Quality system &amp;amp; he is getting only one entry in tables CDHDR &amp;amp; CDPOS but when my self (technical) &amp;amp; Functional consultant try to simulate the same error in Quality we are not able to simulate but we are getting the expected result means we are getting both the entries created against the change in a customer on field SORT1(Search term)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone please help me in understanding as to why the user only is facing this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Abhii&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 11:06:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-interface/m-p/6610735#M1438905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T11:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-interface/m-p/6610736#M1438906</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;Check whether the object class is created in tcode SCDO in the system or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 11:13:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-interface/m-p/6610736#M1438906</guid>
      <dc:creator>former_member209217</dc:creator>
      <dc:date>2010-02-05T11:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-interface/m-p/6610737#M1438907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lakshman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have clearly mentioned that myself &amp;amp; functional consulant are able to get the entries for both DEBI as well as ADDRESSE but not the business user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Abhii&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 11:24:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-interface/m-p/6610737#M1438907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T11:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-interface/m-p/6610738#M1438908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then Check for Authorization profiles for the Business User&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 11:26:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-interface/m-p/6610738#M1438908</guid>
      <dc:creator>former_member209217</dc:creator>
      <dc:date>2010-02-05T11:26:33Z</dc:date>
    </item>
  </channel>
</rss>

