Chinaunix首页 | 论坛 | 博客
  • 博客访问: 308707
  • 博文数量: 33
  • 博客积分: 1512
  • 博客等级: 上尉
  • 技术积分: 408
  • 用 户 组: 普通用户
  • 注册时间: 2007-05-29 08:47
个人简介

SAP CRM

文章存档

2015年(6)

2013年(1)

2011年(6)

2009年(5)

2008年(13)

2007年(2)

分类: 项目管理

2011-09-27 16:15:29


Copy control for Incoterms
 | posted Apr 24, 2006 | Replies (1) 
 
Standard SAP derives the incoterms from the sold-to -
to derive them from the ship-to (which does make more
sense!) you need to implement a user exit in sales
order processing.

In program MV45AFZZ, we did the following on several
of my projects, in FORM USEREXIT_MOVE_FIELD_TO_VBKD:

If SVBKD-TABIX = 0.
VBKD-INCO1 = KUWEV-INCO1. "IncoTerms Part 1
VBKD-INCO2 = KUWEV-INCO2. "IncoTerms Part 2
EndIf.

Note that this is only done in order create mode, so
that you can make changes subsequently & not have them
overwritten.

阅读(3786) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~