cancel
Showing results for 
Search instead for 
Did you mean: 

BW process chain to switch on/off app

amine_lamkaissi
Active Contributor
0 Kudos

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 (10 and superiors), this program is easy to make. But on the version that i'm working on (7.5), 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

Accepted Solutions (0)

Answers (1)

Answers (1)

amine_lamkaissi
Active Contributor
0 Kudos

Here is the method:

Thanks.

Amine