cancel
Showing results for 
Search instead for 
Did you mean: 

How do I check the material quantity in the respective logistics area?

0 Kudos

Hi all,

I created a work center with a webservice to consume material and book goods issues via mobile devices.

Before I create a goods issue, I want to validate if the entered values correct:

  • How do I check if there is enough material (Data Type: ProductID) available in the entered logistics area (LogisticsAreaID) and site (SiteID)? I could not find any suitable way via the BOs LogisticsArea and Location.
  • How do I check if the entered material is available at all in the entered logistics area? I tried to use QueryByStorageConstraints on BO LogisticsArea, but it seems as though this query returns lists of logistics area for which the respective material is defined in the storage control.

Thank you in advance for your help.

Best regards,

Daniel

Accepted Solutions (1)

Accepted Solutions (1)

former_member200995
Contributor

Hi Daniel,

Maybe you can use the QueryByElements on Inventory -> AggregationOverview.

Best Regards,

Benny

Answers (1)

Answers (1)

0 Kudos

Hi Benny,

Thanks, it is working fine now!

Best regards,

Daniel