Re: Operating system call recv failed (error no. 10054)
Re: Operating system call recv failed (error no. 10054)
Apologies for not being clear
How this issue came to your desk? did you monitor sm21? someone told you "i've lost the connection"?
How do you know that it happens only from citrix server/users?
then we can shape next step
let me know
a
Re: Operating system call recv failed (error no. 10054)
Hi Andrea,
By analyzing the System Log SM21.
Rgds
Dino
Re: Operating system call recv failed (error no. 10054)
right,
I find hard to believe your network specialist didnt see anything because a similar thread ended up in that field Citrix session is broken
In the unlucky scenario where sap and network are not involved it maybe the citrix server having troubles, from sm21 you can see the users affected by this issue, is it possible for you to contact one of them and ask if they saw the following red pop up?
Do you use citrix too? Did you never see below message?
Re: Operating system call recv failed (error no. 10054)
Hi Andrea,
I will ask the user and come back to you.
Many thanks.
Rgds
Dino
Re: Operating system call recv failed (error no. 10054)
np@all
Let me know
a
Re: Error fetching sales order header and line items via $expand statement
Thanks for useful info, I was typically in complications after knowing the data provider expand and framework expand.. I am new to nw gateway..
regards,
Pavan Golesar
Re: Error fetching sales order header and line items via $expand statement
I went through the above two useful links... yet to go for 3rd link ..
i.e this one
Multi-Level Expansion with GET_EXPANDED_ENTITYSET
I will post back once done...
thanks,
Pavan Golesar
Re: SAP CRM Genil as OData Service
Found the Answer in thanks to a oss call.
SAP Note 1574568
Point 23 describe the missing features
Re: Error fetching sales order header and line items via $expand statement
Umm, can you put some light on the below uri...?
/sap/opu/odata/sap/ZTEST_DP_EXPAND_SRV/SalesOrderSet('500000001')/OrderToItems(SoId='500000001',SoItemPos='0000000010')/ItemToProduct..
and how can we get a single line item record (for using it as 'use as request' ) for create operation...
Eg: If we have a sales order with 5 line items... If I need just one line item in response.... can you please share how to achieve this..
Thanks,
Pavan G
Re: Issue with cosuming data from backend.
This seems to be a 'Same Origin Policy' issue.
There are many threads available in SAP UI5 forum on this issue.
you can disable web security in Chrome and try it once.
javascript - Disable same origin policy in Chrome - Stack Overflow
Re: Communication error, CPIC return code 020, SAP return code 223
Hi,
I'm interested the solution. I've got this message, when inbound interface RFC.
Regards,
Zoli
Ui5 Table Tree with SO Header/Item
Hello everyone,
I have a Requirement with SAP UI5 Table Tree in such a way that Header nodes have the columns from structure 1(fields from VBAK).When user clicks on expand option of SO1 Header node their should be child items with columns from structure 2(from vbap) and it will be a table with multiple items,all are child's to SO1 .
when all rows are collapsed it is just a table with all sales order header details.
So my question is it possible in a Table tree to have parent node with one structure and child node with different structure?
REST API with POST operation and Payload returning back the error
Hi All
I have tried all possible ays of sending data along with X-CSRG-Token using POST operation and payload data but everytime I am getting the error
My getter for odata service is returning the data in the following format
I am not sure why I am getting this error
If someone can help or give hint that will be of great help
Best Regards
Gaurav
how to use the REST API for POST method in SAP gateway
Hi ,
My requirement is to get the data from Salesforce to SAP..
Sales force will POST the closed work order data & same data , I need to post it back to SAP using ODATA.
I have created ODATA service for POST method.
How the REST API can use this ODATA service( for POST) ?
I have no idea on REST API.
Please let me know regarding this.
Thanks,
Shreedhar Gangadhar
Possible to Connect Multiple Gateway to One ECC Instance?
Hi All,
I would like to seek your opinion whether is it possible to connect more than one gateway to ECC instance?
The main reason for this discussion is because we have another sub company in other country and needs to connect to our SAP system in HQ since international bandwidth is an issue in here so I was wondering whether it is possible to setup another gateway in that particular country and one gateway for HQ connect to the production ECC (within same client).
Regards,
Ura
Re: odata 500 error with segw
I checked the error it was complaining about the methods implemented in the amdp.
i corrected it
now i get:
Filter parameter '' is not supported
Re: Creating a sales order using DEEP ENTITY for my Odata service
Thanks alot.... quite simple and easy reply.. thanks.. now my query's solution is more clear ...
Regards,
Pavan G
Re: Creating a sales order using DEEP ENTITY for my Odata service
Hi Ekansh,
Thanks for noticing. ... btw having implemented my CREATE_DEEP_ENTITY method, I am just having a query... are we suppose to keep the name of the navigation property same as the items table???
I mean the NavHeaderToItem .....
I mean
Regards,
Pavan G
Re: Creating a sales order using DEEP ENTITY for my Odata service
Hello Pavan,
Yes it should be same.
Regards,
Ashwin