Re: Multiple Rows using Json Input from PostMaster
Hello Nisar, yes, it is possible to pass a JSON (or XML) to an XSJS service. One way is already described in post Transferring complex structured data from UI to XSJS - POSTing JSON.But that would...
View ArticleUnable to provide user with sap.hana.xs.admin.roles::SQLCC* roles
Hello Experts, Need an advice, Am unable to provide user with below mentioned Roles. sap.hana.xs.admin.roles::SQLCCAdministrator sap.hana.xs.admin.roles::SQLCCViewerUser only has Modeling role provided...
View ArticleRe: List Partitioning of table in HANA
Alright - list partitioning is not possible in SAP HANA right now.I would anyhow recommend to review the need for partitioning and the effect you want it to have.Maybe using HASH partitioning would...
View ArticleRe: Execution of a script/procedure during a DU activation
Nope, there is currently no option to hook on DU transports.Manual activities will remain manual in this regard. - Lars
View ArticleAdd sales ord and sales org description together in input variable
Hi, How to add sales org and sales org description together in input variable .i.e in analtic view when i click on raw data and press sales org then its description should also show.
View ArticleRe: Add sales ord and sales org description together in input variable
Add sales org and sales org description together in input ParameterRohitasya SarkarJul 4, 2015 4:30 PMHi, How to add sales org and sales org description together in input variable .i.e in analytic...
View ArticleRe: How does HANA resolve input parameters in calculation views executed in...
Daniel as you are a SAP employee you do have access to the SAP HANA developers and their information - I can only recommend to reach out to them in cases like this. Generally there shouldn't be a...
View ArticleRe: Add sales ord and sales org description together in input variable
Didnt get you. Input variables are basically used to filter data when used in where clause or in calculated column with $$i/P Param$$ . when i click on raw data and press sales org then its...
View ArticleRe: Add sales ord and sales org description together in input variable
Hi Rohit, In the Semantics Layer, next to LABEL is a LABEL COLUMN. Add Sales_Description on the Label Column of Sales_Ord. You will get sales description next to sales order in your data preview.
View ArticleRe: How to fix "FAIL: process hdbdaemon HDB Daemon not running" ?
Hi, I'm having the same issue after a failed restore. I've not seen any proper solution to this on SCN as yet.
View ArticleRe: HANA XS AppServer native development: big step back?
I'd say that's a valid position you can take. And the power of the SAP HANA platform is available to the ABAP world as well. Having said that, the SAP HANA XS Engine is does not aim to replace the...
View ArticleRe: Need help to figure out simple date filter in calculation view
Hey, I actually want to convert now() to NVARCHAR. Can someone tell me how I can do this in the expression editor or even calculated column? I need to filter like this BUDAT = adddays(now(), -1) Also,...
View ArticleRe: HANA modeling results superseed
Hi, I didnt get the meaning of this. try with the full Bkey if no results try with the partial key Bfield2, Bfield3, if still no results go with Bfield1.What I have understood from your requirement is...
View ArticleRe: Error while creating Decision table using analytical view in HANA
Please elaborate more with screenshots and what exactly you are doing.
View ArticleHow to select only visible columns from a view?
Hi all! I need to select only the fields not marked as hidden from a view, but when I execute the select all the columns are returned. Help please I'm in a desperate timeframe. The table:...
View ArticleRe: How to select only visible columns from a view?
I don't think you can do the same. Lets wait for reply from others. I think you can exclude the same in final output which are hidden in your model and then then try doing selecting the same.
View ArticleRe: How to select only visible columns from a view?
It would also help if there's a way to get all the columns from a view. If I can do that I can remove the hidden columns by the name and create a custom select using only the columns I need instead of...
View ArticleRe: HANA modeling results superseed
we solved using sub-queries.first query select the full keysecond query select partial key items excluding items from the first set of datathird query select items excluding results from first and...
View ArticleRe: How to select only visible columns from a view?
I found how to get all the columns from a give view: SELECT *FROM VIEW_COLUMNSWHERE SCHEMA_NAME = 'TEST' ANDVIEW_NAME = 'test/TestView' But that doesn't give me if the column is hidden or not... Is...
View ArticleRe: Need help to figure out simple date filter in calculation view
Go and try dats_from_daydate ( adddays(now(), -1) ) ... Remember, it's not so much about getting the date into (N)VARCHAR but into the SAP specific DATS format. - Lars
View Article