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

SD document flow line items

Former Member
0 Likes
641

Hi all,

Can we exclude some line items to appear in the subsequent documents of sales order?

Like if I had 5 items in a sales order, I only want three of them to appear in the delivery doc or Advanced ship notice. The other two are filtered using item category or material type.

Is it possible to do that?

If yes, please shed some light on it.

Thank you,

Krishna Dev.

1 ACCEPTED SOLUTION
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
448

In the copy control for sales documents there is a field that determines whether the document flow must be updated. This is set up on the item level by document type and item category (PSTYV). This is part of the SD configuration and has nothing to do with ABAP. See transaction VTAA.

And no, this cannot be done by material type, unless you are ready to do a core modification.

2 REPLIES 2
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
449

In the copy control for sales documents there is a field that determines whether the document flow must be updated. This is set up on the item level by document type and item category (PSTYV). This is part of the SD configuration and has nothing to do with ABAP. See transaction VTAA.

And no, this cannot be done by material type, unless you are ready to do a core modification.

Read only

0 Likes
448

Thank you Jelena.