cancel
Showing results for 
Search instead for 
Did you mean: 

Empty Sales Order in Fiori Track Sales Order

Former Member

Dear SAP Experts,

I have problem with implementing track sales order application in my fiori. The problem is sales order shown nothing.

After debug method of class SRA018, i found that any improper value for variable below:

CUSTOMER_NUMBER    0001234567 -> 00012345

SALES_ORGANIZATION    1234 -> 12

DISTRIBUTION_CHANNEL     12 -> 1

DIVISION            12 -> 1

After revise the value in debugger, the sales order shown as expected.

There are 2 sap notes which similar with this issue:

1. 2232265 -> implemented in backend, but not solve the problem

2. 2089708 -> i have implemented this before upgrade SAP_GWFND

Backend Version:

SRA018    600    0007    SAPK-60007INSRA018    Purchase Order Status Tracking OData Int

SRA021    600    0008    SAPK-60008INSRA021    Customer Invoices OData Integration Comp

Frontend Version:

SAP_GWFND    740    0013    SAPK-74013INSAPGWFND    SAP Gateway Foundation 7.40

UIX01EAP         100    0008    SAPK-10008INUIX01EAP    UI for ERP Central Applications

If you have any experiences with this problem, please help to give suggestion to solve this problem.

Hi , could you help me to check this issue?

Thanks & best regards,

Husin

Accepted Solutions (1)

Accepted Solutions (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Husin,

I had several conversion issues with SAP_GWFND SP13. Please try following notes.

2181284 - Runtime error in /IWCOR/CL_DS_EP_WRITER_XML - property of type Edm.DateTime or Edm.DateTimeOffset

2245413 - Truncated filter values

2241188 - Some characters of filter value get cut in OData request

2232883 - Wrong values in select options table

2249354 - Double properties in select table


Regards,

Masa / SAP Technology RIG

Former Member
0 Kudos

Hi Masa,

Thanks for your help, SAP Note 2245413 - Truncated filter values solve my problem.


Best Regards,

Husin

Answers (0)