cancel
Showing results for 
Search instead for 
Did you mean: 

Copy control

Former Member
0 Kudos

Hello Experts,

I have a business case where I need to have unloading points on item level in scheduling agreement. I make a sale order (delivery order) in reference to mentioned sched. agreement. I don't want to copy unloading point on this particular order because later it makes unwanted delivery split.

Unloading point is in KUWEV-ABLAD so in copy routine I clear xvbpa-ablad and cvbpa-ablad (which fills structure KUWEV). But in new order I still have unloading points copied from sched. agr. I tried with different copy routines for item (vbpa, vbap).

Any idea how to deal with this? I read about general problem with coping partner data between documents.

Maybe I can use a user exit which will clear this field while saving an order.

Thanks in advance for your help!

Michal

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can use the user exit . And one more thing is you can check with your technical team members is there any logic or idea in programmes.

Thanks and Regards

P.Srinivasa reddy

Former Member
0 Kudos

I developed program MV45AFZZ in USEREXIT_SAVE_DOCUMENT_PREPARE.

Loop at internal table xvbpa with clearing unloading point resolve my problem.