How to convert a timestamp to date/time in CDS View?
Dear experts, I would like to convert a timestamp to a date and time within a CDS view.This is what I tried to do: Cast (Cast(<timestamp> as abap.dec(8,0)) as abap.dats) as <date> I also...
View ArticleADBC Insert Query not working
Hi Experts, I am trying to insert records in database table, but its failing. When I debug the statement, the CALL C_DB_FUNCTION returns sy-subrc 12. Here is my code for insertion : Create the SQL...
View ArticleFrequently used SQLScript Functions in AMDPs
Based on SAP HANA SPS 10IntroductionWhile you may have a requirement to use any number of SQLScript functions within your AMDP code, there are a specific number highlighted below that may frequently...
View ArticleUnder which schema can we find the CDS view created by developers?
Hi Experts,I have created a CDS view in ABAP perspective, named "ZCDS_DDL_IP_TEST3" in $TMP package. as shown in the below screen shot.Now when i tried searching the same in the HANA modeller...
View ArticleColumn value as null in ABAP program while calling Calculation View
Hi All, I have created a scripted calculation view which data from multiple standard and custom tables. The output in hana studio is like below (all output fields are nvarchar type) Doc NumberColumn...
View ArticleDDL Source FAA_ANEA could not be activated
Hii,Upgrading support packages using SPAM done successfully on DEV & QAS but getting below error on PRD plz find attachment plz suggest."DDL Source FAA_ANEA could not be activated"
View ArticleAMDP Execution failed because of large amount of data
Hi experts, I read data from VBAK inner join VBAP using AMDP...Step 1: Read data from inner joinStep 2: use APPLY_FILTER in Step 1, as a result of large data, the program dumps..Is there any way to...
View ArticleCDS Views : RSRT No Data Available
Dear All, I am trying to read the Data in view IFIGLLITMCUBE , DDL Source, via Transient Provider 2CIFIGLLITMCUBE but it say no Data available. Whereas in SE11 , I can see the underline data in the...
View ArticleIs it possible to call a Function Module in AMDP?
Hi experts, is it possible to call a function module within AMDP Procedure? Thanks,Ramesh
View ArticleSAP ABAP(7.4 SP11) CDS consumption to Analysis for office not working
Hi All, I am trying to consume the ABAP CDS to Analysis for office but the error is coming as :Error msg: The parser produced the error: "ZCXXX" is a database entity with parameters, but a "(" is...
View ArticleHow to use SQL query for HANA view in AMDP Class
Hello Expert, I want to execute SQL query on HANA view in AMDP class. How it is possible. Please find below query.(ZFG_ATP_TIMEBASE is my HANA Calculation view) SELECT * FROM...
View ArticleDifference between ABAP CDS view and HANA CDS view.
Hi All, I have a trivial doubt. Can someone explain to the difference between an ABAP CDS view and a HANA CDS view with an example along with screen shots? , am not able to differentiate them...
View Articlecalling CDS view with input parameters using associations
Hi Experts, I have a requirement to call an CDS view with input parameters using associations. I understand it is possible to call a CDS view with input paramaters using below syntax : SELECT FROM...
View ArticleHow to compute/calculate based on String?
Hi All - I am working for BPC Embedded Planning BW 7.5. We have z-table having formula maintained (table name: Formula Builder) Account (Output)SequenceOperatorAccount...
View ArticleError in sap ecc6 ehp7 installation in phase sap hana post load activities
Hi Experts, While installing ECC6 EHP7 on hana we are facing issue in performing sap hana post load activities like below, while executing command in hana with SYSTEM useri am facing issue like...
View ArticleUpdating data in HANA DB
Hi , I am using HANA DB as my secondary database.I need to update data in some table.I am taking refrence from brilliant SAP demo program ADBC_DEMO for all data operations. But when I execute method...
View ArticleDump when calling AMDP
Hello Experts, I am receiving below dump when calling my AMDP method. I am not able to figure out the reason.Request your help. Google has resulted only 7 results for this dump. None seem relevant....
View ArticleWhy the ATC message "DB Operation SELECT for ... found" is a problem ?
I´m analysing the ATC report and have a doubt about the Check Message: "DB Operation SELECT for ... found." The code is: " SELECT <columnA> <columnB> FROM <table> INTO...
View ArticleADBC Insert Query not working
Hi Experts, I am trying to insert records in database table, but its failing. When I debug the statement, the CALL C_DB_FUNCTION returns sy-subrc 12. Here is my code for insertion : Create the SQL...
View ArticleTutorial: How to Debug an ABAP Managed Database Procedure
New AMDP Debugger available in ADT starting with release ABAP 7.5. Check how to use it here... Remarks before you startAll screenshots have been made in an AS ABAP System with SID “HANAABAP” installed...
View Article