IDA ALV - different behavior regarding "drill-down" for grouped attributes...
Hello Experts, we have upgraded our Dev System to ERP 6.0 EHP 7 SPS5 (coming from SPS4). We had implement an example with an IDA ALV. On SPS4 we could make a "drill-down" to the single lines of...
View ArticleHow to set local culture date time?
var oDateFormat = sap.ui.core.format.DateFormat.getInstance({ source:{pattern:"yyyyMMdd"},...
View ArticleRe: IDA ALV - different behavior regarding "drill-down" for grouped...
Hi Florian, it is related with the currency field and it seems to be a bug. Please open a ticket to get the problem fixed. The component is BC-WD-CMP-ALV. Cheers Jens
View ArticleDynamic where query in AMDP
Hello Colleague, I had a requirement where I have to join multiple tables and the where condition should be dynamic. I was trying to create a stored procedure in HANA using AMDP. HANA provides...
View Article'Order by' clause in CDS view
Hi,as I didn't find it in the HANA developer guide/Google/Portal search:is it possible to use the 'order by' clause in the define view statement?Like :define view xy as select from db_table ORDER BY...
View ArticleRe: 'Order by' clause in CDS view
Hi Tibor, currently it is not possible to specify the ORDER BY clause in an CDS Views. If you need the order by you must add it to SQL Statement / Framework consuming this view. Cheers Jens
View ArticleUnleash the POWER"list" on HANA
Hi there, I have written this document about using the powerlist framework on HANA, i have posted it into the NWBC community and wanted to share it with who ever might be interested in this forum...
View ArticleHow to download transport request to server on a HANA system?
On a non-HANA system I am used to downloading transport requests to the server by following these instructions: scn.sap.com/docs/DOC-45570 On the HANA system the directories 'cofiles' and 'data' are...
View ArticleRe: How to download transport request to server on a HANA system?
Hi,this has nothing to do with the underlying database system, it's a configuration for the Application Server, so HANA systems are configured in the way you are used to it. You can have a look at the...
View ArticleRe: How to download transport request to server on a HANA system?
Hi Jasmin,thanks for your answer. I am not sure I understood your instruction, but I went into the released transport and tried to view the action log. The message I get there is: Log File:...
View ArticleRe: Dynamic where query in AMDP
Hey Rohit, You can do using the ABAP or SQL script insted of writing in AMDP. I think AMDP required fix import or export parameter which you can not change at runtime. Ravi
View ArticleRe: How to download transport request to server on a HANA system?
Hey Mr Me, If I am not wrong, In single system you multiple instance with Development, Quality and Production server or you have only proudction server. If you landscape invole all Dev, Quality or...
View ArticleRe: How to download transport request to server on a HANA system?
Solved by installing a transport route
View ArticleRe: IDA ALV - different behavior regarding "drill-down" for grouped...
Problem is corrected with OSS note 2066297 now.Thx.
View ArticleAlternate to Loops and Read Statements in HANA procedures
Hi Experts, We have a client upgrading to HANA so there are many reports that we would like to code pushdown. There are certain challenges that we are facing while creating procedures like:The existing...
View ArticleRe: Alternate to Loops and Read Statements in HANA procedures
Hi Gaurav, think about joins and not loops . Assuming that you have your data of internal tables i_vbfa and i_vbrk available as tables in the procedure you can join the data of the tables and...
View ArticleGetting Error while creating Calculation view.
Hi Expert, I was trying to create one simple calculation view using SQL script but getting below error. /********* Begin Procedure Script ************/ BEGIN create type var_out1 as table (ebeln...
View ArticleRe: Getting Error while creating Calculation view.
When using the Information Modeler you don't need to write the CREATE TYPE... command yourself.All you got to do is to simply specify the input/output structures of your procedure and the types will be...
View ArticleRe: Getting Error while creating Calculation view.
Hi Lars, Thanks for the reply. If i understood correctly , you are suggesting to create var_out1 and var_out2 in output ? If yes can you please guide me on how to do that? I tried but did not find...
View ArticleRe: Getting Error while creating Calculation view.
How one can specify the input/output structures for scripted calculation views is explained in the SAP HANA Developer Guide.It also comes integrated in your SAP HANA Studio (key 'F1' gets you there). -...
View Article