Re: EDM-Datatypes for NUMC(9) and NUMC(10)
Re: EDM-Datatypes for NUMC(9) and NUMC(10)
Thank you for your response. In my case there where also Edm.String assigned, but then I got the issue, that I receive prepending zeros. In some sap gw guide I read to switch NUMC to Int but it don't work in my case. I've tried to shift the zeros in DPC_EXT but that don't solve my issue.
Re: How to display 2 Entity set data at once.
Hi Andre,
Thanks for your response.
I agree, we can have one header and create association with Item and use GET_EXPANDED_ENTITYSET , But If you notice, I have two Internal table (one for Materials and one for Return table). Return and Materials tables should not have any association, but need to be outputed in one go.
How to achieve this?
Thanks,
Madhu M V
Re: Error while doing the PUT operation
http://user:password@00.00.000:000/sap/opu/odata/sap/ZPO_LGWZ_CHG_SRV/PO_HEADER_SET('1000003042')?$expand=PO_Navigation/POCOND_NAVI
Re: Error while doing the PUT operation
Hi Umesh,
This is not the payload. Payload is nothing but the HTTP request body.
Please share the HTTP request body content of PUT call. with screenshot.
Re: Reset Cache of Basis CHIPs (/UI2/CHIP_CSTAT) is locked by user XXXX
Discussion successfully moved from SAP Fiori to SAP Gateway
as it really is not a Fiori question even though the error is generated by a Fiori app. It may not be an SAP Gateway related question, but I suspect the members of that community will be more familiar with the error and its cause(s).
Regards, Mike (Moderator)
SAP Technology RIG
Re: Update operation of Multiple Items using Deep entity method, code based approach
Yes, This has been widely discussed in the forums.
Thanks everyone for your help.
Re: Error while doing the PUT operation
Re: Badi or extension point for HTTP Messages
Thank you for the prompt response Krishna. I was hoping I can find an entry point in the launchpad where we can customzie the message being displayed to the user. We have requirements from the business where @ certain points of the year we don't allow employees to see paystubs or benefits so we wanted to find a way to support this w/out having to remove access to the services.
Re: How to display 2 Entity set data at once.
Hello Madhu,
What is the operation which you would like to do with kind of data model ? Sharing that information may help.
Regards,
Ashwin
Re: Error while doing the PUT operation
need HTTP Request Body .
Re: Reset Cache of Basis CHIPs (/UI2/CHIP_CSTAT) is locked by user XXXX
Hi,
I managed to resolve this error in our 7.50 Gateway by following these steps for the following services in Activate and Maintain Services:
ZINTEROP
ZLAUNCHPAD
ZPAGE_BUILDER_CONF
ZPAGE_BUILDER_CUST
ZPAGE_BUILDER_PERS
ZPAGEBUILDER_SERVICE
ZTRANSPORT
Remove system alias, deactivate ICF node, delete icf node and then delete the service.
Now add the service back again and check that everything is consistent and the status is green.
I also implemented note 2318977 - Fiori Setup: Improve ICF Service Activation. We used the automation tools (STC01) to configure apps and found errors in the activation so this note was created.
After completing the steps above i no longer get the BASIS CHIPs lock error in the Gateway error log.
Regards
Phillip
Calling OData service post method
Can someone help or guide me.
I have create OData Service for RFC FM. when i am trying to consume OData Service my passed string value does not pass as input parameter. I am using POSTMAN to test my OData Service. Please Guide Me.
Re: Calling OData service post method
Hello Ashok,
Details which you are requesting is already there in the forum.
Request you to search.
However please have a look at the below.
Let’s code CRUDQ and Function Import operations in OData service!
Regards,
Ashwin
Re: Filter possibile despite no filter attributes.
Hi Bruno,
It will work, as currently I am also using the same working.
IF you want to check go to 'DPC_EXT' class and put an external break point in the method '*_GET_ENTITYSET', put the user in debugging the user which you have given in rfc destination login.
and check the value of IV_FILTER_STRING.
Regards
Ashish
Re: Filter possibile despite no filter attributes.
Hello Ashish,
not fully understood your answer. Of course in IV_FILTER_STRING there is something, but the field is not set as filterable in SEGW.
I guees I should get an error. Why not?
Re: Filter possibile despite no filter attributes.
Hi,
The $filter will work even when the filterable flag is not checked.
Well for error, even i didn't get any till now.
These flags are useful when the metadata is generated for a service.
It will come like this - sap:updatable="false" sap:sortable="false" sap:filterable="false" .
Since filterable flag is not checked , in metadata it will come as false.
So that the UI developers can clearly understand.
Regards
Ashish
/IWCOR/CX_DS_URI_NOT_MATCHING Error
Hi everybody,
I created an odata extension ( GRC_ACCESSREQUEST_TRACK service). I added 2 new fields into Requests Entity but Gateway gave me /IWCOR/CX_DS_URI_NOT_MATCHING Error ( Resource not found for the segment 'RequestRoles' ) when I ran this URI: "Requests('ACCREQ%2F0050569D14DE1ED687B76B1C47F2A0CC')?$expand=RequestRoles%2cReqCustomFields" . I tried to clear caches and to recreate odata extension and gateway worked.
Now, I have added 2 new fields into RequestRole Entity but I have the same problem! Gateway give me error when I ran this URI: "Requests('ACCREQ%2F0050569D14DE1ED685B8217C741BA0CC')/CustomFields?$skip=0&$top=10&$inlinecount=allpages".
I'm trying to clear cache also this time but Gateway doesn't work.
Any idea?
Patrizia
SAP Gateway for transactional interfaces?
Hi All, I was going through this post - A simple overview on SAP Netweaver Gateway
Post says -
SAP NetWeaver Gateway is not designed to be a channel for the type of transactional applications used by Power Users, neither is it designed to replace existing middleware like SAP NetWeaver PI. In addition to this, SAP NetWeaver Gateway applications are not designed to target A2A or B2B scenarios. Instead, SAP NetWeaver Gateway is the door through which the mass consumption of SAP business data and functionality is made possible. The target audience for SAP NetWeaver Gateway applications is a group known as Occasional Platform Users (OPU). These are people who need ad hoc access to SAP data and functionality in an easy-to-consume manner.
Why Gateway cannot be used for transactional type of interface developments? Is there architecture constraints that we should be aware of ?
Ranjeet Singh
Re: how to pass multiple single entry for a variable in odata
Thanks Suresh,
But the query is having key field and so it has a max limit even though it is of type edm.string.
Is there a way to change this?
Regards