Exception CX_SY_NO_HANDLER triggered An exception with the type...
Hello experts . i want to do a calculation in AMDP , but i Know that AMDP does not support Function modules , so i try to implement the function module logic in AMDP , so i need to do some calculation...
View ArticleRe: Exception CX_SY_NO_HANDLER triggered An exception with the type...
Hi,please add the clause 'raising CX_AMDP_EXECUTION_ERROR' to the definition of your AMDP. Then I guess in the pop-up the text of the exception 'CX_AMDP_RESULT_TABLE_ERROR' should be displayed...
View ArticleRe: Exception CX_SY_NO_HANDLER triggered An exception with the type...
Hi Ganesh, If you catch the exception it will be more helpful for you. Declaration Part : CLASS-METHODS : get_data IMPORTING VALUE(ip_begda) TYPE char8 VALUE(ip_endda)...
View ArticleCreate HANA CDS View from SAP Netweaver 7.4 without XS engine
Hi, As in code push-down mechanism, i am able to create stored procedures from SAP Netweaver in the form of AMDP without HANA XS engine.Like is there any way to create CDS views from SAP Netweaver...
View ArticleRe: Create HANA CDS View from SAP Netweaver 7.4 without XS engine
Hi Venkatesh,do you use SE80 or ADT (ABAP in Eclipse) ?In ADT in project explorer there is option 'New ... DDL Source' for creating CDS views.Regards, Christian
View ArticleRe: Create HANA CDS View from SAP Netweaver 7.4 without XS engine
Hi Venkatesh,As mentioned by Christian above, AMDP and CDS can only be created in ADT.Here some additional information:As of ABAP 7.4, you can create HANA entities (stored procedures and views) from...
View ArticleRe: Create HANA CDS View from SAP Netweaver 7.4 without XS engine
Yes Christian, i am able to use ABAP and created CDS view from ADT. As per my requirement i need to create CDS view in background.
View ArticleRe: HANA Procedure
Hi Hussain, Can you provide the detailed information of the occured error (e.g. ST22)? Is there a special reason why you want to use a DB procedure proxy?On which AS ABAP 7.4 SPS are you working...
View ArticleRe: HANA Procedure
Hi Carine, Thanks for your reply this is the st22 screen shot i am usingSAP_BASIS7400010SAPKB74010SAP Basis ComponentSAP_ABA7400010SAPKA74010Cross-Application Component There is no special reason for...
View ArticleRe: HANA Procedure
Hi Hussain, I agree with Carine, why not use AMDPs here :-). Yet, you've been asking for example coding. All this can be found in the ABAP Language Help:- ABAP Keyword Documentation (on DB Procedure...
View ArticleRe: "For All Entries IN" causes short dump when reading from HANA external view
Hi Rafal,did you check the consistency of the external view and the corresponding DB view? Saw similar thing in SAP Note 2163449 (http://service.sap.com/sap/support/notes/2163449).Best, Jasmin
View ArticleRe: "For All Entries IN" causes short dump when reading from HANA external view
Hi,you need to visualize what's going on with transaction ST05 (SQL Trace).Clause FAE is translated by ABAP into a series of DB-selects.E.g. I traced SELECT FROM snwd_so_inv_itemFIELDS node_key INTO...
View ArticleRe: "For All Entries IN" causes short dump when reading from HANA external view
Hi Jasmin,I saw already this SAP Note and I checked my calculation view and external view. Everything is consistent and external view is synchronized with calculation view. I'm able to read data from...
View ArticleRe: "For All Entries IN" causes short dump when reading from HANA external view
Hi Christian, How many entries has your table 'ct_data_tra' and what is the field size of 'trans_num' ?That's good question, but my program is still on development system and ct_data_tra is small. It...
View ArticleRe: HANA Procedure
Thanks for your valuable information jasmin As you & Carine suggested we can use AMDPs here but.. i would like to know what is the problem while creating database proxy . i think AMDP will not...
View ArticleHow to create CDS view dynamically without using Eclipse in SAP ABAP for HANA
Hi Gurus, I am new to SAP ABAP for HANA.I have a requirement about...How to create CDS view dynamically without using Eclipse. Could you please explain me in brief.Please share me and waiting for your...
View ArticleHow to Debug CDS view in SAP ABAP for HANA
Hi Experts, I'm new to SAP ABAP for HANA. How to Debug CDS view in Eclipse Could you please explain me in brief. Its urgent.. Regards,Siva R
View ArticleRe: "For All Entries IN" causes short dump when reading from HANA external view
Hi,I think the problem with FAE has to be considered as bug (i.e. should work, but does not).Any chance to test this on another HDB version/release ?
View ArticleRe: How to Debug CDS view in SAP ABAP for HANA
Hi,what is your perception of view-debugging ?e.g. setting a breakpoint in a view is difficult as there are no statements where one could possibly stop.Regards, Christian
View ArticleRe: How to create CDS view dynamically without using Eclipse in SAP ABAP for...
Dear Siva, ABAP CDS views can only be defined manually using The eclipse-based ABAP Development...
View Article