Re: Run time error: A table is referred to in an sap open sql statement that...
Hello, is the table (MARA) existing in your local ABAP system ? Note that you cannot access tables via Open SQL in a remote system if the table is not present in the local system (the DDIC metadata is...
View ArticleRe: Consuming HANA Stored Procedures from ABAP in One Step
Hi Akshat, SAP NetWeaver 7.4 has now been made generally available (GA) to SAP customers ( http://scn.sap.com/community/netweaver/blog/2013/05/10/sap-netweaver-74-made-generally-available-ga ). You can...
View ArticleRe: Run time error: A table is referred to in an sap open sql statement that...
The syntax of the program was correct, the problem was with the USERNAME given in the DBCON table.when I changed the username it worked.THANKS FOR THE REPLY! RegardsAB.
View ArticleRe: Push down SELECT-OPTIONS to HANA
Hi, We also had the same question but when checked with SAP, they mentioned that-- There is no difference in the Performance fetching data from Dictionary View and Fetching data from HANA View via...
View ArticleRe: Consuming HANA Stored Procedures from ABAP in One Step
Hi Akshat, Additionaly, you can have have a look at following documents Tutorial: How to consume SAP HANA Procedures in ABAP (related to SAP NetWeaver AS ABAP 7.4)...
View ArticleDump in table name while retrieving from HANA secondary database
Hi Colleagues, I have HANA as a secondary database. The connection details are entered using DBCONN. When I write a select statement SELECT * FROM ('SAP_HBA.HOUSE') CONNECTION ('VS3') INTO TABLE...
View ArticleRe: Dump in table name while retrieving from HANA secondary database
Hi Samual, looks like you try to sneak in native SQL here.Just like with the default connection you'd either have to use plain OpenSQL, which doesn't have a schema concept, or you need to run native...
View ArticleRe: Dump in table name while retrieving from HANA secondary database
Hi Lars, Thanks for the reply. SELECT * is dangerous. The table actually has only less data so it don't affect that much. When I write OpenSQL it default to SYSTEM schema in the HANA database.Could you...
View ArticleRe: Dump in table name while retrieving from HANA secondary database
Hi Samual, I refer you to our NetWeaver documentation for that. I'm confident you can google it up yourself - Lars
View Articleinquiry about learning bo in hana
i am from mechanical back ground....completed my masters in aerospaceone of my relative suggested me to learn sap bo with hana....he is working in this module....so tht he can help me out in placement...
View ArticleDynamically generating abap internal table from HANA table / view
Hello! What I am trying to accomplish is a way to dynamically create an internal table that an SQL query from ABAP to a HANA DB can be stored in without previously knowing the structure of the table or...
View ArticleDo we use SE11 to create tables in HANA
Hi,I have few queries regarding the use of HANA database. First In SAP Netweaver 7.4, the OLTP systems are using row storage or column storage of HANA. Second since SAP Netweaver 7.4 is optimized for...
View ArticleRe: Do we use SE11 to create tables in HANA
Hi Nena, NetWeaver 7.4 uses both the column and row store of SAP HANA while the column store is the default. There are very few exceptional cases of technical tables (mostly in the SAP Basis) where the...
View ArticleRe: Dump in table name while retrieving from HANA secondary database
Hi Samual, Please this sdn blog post. It may answer your question. >>Sourabh
View ArticleMigration to HANA
Hi Friends ! Hope I am posting in the right forum. If we hv an existing database, and we want to move to Hana, what is the migration effort? All data will come or any hiccups therein? Plz advise....
View ArticleImplementation of Suite on HANA for ERP, CRM
Hi friends, We are just started the journey of implementing Suite on HANA for SAP ECC 6.0, SAP CRM 7.0 and SAP BO. I would like to know any good material on best practices regarding the...
View ArticleRe: Migration to HANA
Hi Rekha,Please don't create duplicate threads : http://scn.sap.com/message/14177560#14177560
View ArticleRe: Certification on HA400
Hi Prabaharan, 1. Can't comment on it - only someone from SAP can tell something regarding this2. SAP HANA 1.0(C_HANAIMP_1) - i would suggest that if you are a ABAPer you can wait for sometime for a...
View ArticleRe: Implementation of Suite on HANA for ERP, CRM
Hi Vijay, Visit these:ERP on HANA :https://cookbook.experiencesaphana.com/erp/d62e56e8ac5840f2b198c0c905892407.html CRM on HANA :https://cookbook.experiencesaphana.com/crm/ These Cookbooks contains...
View ArticleRe: Dump in table name while retrieving from HANA secondary database
Hello,you definitively should avoid a select * statement in SAP HANA, this will destroy any performance advantage. With SAP HANA you must reduce the attributes to the minimum you need.I'm fully aware...
View Article