Skip to Content
0
Former Member
Dec 28, 2007 at 06:05 AM

Subroutine

168 Views

HI All.

I need to Populate delivery quantity to VL10 * while created STO by ME21N. (Delivery automatically created by basis configure in R/3 once STO created by ME21N)

FV50C302 this subroutine using for send delivery quantity from ME21N to VL10*.

Two structures are in subroutine FV50C302.

1. LIPSD is a Structure for Dynamic Part of the Delivery Item

2. KOMDLGN is a Structure for General Delivery Interface: Communication Table.

Iam passing values as follows.

LIPSD-G_LFIMG (Delivery quantity) = KOMDLGN-LFIMG.

LIPSD-PIKMG (Picked Quantity) = KOMDLGN-KMPMG.

Please advice me whether it is correct or not.

Reward all helpful answers.

Regards.

Jay