Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

About selecting Scheduling Agreement and Forecast delivery schedule

former_member611006
Active Participant
0 Kudos

Hi Experts,

i want to write a Report, with 2 parameters for the selection : Sold-to-party and Period

For this Sold-to-party/Period, I want to list all scheduling agreement + Forecast delivery schedule.

I already found the Function SD_VBEP_READ_WITH_VBELN to read all Forecast delivery schedule lines using Sales Doc.No. , but how can I select all Scheduling Agreement for the Period ?

Regards,

David

1 REPLY 1

former_member611006
Active Participant
0 Kudos

Solution:

by selecting data from table VEPVG (Delivery Due Index) and using function SD_VBEP_READ_WITH_VBELN for each SD Document.

Regards,

David