Re: No Entity Sets in service
Hi Ayas My issue was that I didn't have a custom authorization role which had the odata feed added in the back-end. e.g. you would need to create a role that would allow access to the odata...
View ArticleRe: SAP UI5 Libraries are taking time to load at first time
Hi Krishna, We have enable the compression through SICF tcode. Do we need to do anything else to do the compression.
View ArticleRe: Different User-Names in Frontend and Backend-Server
Hi Oliver, As far as I can see, you cannot work things out with different usernames in frontend and backend systems. The most you can do is use a default user for your connection. Consider an example...
View ArticleRe: How to convert abap internal datatype to odata gateway?
Hi Ashwin, I have created ODATA model using the table sflight. Since there was an error in currency and date field in entity property attributes, i modified the fields in my odata. Now my ODATA model...
View ArticleRe: One quite haunted Gateway cache issue
Hi Vasilis, Thank you for your useful information Best regards,Jerry
View ArticleRe: How to convert abap internal datatype to odata gateway?
Hello Narendra, What is that you changed in Model for Currency & Date ? ABAP Types or EDM types ? I don't see any conversion needed until you face any dump while mapping back the response to...
View ArticleRe: Json Date Issue
Hi, I figured it out that issue was with DATEformat gateway. Carried out following changes in abap editor for that property in Entity Type. path:Entity Type ->your Date Property ->Select Abap...
View ArticleRe: How to convert abap internal datatype to odata gateway?
Hi Narendra, Adding to ashwin Comments. Could you please check below link for Date time EDM Type modelling in OData. Rules for OData datetime properties
View ArticleRe: How to convert abap internal datatype to odata gateway?
Hello Narendra, I too had this date issue in Gateway, got it Resolved. Please check this post. Hope it helps you. Cheers!! Best Regards,Pavan Golesar
View Article$filter Visitor Interface for internal tables in addition to OSQL!?
As we all know, SAP implemented the /IWBEP/IF_MGW_EXPR_VISITOR interface to translate ODATA $filter expressions into OPEN SQL WHERE expressions, which comes in handy when implementing query methods to...
View ArticleHandling RAW data in SAP Gateway
Hi Everyone, I want to upload an image that is stored in a ztable in sap, in the field of type RAW. How do i achieve this? I have gone through blogs with suggestions about modifying GET_STREAM in the...
View ArticleRe: SAP UI5 Libraries are taking time to load at first time
Krishna, In header we are also passing the GZIP in "accept-encoding" field but still no impact is seen.Please share some solution to resolve it. Regards,Tulja
View ArticleRe: Handling RAW data in SAP Gateway
Hi Szilamér, Thanks a lot! I tried it, the output comes out error-free, but the image doesn't come up. There is a slight problem with this. We cannot use rawstring in declarations for a function...
View ArticleRe: Handling RAW data in SAP Gateway
Hey, i'm not sure i can help with that...but i can give you some ideas what I would try:1. Try to use the rawstring type in the exporting or changing parameters with a new table type, instead of using...
View ArticleRe: Handling RAW data in SAP Gateway
Hi Szilamér,Thanks a lot for your help.I have another issue over here. I'm getting data in er_Stream in the GET_STREAM method, but the image isn't getting displayed.Output of the Gateway is something...
View ArticleMaking GW connect to a specific backend app server
Hello all When calling a gateway service, is it possible to dictate the GW hub server to connect to a specific backend application server which becomes known only at runtime, e.g. by providing the app...
View ArticleRe: Making GW connect to a specific backend app server
Hello Serdar, Check the Multiple Origin Composition Concept. Using Parameter SAP_Origin, System Alias can be passed and we can route the call from GW Hub to different Back-End systems.Check the below :...
View ArticleRe: Support for multiple attachments in a batch
Hi,We could not a find a solution. We have created a temporary table to store uploaded attachments. Pradeep
View ArticleRe: Handling RAW data in SAP Gateway
Hi, well...i never had this type of problem, so i can only guess... Is that image correctly stored in the DB? Can you open it in any way and see the picture? You said earlier that it is stored as RAW....
View ArticleRe: SAP UI5 Libraries are taking time to load at first time
Hello We also faced a similar issue (Around 5.8MB download on first load). Our problem was that we were accessing the URL through a reverse proxy. We had to enable HTTP compression between the client...
View Article