Re: Consuming Procedure in HANA
Hi, Below is the ID returned when I run your FM mentioned and added GET_OBJECT_VERSION but still problem exists. BRSumeet
View ArticleRe: Consuming Procedure in HANA
What's the content of the stored procedure; for instance, if there is a select on a table to which the SAPABAP2 user has no access, you will get the error 'insufficient privileges'
View ArticleRe: Consuming Procedure in HANA
Hi , Done. I have just given access of table used in procedure to SAP<SID>. GRANT SELECT ON SCHEMA <"MYSCHEMA"> TO "SAP<SID>"; BRSumeet
View ArticleRe: SAP hana influence on ABAP.
Hi Navin,as mentioned in the course (ABAP Development for SAP HANA - Dr. Jasmin Gruschke and Jens Weiler) with the features provided in SAP NW 7.4 we encourage you to follow the code-to-data paradigm...
View ArticleSAP HANA: Modify From Table
Hi Experts, We are upgrading to HANA and facing below mentioned issue. 1. When we Run SCI we get DB Operation for Modify statement, but not getting any resolution for this. Please refer Image1.jpg2....
View ArticleRe: SAP HANA: Modify From Table
The MODIFY statement inserts one or more rows specified by 'gt_data_save' in the database table 'zhrint02', or overwrites existing rows. Sometimes it is well known whether the relevant data are new or...
View ArticleInsert, Update, Modify table using AMDP
Hi All, Can it is possible to insert, update,modify tables using AMDP?If yes then example code would be helpful for me. - Thanks, Amit
View ArticleRe: Insert, Update, Modify table using AMDP
Please check the first example of your AMDP online help:ABAP Keyword DocumentationBest Regards, Thomas
View ArticleRe: SAP HANA: Modify From Table
Hi, Go to SCI transaction code. Give Variant name which you are using. Like i am using "PERFORMANCE_DB" Variant. Click on display button click on blue icon (information icon) to get more details about...
View Article*** 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 ArticleRe: *** ERROR => Connect to database failed, rc=1, rcSQL=10 SQLERRTEXT :...
Quite likely the stored password for the connection is not correct anymore.Update the logon data and it should work again.Also: you need to update your client software version as it's still on SPS 8...
View ArticleRe: *** ERROR => Connect to database failed, rc=1, rcSQL=10 SQLERRTEXT :...
Hi Lars , Thanks for quick reply.Can you please guide me how to update logon data.
View ArticleRe: *** ERROR => Connect to database failed, rc=1, rcSQL=10 SQLERRTEXT :...
I won't do that, no.There's documentation, there's sap notes, there's this forum: plenty of available information. You're a paid professional, so...
View ArticleRe: *** ERROR => Connect to database failed, rc=1, rcSQL=10 SQLERRTEXT :...
Hi Lars, Thank you I will try to search . Actually these are not the client server. We are undergoing SAP HANA training in our organization and this one is the training standalone server. I have clear...
View ArticleSQLScript error in AMDP
Hello, please guide me with below error, METHOD TEST_CEFUNC BY DATABASE PROCEDURE FOR HDB LANGUAGE SQLSCRIPT options READ-ONLY...
View Articlewhat is the difference between HANA code and ABAP Code
Hi Expects, I have lot of confusion with ABAP and HANA. My customer was using HANA database in SAP. when i login that system its allowing to written ABAP code. Its working fine. My doubt is, HANA is...
View ArticleRe: what is the difference between HANA code and ABAP Code
Hello Karthikeyan, you have to differentiate between ABAP on HANA and HANA native development. From that what you wrote I assume that you are using an ABAP Netweaver Stack with HANA as database. As you...
View ArticleRe: what is the difference between HANA code and ABAP Code
Hi Karthikeyan, I think you are mixing up two different things here. ABAP Stack lies as a middleware between your frontend and database layer ( in this case HANA).This follows 3 tier architecture (...
View ArticleRe: *** ERROR => Connect to database failed, rc=1, rcSQL=10 SQLERRTEXT :...
Hi, I found SAP note 1828028 - DBCON connection to remote HANA database cannot be establishedwhic has below resolution:1Error codeReason***LOG BY0=> invalid username or password: [dbds...
View ArticleRe: what is the difference between HANA code and ABAP Code
Thank u Pravesh and Florian. My another doubt is SAP was fully coded with ABAP. Is it work for 2 tire Arch process ? In two tire woud not have ABAP stack right. RegardsKarthikeyan K
View Article