Re: CDS view currency conversion performance
Please note that the result of a currency conversion usually is not simply produced by multiplying the source amount with some value maintained in table tcurr.Regards, Christian
View ArticleRe: CDS view currency conversion performance
Hello Christian,thank you for the comment. That is why I wanted to use the standard function. Another problem with Gungor's approach is that it requires a conversion rate in the TCURR table for any...
View ArticleRe: CDS view currency conversion performance
Hi Marek, There is division function in CDS which can be used without casting fltp below code from my view. You can check its details from ABAP help documentation. division ( bseg.dmbtr,...
View ArticleRe: CDS view currency conversion performance
Hi Christian,I am very well aware of that, above solution is tested and used as a workaround, and this workaround saved us from big trouble where view for a month was running for hours on HANA just...
View ArticleRe: CDS view currency conversion performance
Hi Gungor,thanks, the division function solved my problem. Cheers,Marek
View ArticleRe: Getting Dump when trying to select query on CDS view
Hi, Have you tried to data preview of CDS view, its issue of CDS view. Such kind of errors occurs due to cross joins, out of memory or data type mismatch.... -Amol S
View ArticleEmpty row on UNION [ALL]
Hi, I'm getting empty rows for UNION. here is the scenario: define view Zcdsv_Mbew with parameters p_werks : werks_das select from t001w association[1..*] to mbewon t001w.bwkey = mbew.bwkey{ key...
View ArticleRe: Empty row on UNION [ALL]
You are aware that following an association does a LEFT OUTER join (not an inner join)?Youre WHERE condition matches some records in T001W but the join finds nothing in ebew. Because of the OUTER JOIN...
View ArticleRe: Empty row on UNION [ALL]
Thanks Thomas, I put the where condition now it is working as expected. Regards,Binay
View ArticleI am working as abap consultant but I want learn SAP HANA any one suggest me...
I am working as abap consultant but I want learn SAP HANA any one suggest me Is that combination is good??
View ArticleHANA Full Text Index and SQL
Hello Al, we are going to upgrade to HANA as a primary database and have some questions about how to access some tables. Now we can create Full Text Indexes on tables using SE11.With HANA as secondary...
View ArticleSubtraction not working in CDS View
Hi, I'm doing simple subtraction but not giving the expected result, below is the snippet and output. I also try using CAST but it also didn't work. Need yours suggestion on this. Regards,Binay...
View ArticleHANA view are not visible after transport to target system through HTC
Hi All, i have created one hana view and assigned it to delivery unit.I have created one external view for this HANA view and saved in a Transport Request in ABAP perspective.Also i have created the...
View ArticleRe: Subtraction not working in CDS View
Are you sure that "open.menge" is not a null value?On the ABAP side, null values are mapped to INITIAL values which is 0 for numeric types.But in SQL the difference 1500 - NULL results in NULL....
View ArticleRe: HANA view are not visible after transport to target system through HTC
okay, I am able to view the Hana VIEW in content folder now after maintain some entry in target system in SNHI_DUP_PREWORK . But now again i need to do some changes in the view and transport it through...
View ArticleHow to transport the ABAP on HANA objects after making changes in HANA view...
Hi All, when first time i transported the abap on hana content from development to Quality through HTC, it was successful. But now again i need to do some changes in the view and transport it through...
View ArticleRe: How to transport the ABAP on HANA objects after making changes in HANA...
Hello Prashant, do you try to assign the Delivery Unit a second time? This is not necessary. If you wanna update the content of the DU in the HTC, than you have to execute the function "Take a Snapshot...
View ArticleRe: How to transport the ABAP on HANA objects after making changes in HANA...
Hi Florian, If i do "Take a Snapshot and Save" it will capture all the package and objects inside that package Which is having same delivery unit and transported to target system.which is wrong and...
View ArticleRe: How to transport the ABAP on HANA objects after making changes in HANA...
That is the way HTC works, always the whole DU is transported. If you just wanna transport the "delta" changes on an ABAP based way you have to use HTAs as linked above.
View ArticleRe: How to transport the ABAP on HANA objects after making changes in HANA...
Hi Florian,Are you trying to say i have 50 view in hana then i need to create 50 package and 50 delivery unit if i follow HTC?
View Article