Re: Unable to activate a table
Should there be a final comma after the last column you've entered?
View ArticleRe: Unable to activate a table
Hello Chandra, there are several errors in your file:the list of table.columns has to be enclosed in square brackets, not in curly bracketsthe comma after the last column (GrossAmount) is not...
View ArticleAMDP Debugger not availabel
Hello,when I will set an Breakpoint in SAP HANA Studio a window opens with the Message "AMDP-Debugger for the System is not available".Our System is an SAP BW System 7.4 SP10 our HANA Database has the...
View ArticleRe: AMDP Debugger not availabel
Hi Please go through below link and check if you have missed anything. Tutorial: How to Debug an ABAP Managed Database Procedure RegardsVenkatesh
View ArticleRe: AMDP Debugger not availabel
Hello Niels, the integrated AMDB Debugger is available with SAP NetWeaver 7.50, ADT 2.51 and HANA SPS09. Check post How to debug ABAP Managed Database Procedures using ADT - Basics for mor details....
View ArticleSAP Tables
Hi All, I want to know the concept of Tables in SAP in simple language (for Layman) and there relation with each other, could anybody help?
View ArticleRe: How to create CDS view dynamically without using Eclipse in SAP ABAP for...
Hi Remove the ## between statements and add space between statements. I hope it is working fine then. Regards,Venkatesh
View ArticleSubstring and SubstringOf on SADL-generated Gateway-services
Hi, I have a problem with using the OData query filter options Substring and SubstringOf. I use them with my SADL-generated OData service on top of an CDS view but allways get a FILTER TREE PROCESSING...
View Articleselect distinct from CDS ends with ORA-01791
Hi, I consume a CDS in a program with the following construct: open cursor lv_cursor forselect distinct partner from z_my_cds_dimawhere partner in @l_rng_partner " by default is initial to simulate no...
View ArticleUsing OData custom query options (URL parameters) in Gateway
Hi, I created a CDS view with explicitly defined parameters and generated a Gateway OData service on top using SADL. Now I want to use OData custom query options to map them to the CDS parameters. I'm...
View ArticleRe: select distinct from CDS ends with ORA-01791
Hi,one needs to figure out what ABAP sens to the DB.In the short dump there is something like Work process number.. 10Note this number, here it is 10.Then in transaction SM50 select this work...
View ArticleRe: How to select top one in CDS view ?
Hi Chris, I am trying to do similar thing in ABAP CDS view, is it not possible to have a subquery in ABAP CDS view? Requirement is as follows SELECT f1, f2, f3 FROM table1 WHERE f1 = (...
View ArticleRe: select distinct from CDS ends with ORA-01791
Hi,after digging for more information, I have found a SAP Note that describes a pretty close problem, that a SELECT DISTINCT from a CDS can cause a SQL Error. The reason is the CLIENT field. After a...
View ArticleInstalling ABAP Development Tool on SAP HANA Studio
Hello Friends, I have already installed the SAP HANA Studio as a virtual application on my laptop and I would also like to install the ADT. Can you please guide on how to do the same? Many Thanks,Tanmoy
View ArticleRe: Unable to activate a table
Hello Chandra, there are several errors in your file:the list of table.columns has to be enclosed in square brackets, not in curly bracketsthe comma after the last column (GrossAmount) is not...
View ArticleABAP Managed Database Procedures(AMDP)
Hi Gurus, I'm new to SAP HANA. And I want to crate basic AMDP methods and know its benefits. So Could you please provide sample basic code of creation of AMDP and its uses. Regards,Siva R
View ArticleRe: ABAP Managed Database Procedures(AMDP)
Hi Silva, please search in the content page of this space and you'll find various threads/documents on AMDP. Here some links:ABAP Managed Database Procedures - IntroductionImplement and consume your...
View Articleplanning to learn SAP HANA
Hi Friends, i have an 3 years of experience in standard SAP ABAP. In future i want to learn SAP HANA. so what are the areas i have to be strong (i.e) prerequisite for HANA.AND is it is useful for me...
View ArticleDifferent Code Push Down techniques in SP10
Hi Experts, Is there any Code Push Down techniques in SAP HANA SP10, other than ABAP New Open SQL, CDS and AMDP..??? Regards,Siva R
View Article