cancel
Showing results for 
Search instead for 
Did you mean: 

Enable Fiori App Error

Former Member
0 Kudos

Hi All,

    I had configured a Fiori App - Track Sales Order. All opening the app in Fiori Launch pad, i cannot see any Sales Order in master view and the list is empty. On Search, the Sales Order is displayed and the corresponding details is displayed on the details view.

Is there any configuration or authorization missing.   What the Sales order list is not loaded by default.

Please help me to resolve this issue.

Thanks,

Divya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Divya,

There is some configuration required to do for every App.

Configuration can be done from tcode SIMGH.

Please refer the Configuration Tasks in the below link:

App Implementation: Track Sales Orders - SAP Fiori principal apps for SAP ERP 1.0 - SAP Library

Thanks

Former Member
0 Kudos

Hi Arun,

Thanks for the reply. I will implement this now. But we are facing the same problem for Track Purchase Order app enablement. But I cannot see this Configuration for Track PO. For track PO, we are not able to get the list on loading, only on search it shows the corresponding search PO.

what all the PO list is not loading on load. What could be the problem. Is there any configuraiton missing for Track Purchase order app. when we do an inspect element it shows -

"status 304 error".

Please help in issue.

Thanks,

Divya

aakash_neelaperumal2
Active Participant
0 Kudos

In which service do you get the 304 error? . And also did you try to change the date range in the filter option for Track Purchase order .

Former Member
0 Kudos

Hi Divya,

Can you try refreshing the cache of your client web browser and cache of frontend servers.

Thanks

Former Member
0 Kudos

Yes. i changed the date range in the filter option for Track Purchase order as "NULL"

Former Member
0 Kudos

Hi Aakash,

The fiori url which returned status 304

URL Method Result Type Received Taken Initiator Wait‎‎ Start‎‎ Request‎‎ Response‎‎ Cache read‎‎ Gap‎‎
/sap/bc/ui5_ui5/sap/mm_purord_tpo/Component-preload.js GET 304 application/x-javascript 137 B < 1 ms JS Library XMLHttpRequest 6178 0 0 0 0 1825
/sap/bc/ui5_ui5/sap/mm_purord_tpo/i18n/i18n_en.properties GET 304 application/octet-stream 136 B < 1 ms JS Library XMLHttpRequest 6209 0 0 0 0 1794
/sap/bc/ui5_ui5/sap/mm_purord_tpo/resources/sap/ca/scfld/md/css/scfld.css GET 304 text/css 164 B < 1 ms <link rel="stylesheet"> 6256 0 0 0 0 1747
/sap/bc/ui5_ui5/sap/mm_purord_tpo/i18n/i18n_en.properties GET 304 application/octet-stream 136 B < 1 ms JS Library XMLHttpRequest 6256 0 0 0 0 1747
/sap/opu/odata/sap/SRA020_PO_TRACKING_SRV;mo/$metadata?sap-client=100 GET 304 application/xml 144 B 16 ms 6256 0 0 16 0 1731
/sap/bc/ui5_ui5/sap/mm_purord_tpo/view/S2.view.xml GET 304 text/xml 120 B < 1 ms JS Library XMLHttpRequest 6318 0 0 0 0 1685
/sap/bc/ui5_ui5/sap/mm_purord_tpo/i18n/i18n.properties GET 304 application/octet-stream 136 B < 1 ms JS Library XMLHttpRequest 6318 0 0 0 0 1685
/sap/bc/ui5_ui5/sap/mm_purord_tpo/i18n/i18n_en.properties GET 304 application/octet-stream 136 B < 1 ms JS Library XMLHttpRequest 6334 0 0 0 0 1669
/sap/opu/odata/sap/SRA020_PO_TRACKING_SRV;mo/POLists?$skip=0&$top=100&$orderby=CreatedAt%20desc&$filter=CreatedAt%20gt%20%2720141022%27&$inlinecount=allpages&sap-client=100 GET 304 application/json 171 B < 1 ms JS Library XMLHttpRequest 6334 0 0 0 0 1669
/sap/bc/ui5_ui5/sap/mm_purord_tpo/view/S3.view.xml GET 304 text/xml 120 B < 1 ms JS Library XMLHttpRequest 6428 0 0 0 0 1575
/sap/opu/odata/sap/SRA020_PO_TRACKING_SRV;mo/PODetailedDatas(SAP__Origin='CQE_210',PONumber='4500000000')?$expand=POItems&sap-client=100 GET 200 application/json 2.81 KB 484 ms JS Library XMLHttpRequest 6521 0 484 0 0 998
/sap/opu/odata/UI2/PAGE_BUILDER_PERS/$batch POST 202 multipart/mixed 0.53 KB 1.06 s JS Library XMLHttpRequest 6942 0 718 343 0 0

Also i changed the date range in the filter option for Track Purchase order to "NULL".

If Filter is "null" -     It list is empty and gives a message - "Search By Company Name or Order No".

If Filter is   "7 days"      -     It record is coming. If i refresh, some 20 records is coming. Those data i cross - checked with the back end. Data is correct.

What should be done now for this?

Thanks,

Divya