Re: Column value as null in ABAP program while calling Calculation View
Hi Florian, Below is the code which I have used for calling the view. lv_mandt = sy-mandt. IF sy-sysid = 'ECD' OR sy-sysid = 'ECQ'. lv_sql = | SELECT "DOC_NUMBER","GJAHR", "MONAT", "BUDAT",...
View ArticleRe: Column value as null in ABAP program while calling Calculation View
So you have two different calc views that you call based on the sysid.Do both of them return a filled DOC_NUMBER column in HANA Studio? You only showed one of them (not sure which).
View ArticleRe: Column value as null in ABAP program while calling Calculation View
Both of the calc view has same code and output. And the problem is with both of them returning the column as null value. both are returning correct value in hana studio.
View ArticleRe: Column value as null in ABAP program while calling Calculation View
Hello Vijay, When you use data preview in HANA view it shows exact data without bothering length of data type of that column. Please check length of HANA view column. -Amol S
View ArticleRe: Under which schema can we find the CDS view created by developers?
Hi Mohammed, Your CDS view has input parameters. Hence in database, it is created as Table Function.So look for the function name "ZCDS_TEST3" in HANA. Regards,Panneer
View ArticleRe: Column value as null in ABAP program while calling Calculation View
Hi Amol, The length in HANA view is varchar 10 and it is same in the program also. Vijay
View ArticleAMDP Execution failed because of large amount of data
Hi experts, I read data from VBAK inner join VBAP using AMDP...Step 1: Read data from inner joinStep 2: use APPLY_FILTER in Step 1, as a result of large data, the program dumps..Is there any way to...
View ArticleIs it possible to call a Function Module in AMDP?
Hi experts, is it possible to call a function module within AMDP Procedure? Thanks,Ramesh
View ArticleRe: Is it possible to call a Function Module in AMDP?
If you mean an ABAP function module, then the answer is No.
View ArticleRe: CDS Views : RSRT No Data Available
Hi Subhasis, This looks like your user lacks authorization to read the data. I would assume that the DDL source which defines the CDS entity has a DCL (Access Control) source as well. To check this go...
View ArticleRe: Is it possible to call a Function Module in AMDP?
Is there any way where i can wrap my FM and call it inside AMDP? As I do not want to call the FM outside AMDP. Regards,Ramesh
View ArticleRe: Is it possible to call a Function Module in AMDP?
No, ABAP coding cannot be executed on HANA DB Level.
View ArticleRe: SAP ABAP(7.4 SP11) CDS consumption to Analysis for office not working
Hi Gaurav,The issue seems to be that the CDS views has input parameter and the necessary annotations are missiing You can add static default value to the parameter like below define view Zdemo04with...
View ArticleHow to use SQL query for HANA view in AMDP Class
Hello Expert, I want to execute SQL query on HANA view in AMDP class. How it is possible. Please find below query.(ZFG_ATP_TIMEBASE is my HANA Calculation view) SELECT * FROM...
View ArticleDifference between ABAP CDS view and HANA CDS view.
Hi All, I have a trivial doubt. Can someone explain to the difference between an ABAP CDS view and a HANA CDS view with an example along with screen shots? , am not able to differentiate them...
View ArticleRe: Difference between ABAP CDS view and HANA CDS view.
Hi Amol,I have read that post by Horst, he has given some theoretical difference, but it has no example for HANA CDS and ABAP CDS to differentiate.
View ArticleRe: How to use SQL query for HANA view in AMDP Class
Hi Amol, Thanks for your input. I did same. I attached screen shot wrongly. Please find below screen shot still I am facing issue. Below query which I have used above class. it_result=SELECT * FROM...
View ArticleRe: How to use SQL query for HANA view in AMDP Class
Can you run below query. SELECT * FROM "_SYS_BIC"."FG_BI.ATP_NEW/ZFG_ATP_TIMEBASE" (PLACEHOLDER."$$FROM_DATE_TIME$$"=> '20160623010101' ,...
View ArticleRe: How to use SQL query for HANA view in AMDP Class
Hi Amol, I applied query which you have suggested but Same error coming and also I have SAP_ALL rights to my id. Please find below screen shot. Regards,Chintan
View Article