zoukankan      html  css  js  c++  java
  • 将ABAP On-Premises系统连接到中央检查系统以进行自定义代码迁移

    官网

    前置条件

    • 在 SAP Cloud Platform ABAP 环境中,您已被分配角色 SAP_CORE_BC_CCM。 此角色允许您使用通信对象连接 SAP Cloud 和本地实例
    • 在您的本地系统中,您已安装以下内容:
      (1)具有管理员权限的 SAP Cloud Connector。
      (2)Java 8.

    一切就绪后,system landscape 如下:

    Open SAP Cloud Connector

    在您的浏览器中,登录到您的内部部署系统的 SAP Cloud Connector。 如果您的内部部署系统是 SAP AS ABAP Developer Edition, 7.5x,请在您的虚拟机中打开浏览器,例如 VMWare

    • 地址 = 例如 https://localhost:<端口>(默认值 = 8443)
    • 用户 = Administrator
    • 密码 = 您的密码。 (初始密码= manage)

    您的 Cloud Connector 仪表板应如下所示:

    • 至少连接了一个 Cloud Foundry 子账户 (1)
    • 至少一个从云到本地的映射 (2)

    请注意位置 ID (3) - 此处为 XXX。 稍后您将需要它。

    Add resources for Custom Code Migration (CCM) App

    现在,您将添加 CCM 应用程序所需的资源。 资源是指 CCM 应用检查需要调用的 RFC 或 BAPI。

    下载 SAP Note 2861842 中的附件,CustomCodeMigration(1).zip ,用于 ABAP 服务器所在的 Linux 系统。

    在左侧选择 Cloud to On-Premise,然后选择 Import System Mappings...

    导入刚才下载的 .zip 文件:

    资源被自动导入:

    在 ABAP 系统中打上下列这些 note:

    • 2599695 Custom Code Migration Fiori App: Remote Stubs for the Checked System
    • 2888880 Remote analysis: Bulk determination of method names
    • 2820446 Remote Analysis for source system, Release 7.52, i.e. run the report RS_ABAP_INIT_ANALYSIS

    Check connectivity in SAP BTP cockpit

    在 Cloud Foundry 子账户的 SAP BTP Cockpit 中,选择 Cloud Connectors。

    位置 ID 指向正确的 SAP Cloud Connector(位于内部部署系统中); 虚拟主机指向 SAP Cloud Connector 中映射的本地连接。

    仍然在 Cockpit 中,选择 Destinations,然后选择您之前创建的目的地,这里是 NPL_JP。

    维护如下内容:

    • Destination Name = here, NPL_XXX
    • jco.client.ashost = here, nplhost
    • Location ID = here, XXX

    通过选择检查连接来检查连接。 你应该得到这样的消息:

    Create communication system for Custom Code Migration

    打开 SAP BTP、ABAP 环境实例的仪表板。 要查找此 URL,请从子帐户概览中选择相关空间,例如 Dev,然后选择 Service Instances > ABAP System > Your System > View Dashboard。 登录。

    Choose Communication Management > Communication Systems, then choose New.

    输入系统 ID,例如 NPL_ATC_XXX。 应用程序会自动提供同名的系统名称。 接受这一点。

    开启 Destination 服务。

    选择 Use Default Instance,然后从下拉列表中选择目标服务的名称 NPL_JP。

    Create communication arrangement for Custom Code Migration

    From the home page, choose Communication Management > Communication Arrangement > New.

    使用下列参数创建 communication arrangement:

    • Communication Scenario SAP_COM_0464 - 从下拉列表中选择。 如果此通信场景未出现,则您缺少正确的授权,无法完成本教程
    • Arrangement Name - 覆盖默认值(名称相同),例如 使用 SAP_COM_0464_XXX 或 SAP_COM_0464_SID.

    Choose your communication system from the dropdown list, SAP_COM_0464_XXX. 保存。

    Assign business role for Custom Code Migration App

    Choose Identity and Access Management > Maintain Business Roles.

    Choose BR_IT_PROJECT_MANAGER > Edit.

    在已分配的业务目录中,选择添加 > SAP_CORE_BC_CCM > 应用 > 开启。该磁贴应出现在启动板中:

    Run Custom Code Migration App

    Choose Go.

    Choose Create to create new project.

    • Target release = SAP BTP, ABAP Environment
    • Destination = SAP_COM_0464_NPL_XXX
    • Transition Scenario = New implementation

    更多Jerry的原创文章,尽在:"汪子熙":

  • 相关阅读:
    ubuntu下内核源码树的建立
    删除ubuntu旧版本内核
    设置ubuntu12.04桌面版开机进入命令行模式
    MFC学习笔记(一)向模态对话框传递数据
    redis 映射数据结构粗略
    redis入门
    mybatis总结
    mybatis--mapper配置总结
    mybatis-初步使用
    maven-plugins说明
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/15024365.html
Copyright © 2011-2022 走看看