底表维护

来源:互联网 发布:知乎发帖话题 编辑:程序博客网 时间:2024/05/15 09:34


call function 'VIEW_MAINTENANCE_CALL'
  exporting
    action                       = 'U'
    show_selection_popup         =  space
    view_name                    = 'ZMM_559'
  exceptions
    client_reference             = 1
    foreign_lock                 = 2
    invalid_action               = 3
    no_clientindependent_auth    = 4
    no_database_function         = 5
    no_editor_function           = 6
    no_show_auth                 = 7
    no_tvdir_entry               = 8
    no_upd_auth                  = 9
    only_show_allowed            = 10
    system_failure               = 11
    unknown_field_in_dba_sellist = 12
    view_not_found               = 13
    maintenance_prohibited       = 14
    others                       = 15.

原创粉丝点击