用事务代码查看视图的函数

文章目录

      • [1 Introduction](#1 Introduction)
      • [2 Code](#2 Code)

1 Introduction

If we continue to see view with T-code. We can use the function for it .

2 Code

sql 复制代码
REPORT z_websrv_con.

CALL FUNCTION 'VIEW_MAINTENANCE_CALL'
  EXPORTING
    action                       = 'U'   "操作类型:U修改/S显示/T传输
    view_name                    = 'ZTPMCONFIG01'  "维护视图名
*    TABLES
*   dba_sellist                  = gt_sellist
  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.
IF sy-subrc <> 0.
ENDIF.
相关推荐
Henry-SAP2 小时前
SAP独立需求与相关需求的区别解析
人工智能·云原生·sap·erp
Henry-SAP11 小时前
SAP MRP类型与计划策略配置精髓解析
人工智能·云原生·sap·erp
Henry-SAP20 小时前
AI突破重塑未来科技格局
人工智能·云原生·sap·erp
Henry-SAP2 天前
AI芯片与具身智能双突破
人工智能·云原生·sap·erp
Henry-SAP4 天前
小米自研AI芯片亮相
人工智能·云原生·sap·erp
爱喝水的鱼丶5 天前
SAP-ABAP:ABAP 用户出口参数传递与上下文获取:SAP 标准数据读取与交互逻辑实现
运维·性能优化·交互·sap·abap·经验交流·出口
Henry-SAP5 天前
AI与机器人信息新闻
人工智能·云原生·sap·erp
山茶花开时。7 天前
[SAP ABAP] Excel批量维护货源清单
sap·abap
山茶花开时。7 天前
[SAP ABAP] ALV报表练习5
sap·sap abap·alv报表
SAP_奥维奥科技8 天前
化工企业SAP ERP怎么选?从第一次没做成,到连续做到第八期
sap