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的原创文章,请关注公众号"汪子熙":

  • 相关阅读:
    grub
    init
    内核的ramdisk
    kernel信息及其相关命令
    mvc和mvvm模式
    vue从零开始(一)
    echarts自动播放图形
    echarts自定义悬浮框的显示
    typescript入门
    echarts的最外层配置项
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13619005.html
Copyright © 2011-2022 走看看