<?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 abap client problem asked in interview in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-problem-asked-in-interview/m-p/1977197#M400178</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HELLO FRIENDS.&lt;/P&gt;&lt;P&gt;      AT  THE TIME OF IMPLEMENTATION   PROJECT  FOR  A CLIENT.&lt;/P&gt;&lt;P&gt;     IF I HAVE GENERATED A REPORT ON VENDOR MASTER.&lt;/P&gt;&lt;P&gt;  AFTER 2 YEARS  THE CLIENT HAS FACED SOME LEGAL PROBLEM WITH THE VENDOR  AND HE HAD DELETED THE VENDOR FROM HIS DATA BASE.&lt;/P&gt;&lt;P&gt;  THEN&lt;/P&gt;&lt;P&gt;           HOW CAN  MY REPORT  WORK AFTER DELETION OF THAT VENDOR?  WHETHER IT WILL SHOW THE SAME TOTAL NO OF VENDORS.&lt;/P&gt;&lt;P&gt;IN  THE MIDDLE IF ONE VENDOR WILL BE DELETED WILL ALL THE  VENDOR NO'S DOWN THAT PARTICULAR VENDOR WILL CHANGE?   IF VENDOR NO'S ARE  CHANGED THE CLIENT WILL FACE A LOT OF PROBLEMS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Feb 2007 17:45:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-15T17:45:51Z</dc:date>
    <item>
      <title>abap client problem asked in interview</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-problem-asked-in-interview/m-p/1977197#M400178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HELLO FRIENDS.&lt;/P&gt;&lt;P&gt;      AT  THE TIME OF IMPLEMENTATION   PROJECT  FOR  A CLIENT.&lt;/P&gt;&lt;P&gt;     IF I HAVE GENERATED A REPORT ON VENDOR MASTER.&lt;/P&gt;&lt;P&gt;  AFTER 2 YEARS  THE CLIENT HAS FACED SOME LEGAL PROBLEM WITH THE VENDOR  AND HE HAD DELETED THE VENDOR FROM HIS DATA BASE.&lt;/P&gt;&lt;P&gt;  THEN&lt;/P&gt;&lt;P&gt;           HOW CAN  MY REPORT  WORK AFTER DELETION OF THAT VENDOR?  WHETHER IT WILL SHOW THE SAME TOTAL NO OF VENDORS.&lt;/P&gt;&lt;P&gt;IN  THE MIDDLE IF ONE VENDOR WILL BE DELETED WILL ALL THE  VENDOR NO'S DOWN THAT PARTICULAR VENDOR WILL CHANGE?   IF VENDOR NO'S ARE  CHANGED THE CLIENT WILL FACE A LOT OF PROBLEMS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 17:45:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-problem-asked-in-interview/m-p/1977197#M400178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T17:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: abap client problem asked in interview</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-problem-asked-in-interview/m-p/1977198#M400179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if a vendor is deleted, he is not shown in the report output.&lt;/P&gt;&lt;P&gt;although if a vendor is deleted, the other vendor numbers don't change as they have already been created. the vendor number which u have deleted if needed can be assigned to some other new vendor or else leave as it is...no problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;award points...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 17:53:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-problem-asked-in-interview/m-p/1977198#M400179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T17:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: abap client problem asked in interview</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-problem-asked-in-interview/m-p/1977199#M400180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is actually a rather complicated question. If you mark a vendor for deletion, you do just that - mark it. The vendor is not deleted at that point. So long as your report doesn't look at the deletion indicator, it should pick up deleted vendors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You actually delete vendors by running the archiving program. But in order to archive deleted vendors, there can be no dependent data (invoices, etc.) I'm not sure if this means that there never were invoices or if it means that these invoices were already archived themseleves.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 18:29:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-problem-asked-in-interview/m-p/1977199#M400180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T18:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: abap client problem asked in interview</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-problem-asked-in-interview/m-p/1977200#M400181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manoj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob's answer is "spot on."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And for an interview question - this is kinda odd.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 18:39:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-client-problem-asked-in-interview/m-p/1977200#M400181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T18:39:07Z</dc:date>
    </item>
  </channel>
</rss>

