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

大龄ABAP自由顾问

文章分类

全部博文(55)

文章存档

2016年(1)

2015年(4)

2014年(14)

2013年(2)

2012年(3)

2011年(31)

我的朋友

分类: 项目管理

2011-08-12 15:25:46

POPUP_TO_CONFIRM_STEP
With this function module you create a dialog box in which you ask the user during an action, whether he or she wishes to perform the step. You pass the title and a two-line question. The user must choose Yes, No or Cancel.
The possible responses are provided by the function module.
In the interface, the response "Yes" is pre-selected, but "No" can also be pre-selected via a parameter.
The user response (Yes, No or Cancel) is returned in a parameter.
POPUP_TO_CONFIRM_WITH_MESSAGE
With this function module you create a dialog box in which you inform the user about a specific decision point during an action. You pass a title, a three-line diagnosis text and a two-line question, which he or she must answer with Yes, No or Cancel.
The possible responses are provided by the function module. In the interface the response "Yes" is pre-selected, but "No" can also be pre-selected via a parameter.
The user response (Yes, No or Cancel) is returned in a parameter.
POPUP_TO_CONFIRM_WITH_VALUE
With this function module you create a dialog box in which you ask the user, during an action, whether he or she wishes to perform a processing step with a particular object. You pass a title, a two-line decision question and the object, which is inserted between the two parts of the question. The user must choose Yes, No or Cancel.
The possible responses are provided by the function module.
In the interface the response "Yes" is pre-selected, but "No" can also be pre-selected via a parameter.
The user response (Yes, No or Cancel) is returned in a parameter.
POPUP_TO_CONFIRM_LOSS_OF_DATA
With this function module you create a dialog box in which you ask the user, during an action, whether he or she wishes to perform a processing step with loss of data. You pass the title and the two-line question. The warning that data are lost and the possible responses are provided by the function module. The user must answer "Yes", "No" or "Cancel".
In the interface the response "No" is pre-selected and can not be changed.
The user response (Yes, No or Cancel) is returned in a parameter.
阅读(368) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~