Quantcast
Channel: SCN : Unanswered Discussions - SAP Gateway
Viewing all 1745 articles
Browse latest View live

Not able to register GW service (BW MDX query)

$
0
0

Hi All,

 

I am not able to register a GW service which was generated using the "redefine BW query service" wizard. Below are the screen shots:

 

2015-11-10_10-43-38.png

 

2015-11-10_10-45-24.png

 

As you can see, I am able to generate all components without any issue and also the register option is enabled and it does give me the dialogbox "you will be taken to other system" but nothing happens after that (i.e it doesn't open the service maintenance window, can't find it in the backend service catalog, registration status remains all grey circles). Nothing in the error logs.

 

I am using a Hub deployment model with following config:

  • GW Hub: SAP Gateway Foundation 7.40 (SAP_GWFND)
  • SAP BW: Release 732 SP 0013 with IW_BEP 200 SP9 and SAP_BW 731 SP13 (which includes SAP note 2013195)

 

Many thanks in advance.


Multiple Entityset

$
0
0

Hello Experts,

 

I need help in below scenario.

 

Scenario: Two Entity sets to be filled in one call. I am consuming OData service in Excel where I want to put each entityset in each sheet.

Ex. SalesHeaderSet and SalesItemsSet are two entity set and based on customer I want to fetch all related orders and fill these two entity sets which ultimately populate my respective sheets in excel.

 

I tried GET_EXPAND method but using it I am able to fetch details but these details are not getting populated in Excel. In excel I got only one entity set data as my URI is passing only one entity set. (" sap/opu/odata/sap/ZSL_EMP_DEMO1212_SRV/SalesOrder?$expand=SalesOrderItems " which is giving me data of SalesOrder entityset in excel.

 

 

Something Similar: If you consume "http://services.odata.org/V3/Northwind/Northwind.svc/" in your excel sheet then you will get all entitysets in different sheets. Similar way I want to build my OData Service.

 

Can somebody help?

 

 

Regards,

Sid

Error TX SEGW - SAP NetWeaver Gateway Service Builder

$
0
0

Hi experts,,

 

I get the following error when generating my service and Runtime Artifacts in tx SEGW(SAP NetWeaver Gateway Service Builder).

 

erro2.png

Any ideas ?

 

Thanks.

Regards.

Search Help from remote system

$
0
0

Hello Experts,

 

According to help.sap.com it's only possible to run search help from local system so if the services are developed on server a (frontend) and I'm getting data from server b (backend, ecc), I cannot use search helps from server b.

 

Only the search helps in the local SAP system can be used as a data source.

https://help.sap.com/saphelp_gateway20sp08/helpdata/en/77/ec405224753607e10000000a441470/content.htm


 

Does anybody (especially SAP employees in this forum) knows if SAP is working on this feature? (search help from remote system)

 

p.s

I aware that I can call function and implement it myself but a built in feature is always better (-:

 

Regards,

Omri

SAP GW Maintain Services, ADD INTEROP Service Dump!

$
0
0

Hello all experts,

 

Recently i have finished an EHP 5 to EHP7 upgrade and we decided to run SAP Fiori APPs FOR CLIENT, i started to config GW client based on SAP Configuration Guide, then we faced an strange issue in maintaining Service, when i add "/UI2/INTEROP" service, program terminate happens!

error1.JPG

We started to re-configure the system till we found other services from /ui2/ are fine and the problem is only happen when we try to add INTEROP service.

Then we started to run this program in debug mode and we found when we try to add this service, an infinite loop happens, that makes this program (/IWBEP/CL_MGW_MED_DBA_ACCESS==CP) crash.

i found whole SAP market to find any note or patch but seems like this is an unique error.

any idea about this problem ?

Indeed there is no error in /IWFND/ERROR_LOG. 

 

MY SP LEVELS:

 

SAP_BASIS7400007SAPKB74007SAP Basis Component
SAP_ABA7400007SAPKA74007Cross-Application Component
SAP_GWFND7400010SAPK-74010INSAPGWFNDSAP Gateway Foundation 7.40
SAP_UI7400010SAPK-74010INSAPUIUser Interface Technology 7.40
CTS_PLUG2000013SAPK-20013INCTSPLUGSAP CTS Plugin
PI_BASIS7400007SAPK-74007INPIBASISBasis Plug-In
ST-PI2008_1_7000010SAPKITLRDJSAP Solution Tools Plug-In
BI_CONT7570001SAPK-75701INBICONTBusiness Intelligence Content
SAP_BW7400007SAPKW74007SAP Business Warehouse
SUPDOE7310000-Sybase Unwired Platform - Data Orchestration Engine
IW_FNDGC1000004SAPK-10004INIWFNDGCSAP IW FNDGC 100
IW_GIL1000005SAPK-10005INIWGILGeneric Interaction Layer
IW_PGW1000006SAPK-10006INIWPGWProcess Gateway
IW_SPI1000005SAPK-10005INIWSPIService Provider Infrastructure

 

Regards,

 

ALI.

Copy of Approve Purchase Order Odata service

$
0
0

Can we create a copy of Approve purchase order Odata service.

I think this service was built without using service builder.

My requirement is to keep the existing std package created for this service and create a copy of this one along with additional entity sets.

Please assist on how to proceed.

 

Best Regards,
Sunil

SICF web services authentication through SAP Enterprise Portal

$
0
0

Hi all,

 

we would to implement authentication using our SPNEGO configuration implemented in EP. I read this document and it seems to be done. But there is not enought documentation on the help portal.

 

I trusted the Netweaver gateway with the EP, bu now i have to modific the SICF Service in order to request authentication to the EP.

 

Does someone knows what kind of authentication we have to choose?

in alternative logon procedure there are a lot of authentication:

SPNEGO, BASIC, SAPLOGON ticket, CERTIFICATE...

 

There are also some docs regarding VUSREXTID, is it mandatory for this kind of configuration?

 

Thank you,

Stefano

SAP Fiori Bank Payment approval app. Help please!!

$
0
0

Hi all.

 

We have installed this app in our systems but only the frontend and data model. The backend? Created from scratch based on the URIs called from the fronted. A lot of debugging to have now the app completed and working. Of course, I still miss some functionality i'm not able to enable it.

 

Basically I want to make the binding between frontend and backend with success or error messages. I have tried with several things like:

 

*Returning entity details (PaymentBatch)

 

     copy_data_to_ref( EXPORTING is_data = ls_header
                                  CHANGING cr_data = er_data ).

 

* Returning a message

 

        GET_MESSAGE_CONTAINER( )->ADD_MESSAGE(
           EXPORTING
              IV_MSG_TYPE   = 'S'
              IV_MSG_ID     = '/IWBEP/CM_OCI'
              IV_MSG_NUMBER = '010'
              IV_MSG_TEXT = LS_MESSAGE-MESSAGE
              IV_IS_LEADING_MESSAGE = abap_true
              IV_ADD_TO_RESPONSE_HEADER = abap_true ).

 

 

 

Of course, i haven't been able to get the success message in the frontend. After some debugging I have seen that frontend is expecting something like oResults. I have tried to add this in my entity PaymentBatch but the code then is not able to find fields like MessageNumber or MessageType. Attached is a screenshot of this debugging.

 

 

Can someone help me to understand what should be returned to the frontend?

 

 

Thanks in advance.


oData Edm.DateTime - ' Overflow converting '' ' error.

$
0
0

Hello all,
I was wondering maybe someone could help me with a problem that occurs when sending a odata web-service. When sending data I get  an error 'Overflow converting '' '.
The Edm core types of the entity in question are Edm.String and Edm.DateTime. I figured out that the problem cause is the fields of type Edm.DateTime (when removing those parameters, the service works as should).

 

The ABAP fields corresponding to the Edm.DateTime fields are of type DATS. It seems to me that the sent form of the dates in the service entry are correct ('2015-10-20T00:00:00' or "\/Date(1447424942088)\/"), because when trying other versions (with the appendix datetime, etc) I get the familiar "does not represent a valid date/time" error.

 

Has anyone else experienced an error like this or knows how could I  fix it?

 

Thank you in advance,
Mario.

Change data type of RowID attribute "ID" possible?

$
0
0

Dear all,

 

we redefined an easy query in our BW 7.31 system. The SEGW-process will integrate the attribute "ID" as key into the entities attributes. The data type is Edm.String without a definite length.

 

That is normally no problem. Now we want to be able to take advantage of the offline features of our SMP. However SMP has the restriction, that the key field has a maximum of 512 bytes. Therefore an unrestricted Edm.String leads to the following error in the SMP:

  • Caused by: com.sap.odata.offline.util.MODataException: [-100061] Property "ID" cannot be supported because it has a max length value that is too large for a key or referential constraint property

 

Is there a way to change the data type attributes of the generated "ID" attribute during service generation?

 

Thanks in advance!

 

Best regards, Daniel

Structure in Complex Type with Function Import and Cardinality 0..n

$
0
0

We are trying to use a complex type as the return type for a function import with cardinality 0..n. If the complex type is referenced to an ABAP structure, we dont get back any values. If i remove the ABAP structure reference, we get the correct output with multiple rows.

 

Is this a known bug or we are doing something wrong?

 

While debugging the framework code, came across a section which checks for "conversions" and if this is true, treats the complex type as a structure, ignoring the cardinality.

 

IF lo_complex_type->get_no_conversion( ) = abap_false.

 

          ASSIGN cr_data->* TO <ls_source_structure>.

          lo_struct_descr ?= lo_complex_type->create_data_descriptor( ).

          CREATE DATA lr_target_struct TYPE HANDLE lo_struct_descr.

          ASSIGN lr_target_struct->* TO <ls_target_structure>.

 

          /iwbep/cl_mgw_data_helper=>convert_complex_property_outb(

            EXPORTING

              io_complex_type     = lo_complex_type

              is_source_structure = <ls_source_structure>

            CHANGING

              cs_target_structure = <ls_target_structure>

          ).

 

          cr_data = lr_target_struct.

 

This code isnt executed if its a complex type without ABAP structure.

 

Gateway: IW_BEP SP8

 

Regards,

Parag.

Batch Operation error only with GET operation

$
0
0

Hi,

 

I'm trying to execute a batch operation and when I use GET operation, I get error "The Data Services Request could not be understood due to malformed syntax". It does not happen with any other operation (tested with PUT and POST).

 

I already tried several solutions discussed in the SCN, but I'm still getting this error.

 

My HTTP request:

 

get1.JPG

My response:

get2.JPG

 

Doing more deeply investigation (debugging) I found something interesting:

 

In method: PROCESS_BATCH (/IWCOR/CL_DS_PROC_DISPATCHER)

get3.JPG

 

And processing the BATCH, I found something that intrigues me:

get4.JPG

When it's processing the requests in the bacth, if operation is something different of POST/PUT/PATCH/MERGE/DELETE, in my case GET, the flow goes to exception and ends with the error above.

 

Does anybody already saw that? Any comments?

 

Thank you!

Flavio

error Resource not found for the segment 'SRMShoppingCartCollection'

$
0
0

Hello Everyone,

 

I am getting this error "Resource not found for the segment 'SRMShoppingCartCollection'" while opening an awaiting approval / saved shopping cart in UI5 Addon for SRM. The issue occurs randomly.

 

But, I could see all the required data loaded except for the error popup.

 

Steps that I already followed which didnt workout are:

  • Refresh Catalogs, Refresh Metadata for the SRMShoppingCart service.
  • Clear Cache.
  • Check for existing OSS notes (didnt find any)

 

I am confused why this service is unstable, that it runs fine some times and not some other time. I checked it for the same user, same shopping cart within a span of a minute and could observe the distinctive behaviour. When I put any external breakpoint, the issue doesn't seem to happen at all(didnt see it till now for some tens of runs). But when I remove the breakpoint the issue pops few times.

 

Also, should it not happen with shopping carts of all statuses.? It happens only for saved/awaiting approval shopping carts. and It happens when I try to open it from "My Carts" (Order tracking) as a requester.

 

Any quick help is appreciated, as I'm struck with this strange behaviour of the system.

 

Thanks & Regards,

Karthik

Counting Gateway access license

$
0
0

Hi,


We have a SAP Gateway Hub installed with license for xxxxx calls. I think it is called GW Consumer Access License.

Does anyone know how we can audit how many calls we make. ?

How to connect to my app logic in a central hub scenario

$
0
0

Currently, we have already deployed an ABAP OO application that is exposing custom services directly from the ABAP stack. We are planning to migrate the service layer to Gateway and are now looking at what we need to arrange to get this running in both an embedded as well as central hub deployment.

 

In an embedded gateway scenario, I'll just be able to launch my ABAP code from the service implementation. But how does this work in a central hub deployment? Would I have to wrap all my methods into RFCs in order to call them from there?


Update Table not working(O Data)

$
0
0

Hi,

I have created one RFM with importing single parameter and exporting tabular.

 

For get entity set is working right but when I am trying to put(update) getting error.

 

1. For update I have written code in update_entity even external break point is not triggering, same worked for get entity.

 

Get entity Request URI : /sap/opu/odata/sap/ZUSER_DATA_SRV/ZUSERDATASet/?$filter=Uname eq 'P02050607'

 

 

Put Operation URI : /sap/opu/odata/sap/ZUSER_DATA_SRV/ZUSERDATASet(Mandt='300',Uname='P02050607')

 

-Amol S

SAP GW Maintain Services, ADD INTEROP Service Dump!

$
0
0

Hello all experts,

 

Recently i have finished an EHP 5 to EHP7 upgrade and we decided to run SAP Fiori APPs FOR CLIENT, i started to config GW client based on SAP Configuration Guide, then we faced an strange issue in maintaining Service, when i add "/UI2/INTEROP" service, program terminate happens!

error1.JPG

We started to re-configure the system till we found other services from /ui2/ are fine and the problem is only happen when we try to add INTEROP service.

Then we started to run this program in debug mode and we found when we try to add this service, an infinite loop happens, that makes this program (/IWBEP/CL_MGW_MED_DBA_ACCESS==CP) crash.

i found whole SAP market to find any note or patch but seems like this is an unique error.

any idea about this problem ?

Indeed there is no error in /IWFND/ERROR_LOG. 

 

MY SP LEVELS:

 

SAP_BASIS7400007SAPKB74007SAP Basis Component
SAP_ABA7400007SAPKA74007Cross-Application Component
SAP_GWFND7400010SAPK-74010INSAPGWFNDSAP Gateway Foundation 7.40
SAP_UI7400010SAPK-74010INSAPUIUser Interface Technology 7.40
CTS_PLUG2000013SAPK-20013INCTSPLUGSAP CTS Plugin
PI_BASIS7400007SAPK-74007INPIBASISBasis Plug-In
ST-PI2008_1_7000010SAPKITLRDJSAP Solution Tools Plug-In
BI_CONT7570001SAPK-75701INBICONTBusiness Intelligence Content
SAP_BW7400007SAPKW74007SAP Business Warehouse
SUPDOE7310000-Sybase Unwired Platform - Data Orchestration Engine
IW_FNDGC1000004SAPK-10004INIWFNDGCSAP IW FNDGC 100
IW_GIL1000005SAPK-10005INIWGILGeneric Interaction Layer
IW_PGW1000006SAPK-10006INIWPGWProcess Gateway
IW_SPI1000005SAPK-10005INIWSPIService Provider Infrastructure

 

Regards,

 

ALI.

IT_KEY_TAB in GET_Entityset method

$
0
0

Hi All,

 

I have implemented GET_ENTITYSET method and I would like to invoke this method with IT_KEY_TAB filled.

Does anybody help how should I invoke GET_ENTITYSET method where I have values in IT_KEY_TAB?

 

I tried /sap/opu/odata/sap/ZGW_EPM_SALES_ORDER_SRV/SalesOrder(SoID='500000002') but it is invoking GET_ENTITY method and passing IT_KEY_TAB there but I want to invoke GET_ENTITYSET method.

 

Entity Set - SalesOrder in my case and Key is SoID.

 

 

 

MetaData -

 

 

<?xml version="1.0" encoding="utf-8" ?>

 

-<edmx:Edmx Version="1.0" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx">

 

 

-<edmx:DataServices m:DataServiceVersion="2.0" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">

 

 

-<Schema Namespace="ZGW_EPM_SALES_ORDER_SRV" xml:lang="en" xmlns="http://schemas.microsoft.com/ado/2008/09/edm">

 

 

-<EntityType Name="SalesOrder" sap:content-version="1" xmlns:sap="http://www.sap.com/Protocols/SAPData">

 

 

-<Key>

 

 

<PropertyRefName="SoID" />

 

</Key>

 

<PropertyName="SoID" Type="Edm.String" Nullable="false" MaxLength="10" sap:label="Sa. Ord. ID" />

 

 

<PropertyName="CurrencyCode" Type="Edm.String" Nullable="false" MaxLength="5" sap:label="Currency" sap:semantics="currency-code" />

 

 

<PropertyName="GrossAmount" Type="Edm.Decimal" Nullable="false" Precision="15" Scale="14" sap:label="Gross Amt." />

 

 

<PropertyName="NetAmount" Type="Edm.Decimal" Nullable="false" Precision="15" Scale="14" sap:label="Net Amt." />

 

 

<PropertyName="TaxAmount" Type="Edm.Decimal" Nullable="false" Precision="15" Scale="14" sap:label="Tax Amt." />

 

 

<NavigationPropertyName="SalesOrderItems" Relationship="ZGW_EPM_SALES_ORDER_SRV.OrderItems" FromRole="FromRole_OrderItems" ToRole="ToRole_OrderItems" />

 

</EntityType>

 

-<EntityType Name="SalesOrderItems" sap:content-version="1" xmlns:sap="http://www.sap.com/Protocols/SAPData">

 

 

-<Key>

 

 

<PropertyRefName="SoID" />

 

 

<PropertyRefName="SoItemPos" />

 

</Key>

 

<PropertyName="SoID" Type="Edm.String" Nullable="false" MaxLength="10" sap:label="Sa. Ord. ID" />

 

 

<PropertyName="SoItemPos" Type="Edm.String" Nullable="false" MaxLength="10" sap:label="PO Item Pos" />

 

 

<PropertyName="ProductID" Type="Edm.String" Nullable="false" MaxLength="10" sap:label="Product ID" />

 

 

<PropertyName="Note" Type="Edm.String" Nullable="false" MaxLength="255" sap:label="Description" />

 

 

<PropertyName="CurrencyCode" Type="Edm.String" Nullable="false" MaxLength="5" sap:label="Currency" sap:semantics="currency-code" />

 

 

<PropertyName="GrossAmount" Type="Edm.Decimal" Nullable="false" Precision="15" Scale="14" sap:label="Gross Amt." />

 

 

<PropertyName="GrossAmountExt" Type="Edm.Decimal" Nullable="false" Precision="12" Scale="4" sap:label="Amount" />

 

 

<PropertyName="NetAmount" Type="Edm.Decimal" Nullable="false" Precision="15" Scale="14" sap:label="Net Amt." />

 

 

<PropertyName="NetAmountExt" Type="Edm.Decimal" Nullable="false" Precision="12" Scale="4" sap:label="Amount" />

 

 

<PropertyName="TaxAmount" Type="Edm.Decimal" Nullable="false" Precision="15" Scale="14" sap:label="Tax Amt." />

 

 

<PropertyName="TaxAmountExt" Type="Edm.Decimal" Nullable="false" Precision="12" Scale="4" sap:label="Amount" />

 

 

<PropertyName="DeliveryDate" Type="Edm.DateTime" Nullable="false" sap:label="Time Stamp" />

 

 

<PropertyName="Quantity" Type="Edm.Decimal" Nullable="false" Precision="7" Scale="3" sap:label="Quantity" />

 

 

<PropertyName="QuantityUnit" Type="Edm.String" Nullable="false" MaxLength="3" sap:label="Qty. Unit" sap:semantics="unit-of-measure" />

 

</EntityType>

 

-<Association Name="OrderItems" sap:content-version="1" xmlns:sap="http://www.sap.com/Protocols/SAPData">

 

 

<EndType="ZGW_EPM_SALES_ORDER_SRV.SalesOrder" Multiplicity="1" Role="FromRole_OrderItems" />

 

 

<EndType="ZGW_EPM_SALES_ORDER_SRV.SalesOrderItems" Multiplicity="*" Role="ToRole_OrderItems" />

 

 

-<ReferentialConstraint>

 

 

-<Principal Role="FromRole_OrderItems">

 

 

<PropertyRefName="SoID" />

 

</Principal>

 

-<Dependent Role="ToRole_OrderItems">

 

 

<PropertyRefName="SoID" />

 

</Dependent>

</ReferentialConstraint>

</Association>

 

-<EntityContainer Name="ZGW_EPM_SALES_ORDER_SRV" m:IsDefaultEntityContainer="true">

 

 

<EntitySetName="SalesOrderItems" EntityType="ZGW_EPM_SALES_ORDER_SRV.SalesOrderItems" sap:content-version="1" xmlns:sap="http://www.sap.com/Protocols/SAPData" />

 

 

<EntitySetName="SalesOrder" EntityType="ZGW_EPM_SALES_ORDER_SRV.SalesOrder" sap:content-version="1" xmlns:sap="http://www.sap.com/Protocols/SAPData" />

 

 

-<AssociationSet Name="OrderItems" Association="ZGW_EPM_SALES_ORDER_SRV.OrderItems" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1" xmlns:sap="http://www.sap.com/Protocols/SAPData">

 

 

<EndEntitySet="SalesOrder" Role="FromRole_OrderItems" />

 

 

<EndEntitySet="SalesOrderItems" Role="ToRole_OrderItems" />

 

</AssociationSet>

</EntityContainer>

 

<atom:linkrel="self" href="<>:8000/sap/opu/odata/sap/ZGW_EPM_SALES_ORDER_SRV/$metadata" xmlns:atom="http://www.w3.org/2005/Atom" />

 

 

<atom:linkrel="latest-version" href="<>/sap/opu/odata/sap/ZGW_EPM_SALES_ORDER_SRV/$metadata" xmlns:atom="http://www.w3.org/2005/Atom" />

 

</Schema>

</edmx:DataServices>

</edmx:Edmx>

 

Regards,

Sid

$filter option does not work after SAP_UI upgrade

$
0
0

We recently upgraded our SAP Gateway UI add-on to SAP_UI 740 SP13 (from SP10) as SAPUI5 libraries we were using were outdated. After the upgrade OData queries with $filter option do not work. OData services that use $filter option return empty result set. Example query that was working before the upgrade are as follows:

 

/sap/opu/odata/sap/ZCUSTOMER_LOOKUP_SRV/TShiptoSet?Kunnr eq '202768'

 

/sap/opu/odata/sap/ZGB_SRA016_PRICE_AVAIL_SRV_01/Customerhelp_shiptoSet?$filter=Mcod1 eq 'ABC*'  and  Parvw eq  'SH'

 

OData services that don't use $filter option are working properly. We have tried clearing the metadata cache on Gateway and backend for services in question and that did not help.

 

We are working on a fast track project and need this issue resolved quickly. Any assistance in this regard is highly appreciated.

oData development based on Backend RFC

$
0
0

Hi All,

 

I started developing a oData gateway service in Gateway system which is connected to ERP backend system.

 

Initially I would like to use the Gateway service as Wrapper. I have to pass few input parameters like UI5 launch pad login user id, date, selected value from the drop down.

 

The below are the steps I have done so far, stuck here and need some input and help here.

 

1. with the help some blogs I able to create a project and import the RFC. All input parameter fields I have choosen as keys shown in the picture and mapped. Out put parameters also mapped. I just need a read operaion with hard coded input parameter values as part of the oData testing  in the first step. When I run the service with these values I have expected to see some data in the XML format But I am getting some errors when I run the service in SAP NetWeaver Gateway client.

 

The query , I have passed in SAP SEGW client:

 

/sap/opu/odata/SAP/ZNY_PT_ARQ_ACCOUNTS_GET_1_SRV/TimeAccounts1Set(ImEndda='9999-12-31T00:00:00',ImModus='R',ImPernr='12868',ImSelBegda='2014-11-21T00:00:00',ImSelEndda='9999-12-31T00:00:00',ImSelPernr='12868')

 

ERROR:

 

<?xml version="1.0" encoding="UTF-8"?>

-<error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">

<code>005056A509B11EE1B9A8FEC11C22778E</code>

<message xml:lang="en">Invalid key predicate type for 'ImEndda'. Expected type is 'Edm.DateTime'</message>

-<innererror xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">

<transactionid>D68991E5A83BF1A080C4005056A85FC5</transactionid>

<timestamp>20151123023256.5880000</timestamp>

-<Error_Resolution>

<SAP_Transaction>Run transaction /IWFND/ERROR_LOG on SAP NW Gateway hub system and search for entries with the timestamp above for more details</SAP_Transaction>

<SAP_Note>See SAP Note 1797736 for error analysis (https://service.sap.com/sap/support/notes/1797736)</SAP_Note>

</Error_Resolution>

</innererror>

</error>

 

Error message from the /IWDFND/ERROR_LOG is:

 

Message details:

 

 

Invalid key predicate type for "ImEndda". Expected type is

"Edm.DateTime"

 

 

Attached screenshots of mapping and data types from the gateway service.

 

Thanks

Krish

Viewing all 1745 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>