Re: Input Parameters for Odata Service
Hi Avishek, this expression is not correct. The expression BusinessPartnerCollection?$filter=CompanyName ge 'S' and CompanyName le 'T'& $filter=CompanyName ge 'M' and CompanyName le...
View Articlefailing to explore multiple records of two tables with READ service
Hi, I am failing to provide records within two tables via a Gateway service. In ERP:I have written a RFC that has a single Import-Paramter and returns two tables (defined in 'Tables' tab)For testing...
View ArticleRe: Input Parameters for Odata Service
You are right Andre, thanks for pointing out. Regards,Avishek.
View ArticleSAP NW Gateway 2.0 and ECC 6.0
A company is considering using SAP Netweaver Gateway 2.0 to work with their web applications group. I have been asked to help the person that has been tasked with installing a pilot system. The how-to...
View ArticleEdm.DateTime format and conversion error.
Hi, What is the correct way to define Date fieldsin Gateway services? I defined a field as Edm.DateTime in SEGW made it nullable but am getting runtime exception.I tried defining a precision but then...
View ArticleHow can I enable the service LEAVEMANAGEMENT (/IWCNT/SG_LEMA)
Hello, I'd like to use the above mentioned service. The system is on SP6 (GW_CORE, IW_BEP, IW_CBS, IW_CNT, IW_FND, IW_SCS). The service is enabled via /IWFND/MAINT_SERVICEThis entry was already...
View ArticleRe: How can I enable the service LEAVEMANAGEMENT (/IWCNT/SG_LEMA)
Hi Bjorn,Try activating the service under sdata node rather than odata node. RegardsChandan VA
View ArticleRe: How can I enable the service LEAVEMANAGEMENT (/IWCNT/SG_LEMA)
Hi, I think the problem is when you added the system alias to the existing entry. Check each of the columns there.I encountered such Inconsistencies when I played with these configuration entries. Best...
View ArticleSE80 DataModeler/Consu... vs. SEGW
Hi, I am still trying to get the BAPI_INCOMINGINVOICES_* as NW GW service. What I cannot figure out is how to start this correctly because there is the SE80 DataModeler/cons... and the T-Code SEGW....
View ArticleRe: How can I enable the service LEAVEMANAGEMENT (/IWCNT/SG_LEMA)
Hello, thanks for the two answers. I checked them both, yielding no better result.As I wrote, in my opinion the model class configuration is missing in table /IWBEP/I_MGW_SRH. When I leave out the...
View ArticleRe: SE80 DataModeler/Consu... vs. SEGW
Hi Vanessa, Although this is not a push I would suggest using the newer SEGW, even though a lot of the documentation still does show SE80 (And I still use this sometimes as it is what I am comfortable...
View ArticleRe: How to get (parked) vendor invoices
Hi Vanessa , There should be a standard bapi available getting you list of parked invoices else you can go ahead and create a custom one suiting your requirements. Using this bapi/rfc in gateway system...
View ArticleRe: How can I enable the service LEAVEMANAGEMENT (/IWCNT/SG_LEMA)
Hi Bjorn,Leave Management service was developed using Generic channel framework. So activating it under odata ICF node will not work. To properly configure the Leave Management service please refer to...
View ArticleRe: Edm.DateTime format and conversion error.
Any inputs on this, still could not solve this inspite of trying our various things.
View ArticleRe: SE80 DataModeler/Consu... vs. SEGW
Hi, Paul is right. SEGW (Service Builder) is the way to go. SE80 is the old tool. Once you have a BAPI, you can use it to define the data model. Next use the BAPI and map/set the data source. (right...
View ArticleRe: Create and update operations for nested objects.
Hi Avishek, Sorry for late post ref this post http://scn.sap.com/thread/3169354 Regards,Jibin Joy
View ArticleRe: How to get (parked) vendor invoices
Hi , Based on my knowledge . Vendor related SAP std service are not available for more info refhttp://help.sap.com/saphelp_gateway20sp06/helpdata/en/fa/dffd46fc024158927dfdfc2ea68891/content.htm...
View ArticleRe: Create and update operations for nested objects.
Hi Avishek, Even with segw, you need to go with a code based approach for creating parent and children. (That is implement the create deep entity method in the *EXT class). As Jibin pointed out, there...
View ArticleRe: Edm.DateTime format and conversion error.
Hi Avishek.,why would you have 0.0 value in the date field? Is it not possible to stop this kind of values getting populated? Regards,Atanu
View ArticleHow to Guide SEGW for SP06 ?
currently i am using Sp04 for SAP Netweaver gateway , there i have used SE80 transaction to create my web service using service builder per as my system got upgraded to Sp06 i don't know how to create...
View Article