Re: ECC tables missing in HANA Developer Edition on AWS
Hi Sandhya,are you refering to the AWS instances described in http://scn.sap.com/docs/DOC-41566? If yes, please be aware, that these instances are "pure/naked" NetWeaver instances, i.e. there's no ECC...
View ArticleWhere does SRTCM fit into preparing ABAP for Hana?
I've seen and heard mention of transaction SRTCM (Runtime Check Monitor), to run in Production for one or two weeks to go alongside static code checks. I'm a little confused on how this fits into...
View ArticleRe: Where does SRTCM fit into preparing ABAP for Hana?
Dear Malcolm, you are right, SRTCM is not integrated into SWLT. You can use it as standalone tool. But it is an additional source of information to find critical places in source code. You can also...
View ArticleConcatenate in CDS
Hi, I am creating CDS view and i have requirement like below. I have one field suppose 1200 and other field is TEXTThe output should be 1200-TEXTI am using concat(1200, '-', TEXT) but its not...
View ArticleRe: Concatenate in CDS
Hi Charu,please have a look at the ABAP Language Documentation (ABAP Keyword Documentation).CONCAT(arg1, arg2) only takes two arguments, so you might need to use the function twice like CONCAT(arg1,...
View ArticleRe: Concatenate in CDS
Hi, You do it by this way.... (1200, concat('-',TEXT))as Column_Name, -Amol
View ArticleRe: CTS+ for SAP HANA Sp09
The above issue was resolved after following SAP Note:2097341.
View ArticleDefault value for Date Field in .hdbtable while inserting records
Hi All, I am trying to convert one table into .hdbtable. Below is the SQL code for my table.CREATE COLUMN TABLE "SCHEMA"."TABLE" (...
View ArticleWant To learn SAP HANA
Hi All , I am basically a SAP ABAP consultant . Want to know how to get started for learning SAP Hana . And what are the prerequisites for it to get started . Also i want to know which...
View ArticleRe: Want To learn SAP HANA
Hi Shankar, Well, what do you wanted to learn HANA or ABAP for HANA? 1.If you wanted to learn HANA, below is the link How do I get started with HANA 2. If you wana learn ABAP for HANA(its easy for...
View ArticleSAP hana influence on ABAP.
Hi Gurus, Thanks to everyone for putting all the hard work for compiling the OPEN SAP courses and other Documents.. Hats off.. There is one query which has put me in a certain kind of retrospective. In...
View ArticleReading SAP HANA tables/views from ECC
Hello All, My client is looking for reporting from SAP ECC using SAP HANA as a side car. Basically they want a report in SAP ECC and read the tables from SAP HANA and save them in a flat...
View ArticleRe: Reading SAP HANA tables/views from ECC
Hi, Here is way to access HANA views.ABAP Keyword Documentation -Amol
View ArticleRe: Reading SAP HANA tables/views from ECC
Thank you Amol for the quick reply. I am assuming that there is no version dependency with ABAP ADBC.
View ArticleS4HANA vs ECC on HANA
Hi All,Can anyone please elaborate on how S4HANA is different from ECC on HANA?Also, can new customers on SAP move directly on to implement S4HANA? Let me know. Thanks,Shyam
View ArticleRe: S4HANA vs ECC on HANA
You may want to move this question to SAP S/4 Business Suite on SAP HANA (FAQ).
View ArticleRe: S4HANA vs ECC on HANA
I did want to .. but didn't see any option to add a discussion there... My actions menu is restricted there..
View ArticleRe: Reading SAP HANA tables/views from ECC
Please check ABAP kernal, it should be 7.20.Please go through http://scn.sap.com/community/hana-in-memory/blog/2012/04/11/test -Amol
View Article