cancel
Showing results for 
Search instead for 
Did you mean: 

Standard Fiori App - Pick by cart - Error

AbhishekSharma
Active Contributor
0 Kudos

Hi Gurus,

I am facing one error with Standard Fiori Application "Pick By Cart". Based on standard Fiori App Library I have already activated two services.

As soon as I click on "Start Picking" button getting below error, and there is not much information in F12 as well.

Accepted Solutions (1)

Accepted Solutions (1)

AbhishekSharma
Active Contributor
0 Kudos

Hi All,

I got it working.. There was one Warehouse Order which was not created correctly. In backend once we select Resources there was backend call for gathering Warehouse Orders.

I confirmed that specific Warehouse Order and application started working.

Thanks-

Abhishek

Answers (2)

Answers (2)

maheshpalavalli
Active Contributor

It is an exception that has been raised at the backend and like you have mentioned there is no clear information available.. So only way is to check it by yourself :(..

1. First check ST22 if any dump is raised. If yes, then you can check why it is raised by putting an external debugger or by analyzing the error.

2. If no dumps, you have to check what is the request that has been sent to the backend of you action in the UI,

If it is an entity set create or update -> then put external breakpoints in their respective methods including createdeepentiy and changeset methods and painfully you have to debug for the issue 😞

Else most probably as you are performing an action, it might be a function import as well, so you can put an external breakpoint there as well and debug for you issue.. it might be a configuration or a standard bug or a missing note issue..

BR,

Mahesh

AbhishekSharma
Active Contributor
0 Kudos

Thanks Mahesh,

I debugged the code and found it was a data related Issue.. But another thing I observed is SAP standard code is not returning correct exception to frontend, seems this be an issue with standard code.

Exception which was raised from backend service is below;

Exception which was displayed in console and Frontend is below:

Thanks-

Abhishek

maheshpalavalli
Active Contributor
0 Kudos

Hi Abhishek,

Now just check why the exception is not caught, maybe some method might not be catching it(doesnt have exception defined in method definition),.. if yes, then check if any standard SAP note is available.. if not raise this issue to SAP

Best Regards,

Mahesh

Colleen
Advisor
Advisor
0 Kudos

did /IWFND/ERROR_LOG transaction in Gateway provide any further meaningful information?

AbhishekSharma
Active Contributor
0 Kudos

Hi Colleen,

Thanks much for your reply.. No, nothing meaningful information.

Below is message getting in ErrorLog.

Its giving generic message.

Thanks-

Abhishek