Re: 3rd party system on SAP HANA
Hi Jasmin, Please find the below details: a. 3rd party systems are not ABAP-based systems (they are non-unicode systems)b. Let us know all the info related to the all the mentioned connections (RFC, DB...
View ArticleRe: Consuming HANA views in ABAP
Can you please let me know how to check the same? I have no idea.
View ArticleRe: Consuming HANA views in ABAP
Hmm.. I see... Could you run select * from user_parameterswhere parameter ='CLIENT'; on the SAP HANA instance and check the client setting for the technical user used to connect the NetWeaver to HANA...
View ArticleRe: Consuming HANA views in ABAP
Hi, These are the names I got ( below screenshot).My user ID is BEST by which I have logged it into ABAP which is not coming in this list. I have one more question here. I have just debugged my report...
View ArticleRe: Consuming HANA views in ABAP
Ok, first of all:The client for the SAP<SID> user mustn't be set (since it deals with *all* clients! Thomas Gauweiler just reminded me of that - thanks for that Thomas! Now, your problem seems to...
View ArticleRe: Consuming HANA views in ABAP
But there is some magic client handling in some kind of HANA views depending on the views "Default client" setting. This relies on some SESSION_CONTEXT which might be set by the ABAP.This can lead to...
View ArticleRe: Consuming HANA views in ABAP
I added MANDT in my view but still its not showing an output.
View ArticleRe: Consuming HANA views in ABAP
When I see data preview of my z view its showing blank data. Also i want to tell one thing I have alter the fields of standard table MARA from varchar to nvarchar. Does this affect any functionality...
View ArticleRe: Consuming HANA views in ABAP
I can't believe that an ABAP table on HANA has type VARCHAR.Are you really working in your ABAP schema ?
View ArticleRe: Consuming HANA views in ABAP
The other way round: If you now filter within SQL Console the MANDT by the ABAP mandant you are logged into the ABAP: Do you still get some data? Don't forget to add also the client to the...
View ArticleRe: Consuming HANA views in ABAP
Didn't you mention some _errors_ you got when trying to access the table?What about those?
View ArticleRe: Consuming HANA views in ABAP
Hi Lars, I am confused. I just tried the same with one more table SCARR and I am able to get the data preview. but when i am trying to do with MARA table I am not getting output. The only thing i did...
View ArticleRe: Consuming HANA views in ABAP
Hi Thomas, I have one more query. I can see many of my models using lot of SAP tables and mostly have dataypes as VARCHAR . Is there any method when we create proxy at that time we can change them to...
View ArticleRe: Consuming HANA views in ABAP
Hi Sumeet,how was your system created/upgraded? Normally your tables should already have becone NVARCHAR during creation/upgrade. Can you pleas check in transaction SE11 if the runtime object is...
View ArticleRe: Consuming Procedure in HANA
Hi, I have added object 'GET_OBJECT_VERSION' for my ABAP ID ( ID by which I have login to ABAP HANA) but still I am getting the same dump. BRSumeet
View ArticleRe: Consuming Procedure in HANA
And i can also see same is added to SYSTEM ID also. i dont know why its giving the same dump insufficient privilege.
View ArticleRe: Consuming HANA views in ABAP
Hi, Its done. I removed MANDT and created everything again with NVARCHAR and it worked. Thanks Sumeet
View ArticleRe: Consuming Procedure in HANA
Hi Sumeet,assuming you are calling the DB Procedure Proxy in an ABAP program and you are using the standard database connection (without your username BEST but with the SAP<SID> user), you have...
View ArticleRe: Consuming Procedure in HANA
The relevant user is "SAP<SID>", which is also returned by ABAP function module 'DB_DBUSER'(in your case according to the screenshots it is probably "SAPHDB")
View Article