cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to calculate open quantity per schedule line in scheduling agreement in new report?

mfrankel
Explorer
0 Kudos
405

Hej!

Our developer is trying to find a way to calculate the open qty of a schedule line but seems not able to find any way to do it easily. Seems run-time calculation in VA32 is really complex. Does anyone know a good way to achieve this without copying all the std code from the transaction?

Thanks and regards,

Magnus Frankell

Accepted Solutions (0)

Answers (1)

Answers (1)

Lakshmipathi
SAP Champion
SAP Champion
0 Kudos

Ideally, open quantity should be considered from VBBE table.  Still if you want to check at schedule line level, consider the following fields from VBEP table

  • WMENG for Order quantity
  • DLVQTY_BU and
  • DLVQTY_SU for delivered quantities

but this report might give performance issue as SAP to check at schedule line level instead of item level.