Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Use method to find table

Former Member
0 Likes
515


Hi experts,

I'm triying to build a program in BW to put online and offline a BPC application on demand.

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).

On my version, there is another alternative. There is a method which can do the work.

class CL_UJA_APPSET method SET_APPSET_STATUS

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.

Thanks.

Amine


Hi experts,

I'm triying to build a program in BW to put online and offline a BPC application on demand.

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).

On my version, there is another alternative. There is a method which can do the work.

class CL_UJA_APPSET method SET_APPSET_STATUS

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.

Thanks.

Amine

2 REPLIES 2
Read only

Former Member
0 Likes
482

Fyi,

Here is the content of that method.

Thanks.

Amine

Read only

0 Likes
482

Hi experts,

Is there any way to use that method to find the table that i'm looking for?

Thanks.

Amine