Re: Consume Calculation view in AMDP
I am not sure which version you are working. AMDP works good for objects in SAP<SID> schema. Thanks,Sumit
View ArticleRe: Use of ABAP Functional Module in ABAP CDS Views
Depends on the scenario, you probably can use CDS with parameters where FM to be used on AS ABAP and calculated values can be passed to CDS or vice versa Thanks,Sumit
View ArticleRe: SAP ECC On HANA
These steps can be helpful for migration scenario:1. Do static check on your code using ATC (in Dev system)2. Do dynamic check on code using SQLM (If available) (in PRD)3. Use SWLT for creating...
View ArticleSAP Netweaver with HANA connection, oData services
Hi experts, We have SAP Netweaver 7.3 SP11 with connection to HANA SP08 . In tranzaction dbacockpit we get message "Database connection established successfully". The idea is to generate oData...
View ArticleRe: AMDP: SQLSCRIPT message: return type mismatch error
Hi, I'm recieving the same message even though all fields are in the target table sequence. Is there anything else missing? Do types of each individual field have to be identical? I.e. constant field...
View ArticleRe: SAP ECC On HANA
I can't explain it better. Important is that the SQLM is the leading tool for optimization and not the static performance checks. Regards,Thomas.
View ArticleRe: SAP Netweaver with HANA connection, oData services
Hi Pavlo, it is a bit difficult to answer your question, as the scenario that you want to cover is not really clear to me.So I would say that the general question is: How to get a OData service exposed...
View ArticleLike and inlcude statement in HANA
We have started analyzing our custom code on preparation for HANA migration and the tool we use, reports that statement we use in data declaration like below are obsolete with HANA T_T042 LIKE SORTED...
View ArticleRe: AMDP: SQLSCRIPT message: return type mismatch error
Hello, I think the problem is converting date field (FKDAT) from db to abap type. You need to convert date field using TO_DATS( ) function to convert date into abap type. In your case mismatch...
View ArticleSlow performance in AMDP
Dear SCN Members, In one of blogs by Horst Keller, he wrote about performance improvement in string concatenation. I'm fortunate to be working on SAP 750 with HANA DB; so I thought of checking the...
View Article