zoukankan      html  css  js  c++  java
  • dUMP:A new value is to be assigned to the field "<L_BOX>"

    DUMP:

    A new value is to be assigned to the field "<L_BOX>", although this field is entirely or partly protected against changes.

    key:

    probably you have specified the fields box_tabname and box_fieldname of structure 

    FORM pf_alv_list_layout USING ps_layout TYPE slis_layout_alv .
      CLEAR :  ps_layout.

      ps_layout-colwidth_optimize    'X'.
      ps_layout-detail_initial_lines 'X'.
      ps_layout-zebra                'X'.
      ps_layout-box_fieldname        'SEL'."这句的问题

    ENDFORM

  • 相关阅读:
    动软代码生成器
    today
    命令执行漏洞
    Linux基础命令(二)
    动态主机配置协议DHCP
    Linux基础(一)
    ARP通信
    IP网段的判断
    配置yum源
    centos7-配置阿里yum源安装nginx
  • 原文地址:https://www.cnblogs.com/aurora-cj/p/9353144.html
Copyright © 2011-2022 走看看