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

  • 相关阅读:
    Codeforces 959 E Mahmoud and Ehab and the xor-MST
    LightOj 1336 Sigma Function
    某考试 T1 sigfib
    [BOI2007] Sequence
    UOJ 41. 矩阵变换
    [BOI2007] Mokia
    SPOJ 26108 TRENDGCD
    bzoj3545: [ONTAK2010]Peaks
    bzoj3910: 火车
    bzoj1185: [HNOI2007]最小矩形覆盖
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13619005.html
Copyright © 2020-2023  润新知