zoukankan      html  css  js  c++  java
  • SAP CRM Cross Component级别的跳转如果出了问题,该如何调试

    Created by Jerry Wang on Feb 06, 2014

    (1) Click Hyperlink “Workflow document”:

    The following method is called to handle the navigation.

    Step into method SET_WORKAREA_CONTENT.
    (2) Inside method SET_WORKAREA_CONTENT, there is a method analyze_navigation:
    The information of navigation target is contained in the importing parameters.

    (3) Inside method SET_WORKAREA_CONTENT, there is a method analyze_navigation:
    The information of navigation target is contained in the importing parameters.

    Inside method analyze_navigation,

    The navigation descriptor object is got from lv_entity:
    The variable GV_UI_OBJECT_TYPE contains the ui object type for navigation target:

    The descriptor object lv_descriptor_object is used to get the navigation target:

    Target ID: ZWFINBOUND

    Regarding how to configure the target ID ZWFINBOUND, please refer to this blog.
    After method get_navigation_info_for_target is called, the target UI component view and inbound plug is determined.

    (4) The inbound plug of determined target UI component view will be called by UI framework:


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

  • 相关阅读:
    禅道安装
    logstash将配置写在多个文件
    原版Filebeat+ELK
    Filebeat+ELK部署文档
    A-2---Jenkins安装
    Linux ftp服务器搭建
    linux 网络命令
    yum安装时出现No more mirrors to try.
    kvm 修改虚拟机密码
    NFS安装
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13619005.html
Copyright © 2011-2022 走看看