Re: Aggregate data in Calculation View
Thanks Ranjit for the response, But wat I don't understand is while creating the counters do we need to add a aggregation node? Or just create the dealer attribute and create a counter for the total...
View ArticleRe: Sending parameters between script calculation views
Hi Amir, The parameters in the calculation views can be used only during the data preview. But when a view is called within another view at run time, i think its not possible to use parameters(I am not...
View ArticleRe: Aggregate data in Calculation View
Hi Indu, I hope you got the answers from the post from Ravi. Best Regards,Ranjit
View ArticleRe: Aggregate data in Calculation View
Hi Indu, Which revision of HANA are you currently using. In SPS06 rev 60, the aggregation node is automatically added, but prior to rev 60, it is not mandatory to add EXPLICIT aggregation node. You can...
View ArticleRe: Sending parameters between script calculation views
Hi Rudrabhupal, In SPS06, parameters can be passed from one calc view (script based) to another Calc view (can also be Graphical). Please refer to my reply below. Here you can find the script (in the...
View ArticleHow to store an object in the session variable in XSJS?
Hi all, I am trying to use object oriented programming in XSJS and I I made a controller object for the app which is responsible for instantiating the other application object and managing the...
View ArticleRe: How to store an object in the session variable in XSJS?
XS is intentionally a stateless programming model. You should design your applications so that they persist data either on the client side or in the database itself. Personally I created a single...
View ArticleRe: Lifecycle Management using AWS SPS6
Hi Jonni, HANA LCM can not control SLT Replication. It is only used to configure/create the SLT replication. Controlling each of the individual tables still takes place within Data Provisioning within...
View ArticleRe: Lifecycle Management using AWS SPS6
Thanks Sharan! It is indeed as you say. Br,--Jonni
View ArticleRe: Aggregate data in Calculation View
Hi Ravi,Tried 2 methods:Method 1: Added both Dealer & complaints in attributes and created a counter for complaints.Method 2: Added Dealer to attributes and complaint to measures, Then while...
View ArticleRe: External View could not be generated from DB view
Hi Yingqi, no, what you got was the eclipse error log. In ABAP in Eclipse, over "Window" -> "Show view" -> "Other ..." -> "ABAP Log", you can switch the ABAP log visible. The activation...
View ArticleRe: Aggregate data in Calculation View
Hi Indu, I am on rev 60 (SPS 06), Please find the screenshots of my model and results of the counter (Count of Products). It works for me as expected. Data model: Counter setting: Base data: Counter...
View ArticleRe: Need libsapcrypto.so and sapgenpse to enable SAML2 and SSO on HANA
Hi Stefan, Goto https://service.sap.com/supportofferings and then click on "SAP Trust Center Services" then click "Download Area" You should then get an option that says "SAP Cryptographic Library",...
View ArticleHow to see previous versions in SAP HANA Dev pers
Hi, If i have modified the project couple of times and committed. I assume, the project will get stored in different version under SAP HANA repository. Is there a way to see what are all versions...
View ArticleRe: How to see previous versions in SAP HANA Dev pers
Hi Naresh, If you have HANA SPS6, you can use Show Local History - then you can go back to previous version and you get few other options too.I don't think we have Show Local History option in SPS5.To...
View ArticleRe: How to see previous versions in SAP HANA Dev pers
Hi, Just saw Thomas Jung Video on SAP HANA Repository Version Management openSAP. Its pretty clear on how to do this. For some reason i am getting Array Index Out of Bounds Exception. Thanks, Naresh
View ArticleRe: How to see previous versions in SAP HANA Dev pers
Thanks Vivek, thats where i found this information. But i am getting a exception while accessing Show History. I might have to open a Ticket to SAP. Thanks, Naresh
View ArticleRe: Sending parameters between script calculation views
Hi,The workaround we found for the parameter problem was to develop procedures with views and send them the parameter in the "CALL" statement instead of using calculation views,Is there any...
View ArticleRe: BODS for SAP HANA
Hi Srinivasa, You can find the videos in SAP HANA Academy:http://www.saphana.com/community/implement/hana-academy#working-with-data-sap-data-services It has all the details that you will need - how to...
View ArticleRe: What does a red mark on the project folder signify?
Thanks Jung. I guess that should be the issue. But am not able to checkout from the server. The project has couple of csv files close to 100MB and it takes forever to check the files out. Is there any...
View Article