简体   繁体   English

在没有导航栏工作中心的情况下运行 Tr.launcher

[英]Run Tr.launcher without NavBar Work Center

I created the following custom objects and customizing:我创建了以下自定义对象并进行了自定义:

  • Z program Z程序
  • Z transaction, which runs the Z program Z 事务,运行 Z 程序
  • Transaction Launcher, which runs the Z transaction (Enterprise Portal or ITS?)事务启动器,运行 Z 事务(企业门户或 ITS?)
  • Logical Link, which runs the Transaction Launcher逻辑链接,运行事务启动器
  • Workcenter, which runs the Logical Link运行逻辑链接的工作中心
  • Navigation Bar Profile, whom the Workcenter is assigned to将工作中心分配给的导航栏配置文件
  • Button in Web UI, which runs the Logical Link Web UI 中的按钮,用于运行逻辑链接

Currently, pressing the button starts the Z program successfully.目前,按 按钮成功启动 Z 程序。

But if I delete the Workcenter from the Navigation Bar Profile, my button doesn't work anymore.但是,如果我从导航栏配置文件中删除工作中心,我的按钮将不再起作用。

How can I solve it?我该如何解决?

A Logical Link can be called only if it's assigned to one element in the customizing (transaction code CRMC_UI_NBLINKS ).仅当将逻辑链接分配给自定义中的一个元素(事务代码CRMC_UI_NBLINKS )时,才能调用该逻辑链接。 If your logical link is not attached to any element of the CRM UI Framework, ie it's called from ABAP code (called from a button in a Web UI component), you may choose to assign it to a "Generic Outbound Plug".如果您的逻辑链接未附加到 CRM UI 框架的任何元素,即它是从 ABAP 代码调用的(从 Web UI 组件中的按钮调用),您可以选择将其分配给“通用出站插件”。 For example:例如:

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM