Consumable Odata
Hello, I'm new to SAP and this is my first forum post.As an intern at a SharePoint firm, my job is to get a bidirectional connection between SAP and SharePoint.I've read that the way to go is to expose...
View ArticleRe: Consumable Odata
Hi Lenard,don't know if this info is exactly what you are looking at, but I showed an ABAP E2E Development Scenario on such a system in Brand-new ABAP 7.4 for SAP HANA End to End Development Guide with...
View ArticleLivecache application in ERP system on HANA
Hello HANA experts, While exploring DB02 on ERP system based on HANA database, I found there is Livecache node and OMS schema available in database. Please help me understand use of LiveCache objects...
View ArticleWebapplication UI5 or XSapp
Hi, I have a table called ZMATERIAL, If I want to insert the data into this table I have to write a SQL query, INSERT INTO ZMATERIAL VALUES ('Material1')My client requirement is, they want a web...
View ArticleRe: Webapplication UI5 or XSapp
Hi, this is the "ABAP for SAP HANA" community, so XSapps are not a topic that is usually discussed here.Moreover, I think if you add an UI to your XSapp then the technology is also UI5 (think of "SAP...
View ArticleRe: Livecache application in ERP system on HANA
Maybe this is the info you are searching for ?SAP HANA and SAP SCM liveCache
View ArticleRe: Consumable Odata
Hi Jasmin, When i searched for a solution i already passed the document you linked I also succeeded in fulfilling all the steps and can open the Odata in the Machine itself. I know it uses the dummy...
View ArticleRe: Consumable Odata
Hi Lenard,what you can do (or let's say, what I typically do) is to add an entry into your local hosts file (e.g. C:\Windows\System32\drivers\etc\hosts) like: <IP> abapci...
View ArticleRe: Consumable Odata
Hi Jasmin, I openend the ports on my sap netweaver backend system and added the ip from the backend instance and fqdn that you provided in the host file. I can't succeed in pinging the SAP machine from...
View ArticleConsuming Procedure in HANA
Hi, From one of the SCN documents I tried calling procedure in HANA. But I am getting dump.Insufficient privileges. I followed link http://scn.sap.com/thread/3584310 steps but i am not able to perform...
View ArticleRe: Consuming Procedure in HANA
Please share us what exactly you are trying to do. Are you trying o call a procedure from another procedure ? Sree
View ArticleRe: Consuming Procedure in HANA
Hi, I am doing one simple exercise i.e. calling HANA stored procedure in ABAP by Database Procedure Proxy in the ABAP Dictionary. When I executed the report it throws a dump saying 'Insufficient...
View ArticleRe: Consuming Procedure in HANA
Okie... So you are calling a procedure which you already defined in your HANA system using procedure proxy.You may be missing execute privilege on the procedure. Add this privilege to the database user...
View ArticleRe: Consuming Procedure in HANA
Hi Sree, SAp ( <SID>) means my SAP ID by which I am logging to HANA in modeler? And that can be given by admin only? Since I am not able to do the same. BRSumeet
View ArticleRe: Consumable Odata
Hello, I installed eclipse Luna and abap tools on my local machine this morning.Any idea on what the default values are that need to be filled in when starting a new project? Thank you,Lenard
View ArticleRe: Consuming Procedure in HANA
Hi, you would need to log on to your HANA System as user SYSTEM (when applying the solution mentioned in Error while executing DB procedure proxy)
View ArticleRe: Consuming Procedure in HANA
No. When you call a procedure from ABAP, it will log in to the HANA DB with a user ID. Suppose your ABAP system ID is C80, then user would be SAPC80. You need to log in to any administrative user to...
View ArticleRe: Consumable Odata
Hi Lenard, If you have installed SAP Gui, which system you can access from HANA Eclipse. If you choose 1st radio button then click SAP connection name will fill automatically all required fields. If...
View ArticleRe: Consumable Odata
I don't got sap gui on my local machine and if i press the first radiobutton-> browse i get an error pointing to a unknown directory. The sap netweaver instance in CAL gives me 2 internal and...
View ArticleRe: Consumable Odata
Hi Lenard,the values are:- System ID: A4H- Application Server: abapci (make sure to have set the etc/hosts entry)- Inst Nr: 00 Later on you'll have to set the client (001), user (DEVELOPER), password...
View Article