<?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: Same program with different variants in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-with-different-variants/m-p/1493954#M229470</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any suggestions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Aug 2006 16:07:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-03T16:07:34Z</dc:date>
    <item>
      <title>Same program with different variants</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-with-different-variants/m-p/1493953#M229469</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 need to develop a task where we run a report for both dealer and vendor dealings... it was an ponline report, since the there were many fields from RSEG table, i gave it a thought to do it as a back ground job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The thing is if suppose its a Vendor we need to show him the full report( that is witothout exculding a count of 16 fields) which forms their report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if its a dealer then we need to exculde some fields(ie say abt six fields) which are not for the dealers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could please give me an idea how this task can be achieved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if suppose using variants how do we use it.(the selection screen is same for both,, but when it comes to the point of dealers the selction screen will have some autofill in the dealer code alone)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 16:02:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-with-different-variants/m-p/1493953#M229469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-03T16:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Same program with different variants</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-with-different-variants/m-p/1493954#M229470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any suggestions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 16:07:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-with-different-variants/m-p/1493954#M229470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-03T16:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Same program with different variants</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-with-different-variants/m-p/1493955#M229471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 16:47:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-with-different-variants/m-p/1493955#M229471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-03T16:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Same program with different variants</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-with-different-variants/m-p/1493956#M229472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;unless and until you have certain fields on the selection screen for distinguishing between vendors and dealers you cannot achieve the result..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 16:49:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-with-different-variants/m-p/1493956#M229472</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-08-03T16:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Same program with different variants</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-with-different-variants/m-p/1493957#M229473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create 2 variants - one for vendor and one for dealer.&lt;/P&gt;&lt;P&gt;Then create a report for background processing to pick up the appropriate variant based on a vendor/dealer condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Bharath.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 17:01:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-with-different-variants/m-p/1493957#M229473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-03T17:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Same program with different variants</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-with-different-variants/m-p/1493958#M229474</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;I agree with Abdul... need to identify whether it is a Vendor or Dealer report via a Parameter...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If P_RPT = 'vendor'.&lt;/P&gt;&lt;P&gt;  Perform Vendor_report.&lt;/P&gt;&lt;P&gt;Endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If P_RPT = 'dealer'.&lt;/P&gt;&lt;P&gt;  Perform Dealer_report.&lt;/P&gt;&lt;P&gt;Endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dave...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 17:03:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/same-program-with-different-variants/m-p/1493958#M229474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-03T17:03:15Z</dc:date>
    </item>
  </channel>
</rss>

