Create CDS view using HANA live
I was working on couple of LIVE views (ex."_SYS_BIC"."sap.hba.ecc/WorkCenterCapacity"). I converted this into external view and while trying to consume it in CDS view it's showing an generic error (...
View ArticleRe: CDS View - consuming HANA artifact (calculation view generated by BW)
Hello Jasmin, I was working on couple of LIVE views (ex. "_SYS_BIC"."sap.hba.ecc/WorkCenterCapacity"). I converted this into external view and while trying to consume it in CDS view it's showing an...
View ArticleRe: CDS View - consuming HANA artifact (calculation view generated by BW)
Hello Jasmin, I was working on couple of LIVE views (ex. "_SYS_BIC"."sap.hba.ecc/WorkCenterCapacity"). I converted this into external view and while trying to consume it in CDS view it's showing an...
View ArticleABAP Basic Tutorials for sap HANA
Hi, Can anyone provide me the Basic link or documents for ABAP ON SAP HANA. Regards,ujjwal kumar
View ArticleRequired Documents for Sap Abap with HANA
Hi Guys, I have 5 Years of experience in Sap Abap,I want to learn Sap Abap with HANA, can anyone help me where I can start to learn or Share pdf/documents to start working on it. Thanks,K V Kishore
View Articledebugging AMDP authorization
Hello, I've read some topic on SDN to figure out how to debug, what privileges should I have,Based on authorization team I have proper roles. also following action were done: grant debug on schema...
View ArticleABAP CDS View: odata service with no annotations
Hello All, ABAP System 7.50. I have an ABAP CDS view like here: @AbapCatalog.sqlViewName: 'z_cds_test_1' @AbapCatalog.compiler.compareFilter: true @AccessControl.authorizationCheck: #CHECK...
View ArticleRe: debugging AMDP authorization
Have you read Jasmin's guide in Tutorial: How to Debug an ABAP Managed Database Procedure ?
View ArticleRe: debugging AMDP authorization
Hello. Thank You ThomasYes, I've read this tutorial and I passed this document to auth. team to process mentioned steps in this document, still not working. Regards,Tomek
View ArticleRe: ABAP CDS View: odata service with no annotations
Hello Bert, the metadata.xml does not contain the annotation information, because the annotation information is delivered in an own annotation file via a service call (e.g....
View ArticleRe: ABAP Basic Tutorials for sap HANA
Hi Ujjwal You can check the videos in SAP HANA Academy SAP HANA Academy - YouTube for Hana overview. Also check the ABAP channel for development related information. (e.g. How to Build Core Data...
View ArticleRe: Required Documents for Sap Abap with HANA
Hi, You can learn from OPEN SAP. It is open source and free e-learning platform powered by SAP. Here is the what you exactly want to learn ABAP FOR HANA course link; ABAP Development for SAP HANA - Dr....
View ArticleRe: ABAP Basic Tutorials for sap HANA
Hi, You can learn from OPEN SAP. It is open source and free e-learning platform powered by SAP. Here is the what you exactly want to learn ABAP FOR HANA course link; ABAP Development for SAP HANA -...
View ArticleRe: HANA secondary database connections are exhausted.
Hi All, Still, we are facing the issue once again. Where to check number of secondary connections in BW HANA database. Regards,MK
View ArticleComparison of application server file against custom table
Hello All, I have a file in application server and I read it line by line. There are predefined fields in the record which should be compared against values maintained in a custom table and if matches...
View ArticleRe: How to improve this CDS view performance
I have checked a lot. Replaced the CDS view by three different CDS views. It is taking less time.
View ArticleHow to convert Customized HANA view to CDS View?
Hi, I have created a customized HANA View as per the requirement and fetched in Fiori. Now SAP says all the Calculation views to be converted to CDS Views. I got to know the procedure, First we need to...
View ArticleRe: How to convert Customized HANA view to CDS View?
Hi, Creation of External View. How to Consume HANA View in ABAP Using External View and Open SQL E.g Ext View - ZTEST CDS View @AbapCatalog.sqlViewName: 'ZCDS'@ClientDependent:...
View ArticleRe: How to convert Customized HANA view to CDS View?
Hi Amol, Thanks for your input, Link shared was so helpful to create a External View on top of HANA View. While i am creating external view after providing the details of hana view in the next step it...
View Article