Chinaunix首页 | 论坛 | 博客
  • 博客访问: 199377
  • 博文数量: 49
  • 博客积分: 1410
  • 博客等级: 上尉
  • 技术积分: 520
  • 用 户 组: 普通用户
  • 注册时间: 2008-03-24 09:35
文章分类

全部博文(49)

文章存档

2008年(49)

我的朋友

分类:

2008-07-23 17:58:18

CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_INIT'
    EXPORTING
      i_callback_program = sy-repid.


  CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND'
    EXPORTING
      it_fieldcat = field_catalog[]
      is_layout   = layout
      i_tabname   = 'ITAB'
      it_events   = events[]
    TABLES
      t_outtab    = itab[].

 

  CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND'
    EXPORTING
      it_fieldcat = field_catalog[]
      is_layout   = layout
      i_tabname   = 'ITAB'
      it_events   = events[]
    TABLES
      t_outtab    = itab[].

  CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND'
    EXPORTING
      it_fieldcat = field_catalog[]
      is_layout   = layout
      i_tabname   = 'ITAB'
      it_events   = events[]
    TABLES
      t_outtab    = itab[].

 

最后再

  CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_DISPLAY'
就可以了。

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

chinaunix网友2010-05-04 10:41:00

传入的内表必须是带表头的 不让的话用工具栏的工具操作alv的话会出错

chinaunix网友2008-08-05 16:49:45

这个出来是什么效果? 我把程序添加上了,但是出来看不出来什么效果 跟一个alv的一样

chinaunix网友2008-08-05 16:49:41

这个出来是什么效果? 我把程序添加上了,但是出来看不出来什么效果 跟一个alv的一样

chinaunix网友2008-08-05 16:33:33

请您能写的详细一些吗? 给出一个简单的完成程序

v41dugu2008-07-28 15:46:07

呵呵 谢谢提醒。。。 忘写上去了。。