Chinaunix首页 | 论坛 | 博客
  • 博客访问: 277977
  • 博文数量: 62
  • 博客积分: 2966
  • 博客等级: 少校
  • 技术积分: 615
  • 用 户 组: 普通用户
  • 注册时间: 2007-06-07 23:16
个人简介

Be a simple man

文章分类

全部博文(62)

文章存档

2012年(6)

2011年(15)

2010年(6)

2009年(3)

2008年(5)

2007年(27)

我的朋友

分类:

2010-03-09 14:17:38

The enhancement RSR00001 (BW: Enhancements for Global Variables in
Reporting) is called up several times during execution of the report. Here,
the parameter I_STEP specifies when the enhancement is called up.

The following values are valid for I_STEP:

· I_STEP = 1

Call up takes place directly before variable entry

· I_STEP = 2

Call up takes place directly after variable entry. This step is only started
up when the same variable could not be filled at I_STEP=1.

· I_STEP = 3

In this call up, you can check the values of the variables. Triggering an
exception (RAISE) causes the variable screen to appear once more.
Afterwards, I_STEP=2 is also called up again.

· I_STEP = 0

The enhancement is not called from the variable screen. The call up can come
from the authorization check or from the Monitor.
阅读(780) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~