Chinaunix首页 | 论坛 | 博客
  • 博客访问: 7133971
  • 博文数量: 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)

分类:

2007-06-14 16:53:50

1) Either you scan CDHDR/CDPOS tables.
But be careful because these are very big tables (performance --)
You must access with the first key

(OBJECTCLAS = MATERIAL or MAT_FULL (Material) or COND_A (price)
                      = EINKEBELEG (PO)
                      = LIEFERUNG (Delivery) ...etc..


2) Either you
- Activate Change Pointers (generally) (BD61)
- Activate Change Pointers for Message Types (BD50)
(It is only a little part of ALE - very simple )

Then you scan BDCP then CDHDR/CDPOS (with all the key --> performance ++)
Use BD22 to delete obsolete pointers ... (performance ++ when you scan BDCP table)

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