zoukankan      html  css  js  c++  java
  • 如何把一个ABAP视图添加到SAP GUI的收藏夹里

    The idea comes from Sougata Chatterjee’s anwser in this thread:

    Suppose I need to add the maintenance view COMV_PARTNER_FCT to my favorite list. I expect once the entry in the favorite list is double clicked, it will automatically navigate to the view detail like below ( the initial screen of SM30 is not expected )

    Create a new transaction code and maintain SM30 as default value for transaction:

    Just maintain the maintenance view name as the default value for screen field VIEWNAME:

    You can find the screen name by put the focus on input field for view name in SM30, and click F1,

    then click “Technical Information” icon,

    then you get the screen-field name:

    The last step is adding the new transaction code to my favorite. Unfortunately when I test it, it fails to work and raised the following error message.
    The initial screen still remains without any automatic navigation to detail of view COMV_PARTNER_FCT.

    we can find the location where this error message is raised by this tip and know the error is caused since we didn’t specify any action like UPDATE, SHOW or TRANSPORT.

    Then go back to SE93 and add another entry with SHOW = X and after that issue is resolved.

    要获取更多Jerry的原创文章,请关注公众号"汪子熙":

  • 相关阅读:
    小程序返回顶部top滚动
    创建对象的几种模式
    前端基础常识
    三行代码让页面中的所有元素增添不同颜色的外边框
    纯css制作小三角
    设计表单
    纯css制作三级菜单
    三栏-中栏流动布局
    三栏固定布局(为栏设定内边距和边框)
    ie8以下不兼容h5新标签的解决方法
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13619271.html
Copyright © 2011-2022 走看看