Chinaunix首页 | 论坛 | 博客
  • 博客访问: 7133851
  • 博文数量: 655
  • 博客积分: 10264
  • 博客等级: 上将
  • 技术积分: 8278
  • 用 户 组: 普通用户
  • 注册时间: 2007-06-04 17:47
个人简介

ABAP顾问

文章分类

全部博文(655)

文章存档

2017年(2)

2014年(8)

2013年(3)

2012年(2)

2011年(18)

2010年(102)

2009年(137)

2008年(274)

2007年(134)

分类:

2008-10-21 14:39:52

新定义的BADI:ZMD_MODIFY_PRODVERS不能被激活,一看,原来定义不是Multiple use的,其引用的BADI定义名为:MD_MODIFY_PRODVERS,到表:SXC_EXIT一查,原来系统已经实现了一个实例IMPL_IPPE_MRP_PRODV,并且激活了,因为是非“Multiple use”的BADI,把IMPL_IPPE_MRP_PRODV取消激活,自己定义的这个就可以激活了。
 
 
 
 

Multiple Usability for BADI Definitions

Multiple use for means that there can be several active . When there is a call, they are all called up - however, in an unpredictable sequence.

If you have multiple-use , the sequence must not play any role therefore. A typical example is the execution of checks before a save.

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

chinaunix网友2008-10-24 21:59:08

前段时间刚遇到,郁闷了一天,呵呵,白大哥应该早点写嘛