zoukankan      html  css  js  c++  java
  • ALV弹出窗口   REU…

    有时候需要在双击ALV某行时,弹出一个窗口

    这里介绍中比较简单的实现方式:FM:REUSE_ALV_POPUP_TO_SELECT

      CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT'
        EXPORTING
          i_title               '凭证明细'                               "弹出的alv标题
          i_zebra               'X'
          i_screen_start_column 10                                       "ALV起始位置
          i_screen_start_line   10
          i_screen_end_column   115
          i_screen_end_line     15
          i_tabname             space                                    "这里默认是空就OK了
          it_fieldcat           fieldcat[]                               "这里是字段目录
        TABLES
          t_outtab              l_it_detial[]


    http://blog.sina.com.cn/sapliumeng
  • 相关阅读:
    linux shell执行远程计算机上的命令或者脚本(ssh)
    人到中年,愿我们的人生无悔
    资料
    新博客
    移植ok6410
    pm剩余要看的内容
    kernel boot
    regulator
    pm
    bochs安装一系列问题
  • 原文地址:https://www.cnblogs.com/senlinmu110/p/3802258.html
Copyright © 2011-2022 走看看