cancel
Showing results for 
Search instead for 
Did you mean: 

Input parameters in projection

Former Member
0 Kudos

Hello,

I have three SQL script-based calculation views which each require input parameters. I would like to be able to use these in a higher level view and join them together. The problem is I cannot get the top-level view which consumes the script-based views to ask the user for the input parameters used for these when a data preview is executed.

Is there a way to create a popup window that will ask the user for all the input parameters used by the script-views?

Thank you,

Fred

Accepted Solutions (1)

Accepted Solutions (1)

lucas_oliveira
Advisor
Advisor
0 Kudos

Hi Frederick,

If I understood correctly you want to connect your top input parameters to the input parameters offered by your Scripted Calc Views.

If that's the case, then you can use the Input Parameters Mapping funcionality. That allows you to map input parameters/variables from inner view to the current view you're dealing with.

Details here:

http://help.sap.com/saphelp_hanaplatform/helpdata/en/d7/155860bb571014bb2dbe4e75bab58a/content.htm

BRs,

Lucas de Oliveira

Former Member
0 Kudos

Hi Lucas, yes this was exactly what I was looking for!

Many thanks,

Fred

Former Member
0 Kudos

Hi Lucas,

I've found that the input parameter mappings work when I project graphical calculation views but it doesn't "see" my input parameters from the script-based view.

Any ideas?

Fred

lucas_oliveira
Advisor
Advisor
0 Kudos

Hi Fred,

You got the top IPs mapping to the lower IPs. Why do you need the lower IPS when using a wrapper view?

Regards,

Lucas de Oliveira

Former Member
0 Kudos

Sorry I was unclear, it was not seeing the IP of the script-based view.

But got it to work finally.

Fred

Answers (0)