how to use views of hana trial account in ABAP system
Der All, is that possible to use views(attribute,analytic and calculation views) of HANA trial account in sap ABAP system. if 'YES' please provide me the proper documentation. Thanks and Regards...
View ArticleRe: CDS view currency conversion performance
Hi Gungor, Last Friday I had a Code Jam event in NL and asked for input on this question. They acknowledged performance issues, but these should have been resolved with HANA SP 10. On which HANA SP are...
View ArticleRe: IDA alv aggregation of different units/currencies is not possible
Hello Florian, thanks for your reply you know classical alv can display totals per unit, so i disappointed to hear that ida alv is not able to do collect amounts or quantities per unit or currencyi...
View ArticleODATA annotation for ABAP CDS views with input parameter
Hello All, I have created an ABAP CDS view with input parameters and I am using Odata.publish:true annotation to generate odata service. Now when i see the metadata of the service, I found 2 entities....
View ArticleRe: ODATA annotation for ABAP CDS views with input parameter
Can you try a URL like this:/entitySet1(inputParameter='parameterValue')/navigationPropertyRegards, Thomas
View ArticleRe: ODATA annotation for ABAP CDS views with input parameter
Thanks a lot Thomas. It worked.
View ArticleRe: IN SAP HANA ,AFTER CREATING INFO VIEWS,HOW IT IS ARRIVE THE END USER?
Hello Sijin, there are different tools and ways you can use information views from SAP HANA. Just to list a view:SAP LumiraSAP Design StudioAnalysis for OfficeMDXExternal Views in ABAP (just to note,...
View ArticleRe: Consumption of ABAP CDS view.
Hi Gaurav, I have AFO v. 2.1.3 probably you need an upgrade on that. BestLinh
View ArticleHi.. while creating alv hierarchical report . i got error fieldcatlog not...
REPORT ZSG_ALV_HIERARCHICAL_SO. TYPE-POOLS:SLIS. TABLES:VBAK,VBAP. TYPES: BEGIN OF TY_VBAK, VBELN TYPE VBAK-VBELN, "SALES DOC ERDAT TYPE VBAK-ERDAT, "DATE ON WHICH...
View ArticleHOW TO USE SELECT-OPTION IN AMDP
HI, Could any one please let me know how to use select-option in AMDP .I have seen the post on scn and tried to apply but it gives me syntax error.same code in abap is not giving syntax error. SELECT...
View ArticleRe: HOW TO USE SELECT-OPTION IN AMDP
Hi Rajender, have a look at Handling of SELECT-OPTIONS parameters within AMDP. Kind regards, Carine
View ArticleRe: HOW TO USE SELECT-OPTION IN AMDP
Regarding the missing CL_SHDB_SELTAB class you have to implement note 2124672. In an AMDP you cannot specify the where clause in a dynamic way as you did it. You have to use the APPLY_FITLER...
View ArticleRe: CTS+ in HANA with authentication method Assertion tickets
Hi Rohit did you solve your problem. I'm stucking in a similar problem (SAP HANA SP09) RegardsThomas
View ArticleRe: CDS view currency conversion performance
Hi Bart,Our HANA is sp10 but there is still performance problem, Solution I applied is in productive system for some time and it is ok, and I find out nested casting available in ABAP 7.5 ( we are...
View ArticleAmdp internal table structure
Hello, Is it possible to pass dynamic internal tables to amdp? My requirement is to pick 6 fields from the internal table.The 6 fields will be constant but the structure of the internal table can vary...
View ArticleIssue with Association in CDS view
Hi Friends, Need some help with association in CDS view. I am trying to convert the below join ddl using association. But getting error "Table b unknown or shadowed by an alias" at line number 47....
View ArticleRewriting Native SQL to Open SQL in HANA DB Migration
1. Native SQL is connecting to other DB Servers(MDM/BW….) and fetching data from tables not in R/3. How to handle in HANA. 2.Views/table which are not present in R/3 but available in oracle DB. Would...
View ArticleSELECT with WHERE on parameterized CDS View
Hi, I am looking for information on performance implications when a parameterized CDS View is queries using OPENSQL with WHERE Clause. Suppose, if we have a CDS View as define view Ztest...
View ArticleRe: Issue with Association in CDS view
Tried some options and this seemed to work. @AbapCatalog.sqlViewName: 'ZTRM_BOOK' @AbapCatalog.compiler.CompareFilter: true @AccessControl.authorizationCheck: #CHECK @EndUserText.label: 'Flight...
View ArticleAbap Query Call function
Hi Experts, I want to ask how to link Sales text of material master in ABAP Query, I already have "Read_Text" call function for script.Please guide me from where i have to pick ABAP code of call...
View Article