Re: Getting Error while creating Calculation view.
Thanks Lars.. I will check and get back to you with result.
View ArticleRe: Getting Error while creating Calculation view.
Are you trying to create more than 1 output parameter from CV ? or You are trying to create the table variables inside to be used? Regards,Krishna Tangudu
View ArticleRe: Adding ABAP plugins in HANA Studio
In the link http://download.eclipse.org/releases/juno where can I find the ABAP development package ?
View ArticleRe: Adding ABAP plugins in HANA Studio
Hi,you will find all SAP specific eclipse tools via the updatesite:http://tools.hana.ondemand.com For the installation you have to enter the update site: http://tools.hana.ondemand.com/kepler in case...
View ArticleCalling HANA procedures and Views in oracle DB as secondary DB
Hi Experts I have a doubtwe know using secondary database connection we can access HANA DBMy primary database is Oracle and Secondary DB is HANAWhile creating secondary database connection we need to...
View ArticleRe: Calling HANA procedures and Views in oracle DB as secondary DB
Hi Pawan,not sure if I understand your use case correctly.You can use a secondary DB to the HANA system. Via this secondary DB connection (e.g. in ADBC) you can create views/procedures in the HANA...
View ArticleRe: Calling HANA procedures and Views in oracle DB as secondary DB
Hi Jasmin Now I have created views and procedures in HANA db which is a secondary database My current ECC system is running on Oracle which is a primary database As of now the HANA system is not yet...
View ArticleRe: Calling HANA procedures and Views in oracle DB as secondary DB
Yes, you can. Cheers, Jasmin
View Articledifference between SAP memory and ABAP Memory
Hi Experts, 1.what is the difference between SAP memory and ABAP Memory. thanks in advance.
View ArticleUpdate Very Slow on HANA Database
Hi Folks, Recently we migrated to HANA in our BW system. I am having a program which does an update on a table. When I write MODIFY statement program dumps with exception DBSQL_INTERNAL_ERROR (...
View ArticleRe: difference between SAP memory and ABAP Memory
Hi Pavan,SAP MemorySAP memory is a memory area to which all main sessions within a SAPgui have access. You can use SAP memory either to pass data from one program to another within a session, or to...
View ArticleRe: difference between SAP memory and ABAP Memory
ABAP Memory is a memory area in the internal session (roll area) of an ABAP program. Data within this area is retained within a sequence of program calls, allowing you to pass data between programs...
View ArticleRe: Update Very Slow on HANA Database
Hi Jason,please open a ticket / incident message on that issue. I'm not sure whether it's a HANA or a Kernel issue, however, the experts should check on that.Cheers, Jasmin
View ArticleRe: Update Very Slow on HANA Database
Hi Jasmin, Thanks for your inputs. I used UPDATE SET .....WHERE.... and it started working. But I need to do mass update. Its making my program very slow. Just to give you more inputs we transformed a...
View ArticleRe: Calling HANA procedures and Views in oracle DB as secondary DB
Hi Pawan, Yes, you can consume the SAP HANA Views and Procedures from default and other schemas using ADBC classes provided the technical user which is used for the secondary Database connection has...
View ArticleCalling HANA procedures and Views in oracle DB as secondary DB
Hi Experts I have a doubtwe know using secondary database connection we can access HANA DBMy primary database is Oracle and Secondary DB is HANAWhile creating secondary database connection we need to...
View ArticleIDES server Password reset link --- Not Opening
Dear Concern , IDES server daily password reset link is not opening from yesterday. Kindly let know when this might be corrected.Best RegardsKeerthan Kumar
View ArticleGetting and transforming data in code to data paradigm
Hi all, I'm currently trying to develop a powerlist by joining three tables together, QCPR, EKBE and EKPO. However i need to transform a colum based on another column.So when EKBE.SHKGZ = H then the...
View ArticleRe: Getting and transforming data in code to data paradigm
Dear Jakob,The "Code to Data" at this level as in your example can be achieved with advanced Open SQL. In this case I would suggest use of expressions in Open SQL statements using the CASE construct as...
View ArticleRe: Database Procedure Proxies can only be created on ABAP systems running on...
Hi, Check this discussion if it may help: Not able to create Database Procedure Proxy Regards,Kiran
View Article