cancel
Showing results for 
Search instead for 
Did you mean: 

Contract Sales area different from Sales order sales area issue

Former Member
0 Kudos

Hi Experts,

As per the business requirement sales orders needs to be created with reference to "Contract" only. But issue is, Contract created in one Sales area needs to be utilized / refered by multiple sales areas during sales order creation. But we are getting the error message during sales order creation.

Kindly give your feedback to resolve this issue

Warm Regards,

Velmurugan

Accepted Solutions (0)

Answers (2)

Answers (2)

od_manikandan
Active Contributor
0 Kudos

Hai Velmurugan

VOV8

For the sales order type remove the

check division : (Keep it blank)

Now Customer sales even it is different from contract customer sales area it will not stop

Regards,

Mani

former_member209761
Active Contributor
0 Kudos

Dear Velmurugan,

The solution is as follows

In the copy control VTAA, in HEADER LEVEL, COPYING REQUIREMENT , make a copy of this standard requirement routine and create your own routine.

Assign it in the copy control.

Now ask your ABAPer to comment the following code.

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.

endif.

Check and revert back.

Thanks & Regards,

Hegal K Charles

Edited by: Hegal . K . Charles on Aug 3, 2011 3:51 PM