cancel
Showing results for 
Search instead for 
Did you mean: 

copy sales order

Former Member
0 Kudos

hi experts,

how can we make copy a sales order of 1100 organization to 1700...

what are the necessary steps for copying.......through VTAA

thanks

rahul

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

As far as my understanding it is not possible to copy sales order from XYZ oganization to sales order in ABC organization.

It gives error as

Sales organizations deviate from each other. 6600 and/or 1100 (reference)

Message no. V2007

Diagnosis

The sales organization of the reference document is not the same as the sales organization of the target document.

Procedure

If you want to add to an existing document by referring to another document, select a reference document with the same sales organization as the target document.

If you want to create a new document by referring to a document, make certain that the sales organization and the document number are correct.

I think whe have to Change Routine 002 (Header : diffrent customer)

In this below logic is written this you have to change (Allow system to take diffrent sales organization)

Is the sales org. the same in both reference and target?

IF HVBAK-VKORG NE VBAK-VKORG.

MESSAGE E007 WITH HVBAK-VKORG VBAK-VKORG.

ENDIF.

  • Is the dist. channel the same in both reference and target?

IF HVBAK-VTWEG NE VBAK-VTWEG.

MESSAGE E011 WITH HVBAK-VTWEG VBAK-VTWEG.

ENDIF.

  • Is the division the same in both reference and target?

IF HVBAK-SPART NE VBAK-SPART.

MESSAGE E012 WITH HVBAK-SPART VBAK-SPART.

ENDIF.

Kapil

Edited by: Kapildev Farakte on Jan 7, 2010 6:51 AM

Former Member
0 Kudos

Hi kapil...

thanks for your valuable affort...u r getting the same thing that i want.......

can u tell me how we can make change in code for

002 Header-diff.custome....

as this is used in VTTA this is a field with help....so i am not aware how we can write code here..as u have any idea to add this code.....

please give me the enhancement name OR the area whr i can write this code...

regards

rahul

Former Member
0 Kudos

Hi,

Take help of ABAPer he will help you to tackle outh from this.

Kapil

Former Member
0 Kudos

Hi,

You need to write an new copy control routine (T.code VOFM), under copy requirements - orders.

In the routine, you need to write the code and same new routine will be assign in copy control screen for orders.

regards

Vivek.

Former Member
0 Kudos

Hello Kapil...

i thing u r giving solution for copying sales order of same sales organization....but my requirement is copying sales order to different sales organization....

regards

rahul

Answers (0)