Application Development and Automation 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: 
Read only

Relation

Former Member
0 Likes
489

Hi!

Can anyone please tell me, what is the relation between a sales order scheduling and the corresponding delivery/goods issue?

Sales order sceduling:

VBEP table: VBELN + POSNR + ETENR.

The ETENR fireld is missing from the document flow (VBFA table).

How can I attach this scheduling line to the corresponding goods issue?

Thank you in advance

Tamá

Hi!

Can anyone please tell me, what is the relation between a sales order scheduling and the corresponding delivery/goods issue?

Sales order sceduling:

VBEP table: VBELN + POSNR + ETENR.

The ETENR fireld is missing from the document flow (VBFA table).

How can I attach this scheduling line to the corresponding goods issue?

Thank you in advance

Tamá

2 REPLIES 2
Read only

Former Member
0 Likes
443

Hi,

Delivered quantity at the schedule line is calculated with function module RV_SCHEDULE_CHECK_DELIVERIES. You have to feed it with document flow from sales order to delivery (FVBFA), schedule lines (FVBEP), status (FVBUP), and sales order item (FVBAP) to get the vsmng filled in FVBEP.

Also please check the following FM.

SD_VBEP_ARRAY_READ_VBELN

SD_VBEP_READ_WITH_POSNR

SD_VBEP_READ_WITH_VBELN

SD_VBEP_SELECT

SD_VBEP_SINGLE_READ

It will return VSMNG value(s) in table parameter (table strucuture VBEPVB).

<b>Hope this will help.</b>

Regards,

karthik

reward points if useful

Read only

0 Likes
443

TY for the answer. Unfortunately the quantites are already working, I have problems with finding an exact 1-1 contact between the scheduling and the goods issue, to match the goods issue date and the correct plant/storage place woth the scheduling.