Re: "For All Entries IN" causes short dump when reading from HANA external view
Hi,I will ask my colleagues if we have another HANA environment available for my test. My calculation view is based on many other calculation views, but I think I will be able to transport it using...
View ArticleError Creating External View on ERP Database Table
Dear Community Members, i have an ERP-System based on HANA Database and i created a Database Table inside the ABAP Dictionary. Then i created an Attribute View based on this table (I know it is a bit...
View ArticleRe: Error Creating External View on ERP Database Table
Dear Community Members, i managed to solve the problem by myself. It was a veryy stupid mistake. I forgot to name the Object with a name, that starts with Z. Kind Regards
View ArticleRe: Error Creating External View on ERP Database Table
Dear Raschid, happy you could solve the issue.If I may ask, is there any reason why you want to use an attribute view and external views?On which AS ABAP 7.4 SPS are you working currently? Starting...
View ArticleRe: Error Creating External View on ERP Database Table
Hi Carine, thank you for the Links. The reason why i am using a HANA View and an external View is, that i am trying to explain to my workmates how the Technologies SAP HANA Transport Container and HANA...
View ArticleRe: Error Creating External View on ERP Database Table
Hi Raschid, yes, you're right. For demonstrating SAP HANA Transport Container and SAP HANA Transport for ABAP, you need external views or database procedure proxies. How to transport ABAP for SAP HANA...
View ArticleRe: How to Debug CDS view in SAP ABAP for HANA
As Christian mentioned there is no point in debugging the view. It is executed as a single statement on the Database. You can put the break point in the calling program and check the result once the...
View Articlesecondary indexes y we need be use in sap abap? requirement need to create...
requirement need to create secondary index in table2 to access non primary keys?
View ArticleRe: How to create CDS view dynamically without using Eclipse in SAP ABAP for...
Hi Siva, Using methods in class CL_DD_DDL_HANDLER, we can create and delete CDS Views from ABAP. Methods are like IF_DD_DDL_HANDLER~SAVE IF_DD_DDL_HANDLER~ACTIVATE IF_DD_DDL_HANDLER~DELETE Example:...
View ArticleRe: secondary indexes y we need be use in sap abap? requirement need to...
Hi Saritha, Secondary keys are created in addition to the primary key to improve the efficiency, fetching the data or data retrieval will be easy as it reduces the load on Database and hence improves...
View ArticleRe: How to create CDS view dynamically without using Eclipse in SAP ABAP for...
Dear Venkatesh, Thank you so much for your response...Exactly this is the one which I need.The SAVE method is working fine, but while executing ACTIVATE method it is raising an exception due to global...
View ArticleRe: How to create CDS view dynamically without using Eclipse in SAP ABAP for...
Hi,please note that class CL_DD_DDL_HANDLER is not released (and un-documented).Depending on your use case usage of this class may not be a proper solution.Regards, Christian
View ArticleRe: How to create CDS view dynamically without using Eclipse in SAP ABAP for...
Hi, How can i find the class is released or not before using in my use case. Regards,Venkatesh
View ArticleRe: How to create CDS view dynamically without using Eclipse in SAP ABAP for...
Hi, Can you paste your code here? i will check myself. Regards,Venkatesh
View ArticleRe: How to create CDS view dynamically without using Eclipse in SAP ABAP for...
e.g. run package check on cl_dd_ddl_handler_factory=>create( ). cl_abap_dbfeatures=>use_features( requested_features = VALUE #( ) ). You will get a warning for cl_dd_ddl_handler_factory (but...
View ArticleRe: How to create CDS view dynamically without using Eclipse in SAP ABAP for...
Hi Venkatesh, Here is the code. DATA : ls_ddddlsrcv TYPE DDDDLSRCV, lt_DDDLSRCV TYPE TABLE OF DDDDLSRCV, lv_ddl_source(40) TYPE c VALUE 'ZCDS_999'. ls_ddddlsrcv-ddtext...
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 ArticleRe: How to create CDS view dynamically without using Eclipse in SAP ABAP for...
Dear Venkatesh, Yes I have removed ## between statements and applied spaces between statements. It is working fine. Thank you sooo much...!!! Regards,Siva R
View ArticleUnable to activate a table
Hi All,I am getting the Parse error for table definition when I try to activate the database table. Here is the full error text: "Repository: CheckObjects failed for at least one object; Parse error...
View ArticleRe: Unable to activate a table
Hi Chandra for the Amount value try Default value 0.00 Regards Arden
View Article