cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Possible to read SAP- Customer Exit variable

former_member197738
Participant
0 Kudos
1,171

Hi,

I've live connection and I'm trying to read an Customer Exit variable. I am not sure if this is supported as I'm not able to retrieve any value out of the variable.

This exit-variable is not under visible prompts to the query, this is behind the scene handling CostCenter authorization for users. However I'm able to retrieve any other variables that I have visible in query.

Please share your thoughts, thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

VijayetaSharma
SAP Champion
SAP Champion

Hello mohd.fahad,

Customer exist variables are supported.Check this support matrix-

SAP Analytics Cloud Support Matrix for Live Connectivity to SAP NetWeaver BW and SAP BW/4HANA

Although from personal experience we were able to use them only when they are made visible. Authorization relivant variables are supported as well. Altough again, you need to make them visible like other variable.

Thanks,

Vijayeta

former_member197738
Participant
0 Kudos

Thanks Prabhakaran/Vijayeta seems like making them visible is the only way.

In Lumira Designer we had an option to hide a variable from Prompts, even if its visible at query level (However Its not exactly hide, as you can still see it in Designer but just not visible to users on prompt screen) and you can still use that variable for scripting.

I don't see an option to remove certain variables in SAC-Designer, that we don't want to show user under Prompt-Dialog-Box. Reason I'm asking is, I'm consuming same queries from Lumira-Designer to SAC-Designer. Would like to avoid duplicates queries for something that small.

VijayetaSharma
SAP Champion
SAP Champion
0 Kudos

Hello mohd.fahad,

I can understand coming from Lumira background my self. Unfortunately there are many areas where SAC still catching up. This is one of many other functions missing in SAC.

Thanks,

Vijayeta

former_member197738
Participant
0 Kudos

Thanks Vijayeta for sharing background info, it would be easier to follow through my queries and likewise.

It is unfortunate, let hope these gaps are addressed soon.

Appreciate your response, thanks

VijayetaSharma
SAP Champion
SAP Champion

Hello mohd.fahad,

It may not be a bad idea to create an enhancement request. You can create new requests under below thread.

https://influence.sap.com/sap/ino/#/campaign/884

Thanks,

Vijayeta

PrabhithPrabhakaran
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

Does this note has a significance in your scenario:

2756956 (Authorization variables are not being taken automatically)

BR, Prabhith

former_member197738
Participant
0 Kudos

Seems like its not supported yet but also its seems like its an OLD sap note. "Released On 09.04.2019"

So what I am doing next is, capturing the CostCenter from the dimension as data-member.

But still I cant capture anything. The idea is to capture and pass it on to other models/query, similar to what I have in Lumira Designer app.

Any thoughts on capturing data-members the other way?

var DS_1_members = Crosstab_Global.getDataSource().getMembers("0COSTCENTER",10);