<?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 Use method to find table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-method-to-find-table/m-p/11005594#M1896721</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm triying to build a program in BW to put online and offline a BPC application on demand.&lt;/P&gt;&lt;P&gt;On recent versions of BPC, this program is easy to make. But on the version that i'm working on, i couldn't find the table on which i have to modify the value (0 to put the application off, 1 to put it on).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On my version, there is another alternative. There is a method which can do the work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class CL_UJA_APPSET method SET_APPSET_STATUS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess that this method, is modifying the value in a table. Since, i'm not familiar with abap objects, i would like to know how can i use this method to find the table. And then i'm going to build a classic program to modify values on that tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Mar 2015 09:51:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-03-26T09:51:11Z</dc:date>
    <item>
      <title>Use method to find table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-method-to-find-table/m-p/11005594#M1896721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm triying to build a program in BW to put online and offline a BPC application on demand.&lt;/P&gt;&lt;P&gt;On recent versions of BPC, this program is easy to make. But on the version that i'm working on, i couldn't find the table on which i have to modify the value (0 to put the application off, 1 to put it on).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On my version, there is another alternative. There is a method which can do the work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class CL_UJA_APPSET method SET_APPSET_STATUS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess that this method, is modifying the value in a table. Since, i'm not familiar with abap objects, i would like to know how can i use this method to find the table. And then i'm going to build a classic program to modify values on that tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 09:51:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-method-to-find-table/m-p/11005594#M1896721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-26T09:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Use method to find table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-method-to-find-table/m-p/11005595#M1896722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fyi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the content of that method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/672462" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 09:53:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-method-to-find-table/m-p/11005595#M1896722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-26T09:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Use method to find table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-method-to-find-table/m-p/11005596#M1896723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to use that method to find the table that i'm looking for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Amine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 09:23:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-method-to-find-table/m-p/11005596#M1896723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-27T09:23:33Z</dc:date>
    </item>
  </channel>
</rss>

