Rules for OData datetime properties
There have been quite a few posts about problems with Edm.datetime properties in entities. Solutions offered are often on case by case basis, so it's hard to figure out why things have gone wrong and...
View ArticleWhat do 'GetEntitySet (Query)' & 'GetEntity (Read)' do.
Once we create a project in Netweaver Gateway and follow few other steps to create a OData service, we come across two methods which I think are very important for service implementation perspective....
View ArticleError Handling through SAP Gateway
Hi, We have few Update and Create Services being called, once these services are called and the record is updated or created, is there a way to get the success of error messages posted to the front...
View ArticleHow to call Function Import from SAP UI5 and get the return object in table?
HI, I am New to UI5 .i have created odata gateway service with function Import that will take single parameter as importing parameter and return the data in table.My problem is I am not getting...
View ArticleIs it possible to get Multi level entities in the Response body using...
Hi Everyone, I have a requirement where I have to get the Response payload in the following way: <E1><RefreshOnDate>2016-04-08</RefreshOnDate> <E2>...
View ArticlePrerequisites for SAP Netweaver Gateway
Hi Experts, we are planing to implement SAP Fiori applications in my company. for this I need to prepare the prerequisites for sap netweaver gateway.I read few forms but I am not get clear picture on...
View Articleis it worth to use the auto generated code in DPC class
Hi Experts, I have developed one ODATA service where I have created the Entity type and its Entity Set.Entity type is created based on back end RFC parameters. Here I have two options, first is binding...
View ArticleHow can I get the response body of CREATE_DEEP_ENTITY in JSON?
Hi Everyone, I am using Create_Deep_Entity, and In TCODE '/IWFND/MAINT_SERVICE' I am passing the request body in JSON format but the response body is in XML format. Request Body:...
View ArticleNetweaver Gateway : Multiple Output Tables : Odata
Hi, I have created a RFC in ECC system. The RFC reads certain values and returns data in three output tables. The corresponding data model has been created in netweaver gateway. When the portal...
View ArticleIs it possible to send only one entity,out of three, to the response body of...
Hi Everyone, I have to pass three input entities in the request body for CREATE_DEEP_ENTITY.In method DPC_EXT, I have to utilize this input and then have to send another output entity to the Response...
View Article