cancel
Showing results for 
Search instead for 
Did you mean: 

Customer Exit Variables in Design Studio 1.5 SP2 with BW 7.40 SP9

0 Kudos

Hi everyone,

currently, we are using Design Studio 1.5 SP2 on a SAP BW 7.40 SP9 system and are facing the following phenomena:

We built a Design Studio application using a query with two customer exit variables. Executing this application on the BOE server of the development or the quality system works fine and the customer exit variables are executed.

However, if we start the exact same application on the productive system, it does not execute the customer exit variables.

No warnings or errors appear in the frontend and no authorization issues are listed in SU53.

If we read the values of those variables via "getVariableValue" and display them via "APPLICATION.alert" in the local mode of Design Studio, on the development and quality system it shows the correct values. On the productive system the variables are empty.

Is there any parameter (RFC or anything else) we need to set in the front- or backend to allow or enable Design Studio to execute customer exit variables?

Are we missing any other setting?

Any help is highly appreciated.

Best Regards,

Benjamin

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi;

Does the exit variables works when you execute the query with rsrt?

Regards,

Jean-Guillaume

0 Kudos

surprisingly the query works on all three systems in the transaction RSRT in HTML mode, but its not working on none of the systems in ABAP BICS mode

TammyPowlas
Active Contributor
0 Kudos

What is the behavior when you run it locally in Design Studio against BW in production?  Does it work then?

0 Kudos

executing the design studio application either locally or on the BOE server brings the same result on the development and quality system. It works fine in both cases.

however, on the production system ist not working in local mode nor on the BOE server