Chinaunix首页 | 论坛 | 博客
  • 博客访问: 7126841
  • 博文数量: 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-05-30 08:50:27

  • In order to offer a meaningful input help for as many screen fields as possible, the R/3 System uses a number of mechanisms. If there is more than one such mechanism available for a field, the one that is furthest left or at the top of the above hierarchy is used.
  • In addition to the options described above for defining the input help of a field in the ABAP Dictionary, you can also define it in the screen field. The disadvantage, however, is that there is no automatic reuse.
  • With the screen event POV, you can program the input help of a field by yourself. You can adjust the design of the help to the standard help using the function modules F4IF_FIELD_VALUE_REQUEST or F4IF_INT_TABLE_VALUE_REQUEST.
    However, you should check to see if the part of the input help that you programmed yourself should be implemented as a search help exit instead (see Appendix).
  • You can also attach a search help to a screen field in the Screen Painter. There are some functional restrictions on this kind of attachment as compared with attachment in the Dictionary.
  • You should no longer use the input checks defined directly in the flow logic of the screen, from which it is also possible to derive input helps.
  • The function Technical info is offered in the hit list in the menu of the right mouse key. It can be used to find out which of the specified mechanisms is being used.
    阅读(4139) | 评论(1) | 转发(0) |
    给主人留下些什么吧!~~

    syutokukou2008-11-25 14:24:23

    老白,您好! 想请问一下用se11做成的search help中import parameter和export parameter这两个参数check上,有何作用啊!好像检索时,检索条件项目是通过spos来控制,检索出来的东西是用lpos来控制的!