*** ERROR => Connect to database failed, rc=1, rcSQL=10 SQLERRTEXT : invalid...
Hello, We have SAP SLT system on SAP HANA DB(1.0 SPS 9 revision 93) . It is distributed system. Yesterday while taking restart of system we are unable to connect Db with R3trans -d RC12.trans.log is...
View ArticleSAP HANA Studio won't load after software installation failure
Hi,I've been trying to follow the End to End Development Example for ABAP with HANA at End to End Development Example with SAP NetWeaver 7.4 & SAP HANA However I have now come to a dead-end as my...
View ArticleExecute Procedure with i/o parameters from ABAP
Hello, We are using HANA as secondary database and I need to execute HANA Procedures from ABAP. I have created a procedure in HANA with a parameter as input and table as output. I executed it in HANA...
View ArticleConcat function or equivalent for CDS view?
Trying to create a CDS view and looking to combine multiple character fields (e.g. first_name + last_name) and am wondering if this is possible? Am on CRM NW 7.4 SP5 on HANA. Using the arithmetic...
View ArticleRetrieving table data by calling AMDP dynamically into another AMDP procedure
Hello, As per my requirement, i have one AMDP procedure which is returned table data. I try to call this AMDP dynamically into another AMDP using EXEC statement but i don't know how to get...
View ArticleABAP Correction for HANA compliance
Hello,I have to manually correct ABAP code for HANA compliance for 'Analysis of WHERE condition for SELECT'.Here in the below code I have to add WHERE clause, please suggest how to find out that what...
View ArticleDuplicate records are coming while executing the querry in CDS in HANA studio
Hi Experts, I have created below class in HANA studio and using AMDP concept here as shown I am calling this class from a program as shown below:- I am getting below output Although my table...
View ArticleAMDP ranges and normal operators in where clause?
Hi, I creating a AMDP in order to utilize the ROW_NUMBER function. My "base" sql that I need in the AMDP is shown below. As you see will MATERIAL and /BIC/TRADE_ID have to be replaced by ranges (it is...
View ArticleCDS View - consuming HANA artifact (calculation view generated by BW)
Hi, Can I consume a calculation view in a CDS view like below? If not, how should I then do it? @AbapCatalog.sqlViewName: 'Z_Cds_Test_12345'@EndUserText.label: 'CDS View on generated view for...
View ArticleCall HANA Procedure via AMDP
Hi, I wrote a procedure on HANA and i want to call via AMDP. As i saw from examples, developers generally writing the content of the procedure here but i wnt to call pre-written HANAprocedure via...
View ArticleAlternative of EXEC Sql-ENDEXAC
I am transforming our oracle based ABAP code to HANA based code.So during this procedure I need to replace the native sql statement EXEC sql-ENDEXEC with some other HANA compatible statement because...
View ArticleABAP Correction for HANA compliance
Hello,I have to manually correct ABAP code for HANA compliance for 'Analysis of WHERE condition for SELECT'.Here in the below code I have to add WHERE clause, please suggest how to find out that what...
View ArticleHow 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 ArticleI can´t create external view from ABAP perspective
Hi Experts, I am try to create a external view from ABAP perspective, but the list of attibute views don´t appear.The attibute view is this: When try the create a external view: These are the roles...
View ArticleABAP for HANA
Hi All,I have learned that HANA is very vast.I will be thankful for kindly guiding me what to focus on in HANA as an ABAPer. Thanks,SD
View ArticleAlternative of EXEC Sql-ENDEXAC
I am transforming our oracle based ABAP code to HANA based code.So during this procedure I need to replace the native sql statement EXEC sql-ENDEXEC with some other HANA compatible statement because...
View ArticleSAP connection to SAP HANA
Hi, I am on a HANA database sandbox using HANA studio and I am trying to determine which SAP systems (i.e. ECC) are connected to the SAP HANA database and what the settings are:- Hosts- Instance- SID I...
View ArticleCreate CDS view using HANA live view
I was working on couple of LIVE views (ex. "_SYS_BIC"."sap.hba.ecc/WorkCenterCapacity"). I converted this into external view and while trying to consume it in CDS view it's showing an generic error (...
View ArticleCannot access nested CDS view using path expressions
Hi,I'm trying to leverage the functionality of path expressions in a following scenario: We have a simple [0..*] association of an entity business transaction header with another entity business...
View ArticleOther then ABAP, can CDS consumed by others reporting tools? e.g Bobj, Lumira
Dear Expert, Other then ABAP, can CDS (core data services) consumed by other reporting tools? e.g Bobj, Lumira or HANA modeling join with other hana view. I googled but can't find any. Thank you.
View Article