cancel
Showing results for 
Search instead for 
Did you mean: 

Order quantity in printout in VA03

suryasarathi_basu
Participant
0 Kudos

Hi Experts,

I have requirement in VA03 to print Order quantity of the schedule lines tab but the splitted items are not coming in the printout. Actually the first item has been split into two delivery dates but it is not confirmed. I am using Output type BA00 which is calling program RVADOR01 . Can anyone suggest me how to get the order quantity in the printout. Please note that when the item gets confirmed then the spitted items are appearing in the printout.

Regards,

SURYA

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member193284
Active Participant
0 Kudos

Surya,

are you fetching the items from VBAP table? if yes then in this case you need to check the scheduling line items from VBEP table.

Remember when an item has delivery schedule it will split one item into multiple scheduline lines in an order.

this can be retrieved using VBEP table. Then either you can sum up the quantity for all schedule lines pertaining to one item and show the order quantity or show individual delivery schedule lines on the form this purely depends on your requirement.

Also try and see if you can get total order quantity in VBPA table.

Thanks