登录  
 加关注
查看详情
   显示下一条  |  关闭
温馨提示!由于新浪微博认证机制调整,您的新浪微博帐号绑定已过期,请重新绑定!立即重新绑定新浪微博》  |  关闭

原来为了你

我的人生就是要一次次的超越

 
 
 

日志

 
 
 
 

as window  

2011-02-12 11:15:12|  分类: ABAP屏幕操作 |  标签: |举报 |字号 订阅

  下载LOFTER 我的照片书  |

report.

tables sscrfields.
type-pools icon.

selection-screen:
  begin of screen 500 as window title title,

    pushbutton 2(10)  but1 user-command cli1,
    pushbutton 12(30) but2 user-command cli2
                           visible length 10,
  end of screen 500.

at selection-screen.
  case sscrfields.
    when 'CLI1'.
      ...
    when 'CLI2'.
      ...
  endcase.

start-of-selection.
  title  = 'Push button'.
  but1 = 'Button 1'.

  call function'ICON_CREATE'
    exporting
      name   = icon_information
      text   = 'Button 2'
      info   = 'My Quickinfo'
    importing
      result = but2
    exceptions
      others = 0.

  call selection-screen '0500' starting at 10 10.

  评论这张
 
阅读(323)| 评论(0)

历史上的今天

评论

<#--最新日志,群博日志--> <#--推荐日志--> <#--引用记录--> <#--博主推荐--> <#--随机阅读--> <#--首页推荐--> <#--历史上的今天--> <#--被推荐日志--> <#--上一篇,下一篇--> <#-- 热度 --> <#-- 网易新闻广告 --> <#--右边模块结构--> <#--评论模块结构--> <#--引用模块结构--> <#--博主发起的投票-->
 
 
 
 
 
 
 
 
 
 
 
 
 
 

页脚

网易公司版权所有 ©1997-2018