Chinaunix首页 | 论坛 | 博客
  • 博客访问: 100199
  • 博文数量: 55
  • 博客积分: 530
  • 博客等级: 中士
  • 技术积分: 460
  • 用 户 组: 普通用户
  • 注册时间: 2010-11-02 11:21
个人简介

大龄ABAP自由顾问

文章分类

全部博文(55)

文章存档

2016年(1)

2015年(4)

2014年(14)

2013年(2)

2012年(3)

2011年(31)

我的朋友

分类: IT业界

2012-12-20 17:09:49

FF_5增强已激活
但是设置断点后发现不执行
 
经查看,FF_5的标准程序:RFEBBU10
 
 

program: RFEBBU10

select * from febko into table yfebko

where kukey in r_kukey

and kipre ne 'X'.

loop at yfebko.

select * from febep into table yfebep

where kukey = febko-kukey

and pipre ne 'X'.

loop at yfebep.

......

*perform userexit using testrun.*

....

endloop.

endloop.

具体分析为什么 perform userexit using testrun.没有执行

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