cancel
Showing results for 
Search instead for 
Did you mean: 

Copy control from contract to order - dont copy customer related fields

Former Member
0 Kudos

Hello all,

We want to create orders in reference to the contract.

All customer related data (exept payment terms) should be copied from customer master.

Not customer related data should be copied from the contract.

Does anyone know how I can do this?

Now in VTAA for header I have data tables 051, 101, 001

Accepted Solutions (1)

Accepted Solutions (1)

jignesh_mehta3
Active Contributor
0 Kudos

Hello,

First try this:

1. In VTAA for Header. there are copying Requirements - Assign routine 002 - Header-diff.customer here & try to create a Order from Contract, system may take ALL the Customer Details from Customer Master.

2. If the above does not work, with help of ABAPer, create a ew Routine & assign it here in Copying Requirements, which will make sure that all the details except Payment Terms) are copied from Customer Master.

Hope this helps,

Thanks,

Jignesh Mehta

Former Member
0 Kudos

Hello,

yes I already have Copying requirements 002, and in 051 routine I have

VBAK-KVGR1 = CVBAK-KVGR1.

VBAK-KVGR2 = CVBAK-KVGR2.

VBAK-KVGR3 = CVBAK-KVGR3.

VBAK-KVGR4 = CVBAK-KVGR4.

VBAK-KVGR5 = CVBAK-KVGR5.

So I can not use this one.

If I understood right, it is not possible to change existing routine?

I have to ask developer to create new one.

jignesh_mehta3
Active Contributor
0 Kudos

Yes. You cannot & should not change the existing (SAP Standaed) Routine.

Ask the developer to create new one, which would pricisely work as per our requirements.

You will have to create & assign new Copying Requirement in place of 002.

Hope this clarifies,

Thanks,

Jignesh Mehta

Answers (0)