<?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: how to create client dependent reports? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-client-dependent-reports/m-p/2074537#M429933</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are referring to client dependent data retrieval in a Report, then the SELECT would look like..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; SELECT SINGLE * FROM VBAK CLIENT SPECIFIED
       WHERE MANDT = SY-MANDT  "or whatever
       AND VBELN = OBJECT-KEY-SALESDOCUMENT.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Apr 2007 15:29:20 GMT</pubDate>
    <dc:creator>suresh_datti</dc:creator>
    <dc:date>2007-04-18T15:29:20Z</dc:date>
    <item>
      <title>how to create client dependent reports?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-client-dependent-reports/m-p/2074535#M429931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we know that reports are client-independent . but how to create client dependent reports?pls give some sample program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 15:07:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-client-dependent-reports/m-p/2074535#M429931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T15:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to create client dependent reports?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-client-dependent-reports/m-p/2074536#M429932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All report programs are client-independent.  Which means that if you create the program in one client, it also exists in another client within the instance.  Only the data which the report will output will be different as the data is client-dependent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can not create a client dependent program, function module, class, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 15:10:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-client-dependent-reports/m-p/2074536#M429932</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-04-18T15:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to create client dependent reports?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-client-dependent-reports/m-p/2074537#M429933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are referring to client dependent data retrieval in a Report, then the SELECT would look like..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; SELECT SINGLE * FROM VBAK CLIENT SPECIFIED
       WHERE MANDT = SY-MANDT  "or whatever
       AND VBELN = OBJECT-KEY-SALESDOCUMENT.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 15:29:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-client-dependent-reports/m-p/2074537#M429933</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2007-04-18T15:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to create client dependent reports?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-client-dependent-reports/m-p/2074538#M429934</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; If you are asking about how to restrict a report to be executed in specific clients...you can do it in the INITIALIZATION event. Check whether the current client is what you are looking for. If it then nothing to do otherwise give corresponding error message.... I guess that this can be done even using Authorization objects...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 15:42:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-client-dependent-reports/m-p/2074538#M429934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T15:42:15Z</dc:date>
    </item>
  </channel>
</rss>

