cancel
Showing results for 
Search instead for 
Did you mean: 

Stock Update Flag

Former Member
0 Kudos

I want to create a field which will gets updated whenever the stock of the particular material gets updated, so that i can use that field to filter the updated stock data of materials only.

Which existing BO should i use to add the field and how can i expose the field in web service ?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

anand_dethg
Employee
Employee
0 Kudos
Dear Devdrone,

APINV_INVENTORY is the BO that captures the inventory information. The ES name is Inventory for the BO. The below three nodes that gets updated when the Stock changes in the above BO

  1. LAST_PICKUP_DATE_TIME (LastPickupDateTime)
  2. LAST_PUTAWAY_DATE_TIME (LastPutAwayDateTime)
  3. LAST_COUNT_DATE_TIME (LastCountDateTime)

Please verify the same from your end. The above fields are available in the data source for stock overview (SCMINVV02). You can use the blog written by Knut which is available in the link here and create an oData service rather than trying to extend the BO. The oData scenario is just an alternate approach which you can use. Do let me know if this helps.

Regards,

Anand

Answers (1)

Answers (1)

anant_acharya
Advisor
Advisor

anand.dethg Could you please suggest ?