cancel
Showing results for 
Search instead for 
Did you mean: 

Wrong material availability check in Check Price and Availability app

Former Member
0 Kudos

Hello Experts

I have configured Check price and availability app. This app however always shows that the given material is available irrespective of the desired quantity. I have checked my ECC system, stock of the material there is way less than what I keyed in. Is there any note that I am missing?

Below is the screenshot of the same. Kindly help.

I have only 40 pieces in stock , still this app is showing that 1 lac pieces are available on the desired date.

Regards

Parth

Accepted Solutions (0)

Answers (1)

Answers (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Parth,

With this document, you can identify the OData and find the actual backend logic. It may help your troubleshooting.

SAP Fiori LL11 - Consultants should know about OData troubleshooting

Regards,

Masa / SAP Technology RIG

Former Member
0 Kudos

Hi Masa,

Thank you for your reply.

I will do as directed. Will revert you if I get something.

Regards

Parth

Kurusetti
Explorer
0 Kudos

Hi Parth,

Even we are facing the same issue, I had debugged the ODATA service and finally arrived at a point where the quantity check is happing .

BAPI_SALESORDER_SIMULATE is the final point for deriving available quantity and In back-end system we had also configured the relevant document type.

Problem with this BAPI_SALESORDER_SIMULATE is what every the quantity I key-in it is showing as available, please let me know if we need to do any addition configuration to rectify this.

Thanks & regards,

K.Rajesh

Former Member
0 Kudos

Hi Rajesh

In my scenario, wrong document type was maintained at the back end. On debugging, I came to know that BAPI was searching for the particular doc type ( that is hard coded in BAPI ) . I had changed the doc type  and my issue got resolved. Please try to debug the BAPI and cross check for the order type. Reward if helpful

Cheers

Parth