Application dependency determination tool

简介: Application dependency determination tool

Create a report with following abap code:

DATA  : lt_components     TYPE /ui5/app_index_component_id_t,
        lt_dependencies   TYPE string_table,
        lo_ui5_app_index  TYPE REF TO /ui5/cl_ui5_app_index.
APPEND 'cus.crm.opportunity' TO lt_components.
*APPEND 'cus.crm.myaccounts' TO lt_components.
lo_ui5_app_index = /ui5/cl_ui5_app_index=>get_instance( ).
lo_ui5_app_index->/ui5/if_ui5_app_index~get_ui5_app_info_json(
  EXPORTING
    it_components = lt_components
  IMPORTING
    et_dependencies_json = lt_dependencies ).

test with Opportunity:image.png

相关文章
|
2月前
|
Kubernetes 容器
error: no configuration has been provided, try setting KUBERNET
error: no configuration has been provided, try setting KUBERNET
25 0
annotationProcessor‘ dependencies won‘t be recognized as kapt annotation processors. Please change
annotationProcessor‘ dependencies won‘t be recognized as kapt annotation processors. Please change
300 0
Application dependency determination tool
Application dependency determination tool
Application dependency determination tool
How myTask application is loaded in CreateFromAccount scenario
How myTask application is loaded in CreateFromAccount scenario
How myTask application is loaded in CreateFromAccount scenario
|
Java Maven
How to fix My note local Maven build error due to Selenium dependency declaration
How to fix My note local Maven build error due to Selenium dependency declaration
How to fix My note local Maven build error due to Selenium dependency declaration
Launchpad services provided in HANA XS in multitenant
Launchpad services provided in HANA XS in multitenant
Launchpad services provided in HANA XS in multitenant
SAP CRM Application Extension Tool的Custom Behavior
SAP CRM Application Extension Tool的Custom Behavior
116 0
SAP CRM Application Extension Tool的Custom Behavior
无法使用UI configuration的trouble shooting
无法使用UI configuration的trouble shooting
无法使用UI configuration的trouble shooting
strange behavior:why u31000 is accessed for Extension project
Created by Wang, Jerry, last modified on May 20, 2015
92 0
strange behavior:why u31000 is accessed for Extension project
|
Devops 容器
Why SSDs Matter for Application Development
Solid state disks (SSDs) have become popular in today's servers and consumer devices as a means of improving data I/O and application performance
1196 0
Why SSDs Matter for Application Development