calling CDS view with input parameters using associations
Hi Experts, I have a requirement to call an CDS view with input parameters using associations. I understand it is possible to call a CDS view with input paramaters using below syntax : SELECT FROM...
View ArticleRe: How to use SQL query for HANA view in AMDP Class
Please check HANA View as well as underlying HANA view aslo.. -Amol S
View ArticleRe: How to use SQL query for HANA view in AMDP Class
Hi Amol, HANA view is working fine and also I executed SQL query while using HANA view in SQL console as said earlier, which is working also fine. Regards,Chintan
View ArticleRe: How to compute/calculate based on String?
Hi try this sql as in the image.you can add the case for div and multiplication also.
View ArticleRe: How to compute/calculate based on String?
Arun Kumaar Menon wrote: Hi try this sql as in the image.you can add the case for div and multiplication also. Hi Arun - Thanks for the quick response. However, I found this way is difficult due I...
View ArticleRe: AMDP Execution failed because of large amount of data
Hi I think if you do this way may be it will help First create a query with fixed where clause which will reduce the number of record for eg filter it by yearon this result set apply filter.which is...
View ArticleRe: SAP ABAP(7.4 SP11) CDS consumption to Analysis for office not working
Thanks its very useful.
View ArticleError in sap ecc6 ehp7 installation in phase sap hana post load activities
Hi Experts, While installing ECC6 EHP7 on hana we are facing issue in performing sap hana post load activities like below, while executing command in hana with SYSTEM useri am facing issue like...
View ArticleRe: SAP ABAP(7.4 SP11) CDS consumption to Analysis for office not working
If you think the question is answered, please mark Answered.
View ArticleUpdating data in HANA DB
Hi , I am using HANA DB as my secondary database.I need to update data in some table.I am taking refrence from brilliant SAP demo program ADBC_DEMO for all data operations. But when I execute method...
View ArticleRe: Updating data in HANA DB
Hi Meenu,What exactly the error you are receiving on Studio? Amit
View ArticleDump when calling AMDP
Hello Experts, I am receiving below dump when calling my AMDP method. I am not able to figure out the reason.Request your help. Google has resulted only 7 results for this dump. None seem relevant....
View ArticleRe: Dump when calling AMDP
Hello Sanket, please can you add an exception handling to your method call to find out more details (add exception class CX_AMDP_ERROR to the declaration fo method GET_MET_DET2 and catch the exception...
View ArticleRe: Dump when calling AMDP
Thanks for the update.Client as an exporting parameter was the issue. Silly I overlooked it. I had planned to use client as an importing parameter but placed by mistake in exporting parameter.
View ArticleRe: Why the ATC message "DB Operation SELECT for ... found" is a problem ?
Hi, What I have found is - If we have selected "Search DB Operations" in our variants. It will list down all the DB related Queries - SELECT, DELETE, UPDATE, INSERT in program. Prime purpose of...
View ArticleRe: calling CDS view with input parameters using associations
Hello Punit, Please check the below code and try to modify as per your requirement. define view zcds_p_assc with parameters p_distance_l:S_DISTANCE, p_distance_o:S_DISTANCE,...
View ArticleRe: calling CDS view with input parameters using associations
Hi Puneet, Are you trying to use path expression in Open SQL to access the associated CDS view? If yes, you cannot pass input parameters to the associated CDS view. No actual parameters can be passed...
View ArticleRe: calling CDS view with input parameters using associations
Hi Panneer, I got below example on how to use associations on CDS with input parameters. Example : CDS with Input Paramater : define view ZCDSWithInputParams with parameters startDate : abap.dats ,...
View ArticleHello SAP Gurus
I am into SAP ABAP and willing to explore on SAP HANA..Could anyone share some Documents related to SAP HANA..?
View Article