Hi Ravi,
Thanks for your response!!!
If I'm corrrect, you are backing our approach to have to script based calculation view because of special vendor logic, otherwise we would have just done with Graphical calculation view with different projection parameters and those parameters can be passed either from BO or needs to be derived in BO based on on just 1 -2 input paramater.
In any case, how can we handle a scenario wherein multiple vendors are passed and we need to read the passed vendors to perform the below operation in script based calculation view:
select ACTSS into mnth1 from "<SCHEMA_NAME>"."<TABLE_NAME>"
where LIFNR = ;
Thanks & regards,
Jomy