Optional parameters on CDS Views?
As far as I can tell (as I cannot find reference to it anywhere), it's not possible to define an optional parameter for a CDS view. Is that correct? Thanks.
View ArticleCDS - Date calculation
Hi, I'm trying to do som calculation with date type fields. @AbapCatalog.sqlViewName: 'ZDEMOSDN'@EndUserText.label: 'test'define view ZDEMOSDN as select from aufk as a inner join afko as b on...
View Article"Number of fields in selection lists in unions must be the same"
me again! I'm getting this error in a CDS View in which I'm using a 'UNION ALL' and I can't figure out why I'm getting it. I have the same number of fields in both selection lists (that is the...
View ArticleRe : Open sql query.
Hi Folks, I am currently listening the open sap videos for the abap on hana week3 .in that i wrote abap query modified with the enhancement of the sql statementbut my statement is showing syntax...
View ArticleWhat is SAP HANA basic terms?
Hi,What is SAP HANA in basic terms. After my lot of search on internet, what I understood is SAP HANA is a Database Technology like Oracle, SQL . Is it correct? Is SAP HANA a replacement for the...
View ArticleExecute Procedure with input parameters as table from ABAP
Hello Experts, I need to get the data from HANA stored procedure through ABAP but one of the input parameter is a table. Kindly suggest how can we pass an internal table as input parameter to a...
View Article"Number of fields in selection lists in unions must be the same"
me again! I'm getting this error in a CDS View in which I'm using a 'UNION ALL' and I can't figure out why I'm getting it. I have the same number of fields in both selection lists (that is the...
View ArticleSAP HANA Studio won't load after software installation failure
Hi,I've been trying to follow the End to End Development Example for ABAP with HANA at End to End Development Example with SAP NetWeaver 7.4 & SAP HANA However I have now come to a dead-end as my...
View ArticleA view on T012K showing different results than actual table?
Hello Experts, We have created a CDS view using a very simple query as below. @AbapCatalog.sqlViewName: 'ZCDS_T012K'@EndUserText.label: 'testing'define view Zcds_Testing as select from t012k {...
View ArticleMulti-Select mode on ALV with IDA
I am trying to display a calculation view using ALV-IDA in ABAP and it comed up nicely. I have a requirement to select multiple rows of the ALV and perform some operation on click of a button. Does...
View ArticleWhat is SAP HANA basic terms?
Hi,What is SAP HANA in basic terms. After my lot of search on internet, what I understood is SAP HANA is a Database Technology like Oracle, SQL . Is it correct? Is SAP HANA a replacement for the...
View ArticleOptional parameters on CDS Views?
As far as I can tell (as I cannot find reference to it anywhere), it's not possible to define an optional parameter for a CDS view. Is that correct? Thanks.
View ArticleCAST in a UNION ALL
I'm using a UNION ALL in a CDS View but I'm having trouble matching up one of the fields in the projection list between the Select's. In the first Select, I have this: case when offer_level = '2'...
View ArticleRe : Open Sql query with case statement.
Hi ,Currently I am looking into open sql statement in abap for hana I wrote the below query but in debugging the values are populated as below SELECT carrid, CASE carrid WHEN 'AC' THEN 'Canada...
View ArticleWhat is SAP HANA basic terms?
Hi,What is SAP HANA in basic terms. After my lot of search on internet, what I understood is SAP HANA is a Database Technology like Oracle, SQL . Is it correct? Is SAP HANA a replacement for the...
View Article*** ERROR => Connect to database failed, rc=1, rcSQL=10 SQLERRTEXT : invalid...
Hello, We have SAP SLT system on SAP HANA DB(1.0 SPS 9 revision 93) . It is distributed system. Yesterday while taking restart of system we are unable to connect Db with R3trans -d RC12.trans.log is...
View ArticleA view on T012K showing different results than actual table?
Hello Experts, We have created a CDS view using a very simple query as below. @AbapCatalog.sqlViewName: 'ZCDS_T012K'@EndUserText.label: 'testing'define view Zcds_Testing as select from t012k {...
View ArticleIssue debuging an AMDP
I'm on HANA SPS7 and Netweaver 7.4 SP 7.Did everything according to the tutorial Tutorial: How to Debug an ABAP Managed Database Procedure.Granted the debug/execution authorization to the debug user,...
View ArticleRe : Open Sql query with case statement.
Hi ,Currently I am looking into open sql statement in abap for hana I wrote the below query but in debugging the values are populated as below SELECT carrid, CASE carrid WHEN 'AC' THEN 'Canada...
View ArticleALV with IDA for a CDS View - AND a parameter?
I want to have an ALV with IDA for a CDS View but I also want to pass a parameter into my CDS View to use in my JOINS and WHERE clause. Is this possible?
View Article