CDS View with arithmetic CASE-Expression
Hey Experts, i'm developing a CDS-View in ABAP for HANA and i need a CASE-Statement with an arithmetic expression in it. Error on above image is unexpected word "(".I have also tried a few other ways...
View ArticleRe: CDS View with arithmetic CASE-Expression
Hi Simon,please find the restrictions in CDS CASE expressions in ABAP Keyword Documentation. So, I think you'll have to use a workaround like a view-on-view, wherein the underlying view calculates the...
View ArticleRe: CDS View with arithmetic CASE-Expression
casewhen fkimg >10then'dummy'when netwr between10and100then'dummy'else'fit'endas invoiceuse ,i have used this above code to build cds view it dnt throwed any errorand when you want to compare same...
View ArticleRe: CDS View with arithmetic CASE-Expression
Thanks Jasmin for your replay. Using calculated fields in the same view again is also not possible? bap.kwmeng - vbap.untto as calc, case when bmeng >= calc and bmeng < vbap.kwmeng then 1Thanks
View ArticleRe: CDS View with arithmetic CASE-Expression
The calculated case ( CASE WHEN <boolean expression> ... ) is only available with SP8 or later.See also http://help.sap.com/abapdocu_740/en/abennews-740_sp08-abap_cds.htm#!ABAP_MODIFICATION_5@5@...
View ArticleRe: CDS View with arithmetic CASE-Expression
Hi Simon,nope, unfortunately not.Cheers, Jasmin
View ArticleRe: CDS View with arithmetic CASE-Expression
Ok, thanks Jasmin, solved it as you mentioned.View-on-View RegardsSimon
View ArticleACTIVE_OBJECT-CDATA - Getting the xml with error
Hi colleagues, I need to get the XML of a HANA view, I'm using the ACTIVE_OBJECT view field CDATA, attributing the result to a xstring field type in abap, however, when the HANA view is very large,...
View ArticleCAST operation in where clause in OPEN ABAP CDS
Hello, Is there a possibility of doing cast operation or any arithmetic operation in the where clause of OPEN ABAP CDS view. Thanks for the help,Govind
View ArticleRe: CAST operation in where clause in OPEN ABAP CDS
Hi Govind,please find all information about WHERE clauses in CDS in the ABAP Language Documentation for that topic (ABAP Keyword Documentation). The referenced documentation is for AS ABAP 7.4, you...
View ArticleRe: ACTIVE_OBJECT-CDATA - Getting the xml with error
Hi Eduardo,did you use ADBC for that? And if yes, did you properly provide the optional parameters, e.g. "lob_fields" in set_param_table or equivalent?If not ADBC, how did you approach the task?Cheers,...
View ArticleRe: ACTIVE_OBJECT-CDATA - Getting the xml with error
I using cl_sql_statement class. It was solved by creating a view of a synonym in abap and selecting direct.
View ArticleRe: ABAP HANA vs ABAP
See this link give you detailed picture -BTW HANA Technology is vast on which SAP Application runs, not only HANA DB platform where ECC...
View ArticleCertification in Hana with ABAP experience
Hello Experts,Request inputs on what certification can be done in HANA with an experience of 7.5 years in ABAP.I have not done any certifications till now. TIARegards,Nidhi
View ArticleRe: Certification in Hana with ABAP experience
Hi Nidhi,please have a look at this document: SAP HANA Education - Course & Certification Program 2014.Best, Jasmin
View ArticleRe: Certification in Hana with ABAP experience
Hi Nidhi I have a prepared a list of certifications which depends on the level of your knowledge currently you have in the order which I mentioned . but honestly No one except you will have a better...
View ArticleRe: Open.sap.com SAP A4H - Assignments and Final exam not available in the...
Thank you very much for your response Jasmine.I certainly would like to raise this in the right forum. However, I didn't find the link where I could post the question and hence posted it here. Br,Advait
View ArticleRe: Code Remediation for pool and cluster tables in A4H
Hi Nehal,unfortunately this coding won't work. Problem is that you are accessing the table cluster rather than the tables within the cluster (so a DELETE on BSEG would have worked and will continue...
View ArticleABAP in ECC on HANA
Hi Gurus, We are planning to go with ECC on HANA. Following are my understanding, please let me know if I am right, * SLT is not required to pull the table data into HANA database, as HANA database is...
View Article