cancel
Showing results for 
Search instead for 
Did you mean: 

In VL10C,Unselected Line items are copied for delivery creation in VL01N

Former Member
0 Kudos

Hello,

I am trying to create outbound deliveries for an sales order using t.code VL10C. when I execute VL10C,it takes me to next screen with all sales order line items where i am selecting some line items & select Dialog button for delivery creation. In this case all line items of the sales order get copied into VL01N screen instead of copying only the selected line items.

What may be the issue? Is this standard functionality of VL10C transaction? my requirement is to create delivery for selected line items using VL10C transaction.

Regards

Goutham

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

We are experiencing the same issue. On top of the fact it is creating a delivery for all line items, it is also combining multiple plants (shipping points) within oen and the same delivery.

I'm working in ECC 6

If any has any clues how to resolve this, or OSS notes to be applied, appreciate it very much

Former Member
0 Kudos

hi All,

It's a standard SAP process... See OSS note 453947...

For me it's a bug, not for SAP....

But create deliveries for only selected item work in backgroung process ! According to user role parameter "selected items"

Source code :

SET PARAMETER ID 'VST' FIELD <cs_postab>-vstel.

SET PARAMETER ID 'AUF' FIELD <cs_postab>-vbelv. -


> only order number (not item)

SET PARAMETER ID 'ALT' FIELD SPACE. "n_810897

EXPORT lv50c-datbi FROM lf_datbi TO MEMORY ID 'LEDAT'.

EXPORT d_tcode FROM sy-tcode

enque FROM cx_list_profil-enque "n_602290

TO MEMORY ID 'CALLING_TCODE'.

CALL TRANSACTION 'VL01N' AND SKIP FIRST SCREEN.

regards.