如何将CRM系统上传到服务器,如何将SAP CRM equipment通过中间件上传到ERP系统

2023-11-13

In document Step by step to download equipment from ERP with hierarchy, the steps to replicate equipment from ERP to CRM are described. By default the equipment in ERP is modeled as individual object in CRM with object family 0401. With correct customizing, certain changes could be made on those equipment in CRM, and the change could also be replicated back to ERP.

: it is NOT support to upload an equipment created from CRM ( that is, its original system is set as CRM ) to ERP. Only those equipment whose original system set as ERP could be replicated back to ERP.

The note 1267718 – Upload of individual objects changes from CRM to ERP contains the most fundamental settings but without detail explanation on its item. So this document includes how to perform equipment upload in detail.

CRM: system AG3 client 001

ERP: system ERP client 001

(1) Activate adapter DNL_EQUIPMENT in tcode R3AC1

By default this adapter is deactivated. If you could not see it in list, click button “In-/Active” to show all inactive one.

If you need also to replicate the hierarchy change on equipment back to ERP, you must also activate adapter DNL_EQUI_HIER as well.

120ad89d8864

(2) Enable equipment delta change

in SPRO Customer Relationship Management -> Master Data -> Install Base -> Replication of Technical Objects from SAP ERP->Define Default Settings for Replication of Equipment, make the delta load check-box:

120ad89d8864

(3) Specify adapter for object upload

in SPRO Customer Relationship Management -> Master Data -> Products -> Objects -> Specify Adapter Object for Uploading Objects,

add object family and adapter in customizing:

120ad89d8864

(4) Maintain ERP site information and subscription information in tcode SMOEAC

Create a new Subscription for object upload for your ERP site ( under folder “R/3” ). The publication name is “Product Individual Objects via Object Family( MESG )”.

120ad89d8864

Replication objects:

120ad89d8864

In criteria value tab, make sure you specify the dedicated object family value for equipment in your system. In my case it is 0401.

: it is NOT support to maintain “” here, the system simply treats “” as a normal value of object family, thus the upload will not work.

120ad89d8864

All the settings in SMOEAC will be stored in a series of database table SMOH*. In the runtime your settings will be evaluated by middleware framework.

(5) Enable description change in CRM

By default once an equipment is replicated from ERP to CRM, it is not allowed to change it on CRM. However partial changes could be manually enabled via SPRO: Customer Relationship Management -> Master Data -> Products -> Business Add-Ins->BAdI: Allow Changes to Product Data:

120ad89d8864

The above entry means it is allowed to change the short description ( set type COMM_PR_SHTEXT ) of the equipment ( object family 0401 ) in CRM.

(6) Trigger upload via equipment description change

Make changes on equipment description and save the transaction.

120ad89d8864

If you have deactivated inbound queue processing in tcode SMQR, you could see an inbound queue with name consisting of prefix CSA_INDOBJ + in tcode SMQ2.

120ad89d8864

Once we have manually executed it, a new outbound queue “R3AUINDOBJ + ” will appear in tcode SMQ1.

120ad89d8864

This outbound queue is responsible for the actual upload to ERP.

For trouble shooting purpose, refer to this blog How to debug Product initial upload in ERP and CRM system.

要获取更多Jerry的原创文章,请关注公众号"汪子熙":

120ad89d8864

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

如何将CRM系统上传到服务器,如何将SAP CRM equipment通过中间件上传到ERP系统 的相关文章

  • Qt 判断集合中的元素是否全部相同

    1 简述 判断元素是否相同 遍历跟第一个比就行 有不同直接返回 情况是有一个设备组 里边包含若干设备 设备全开 组开关显示开 设备全关 组开关显示关 设备状态不一致 禁用组开关 逻辑 判断组内状态是否相同 if 相同 取第一个设备状态即可
  • C语言 ANSI C 库常用处理字符串的函数

    1 char strcpy char restrict s1 const char restrict s2 该函数把s2指向的字符串 包括空字符 拷贝至s1指向的位置 返回值是s1 2 char strncpy char restrict
  • lua 之 math

    参考 Imathlib c Math Library Tutorial 常用接口 abs 返回指定值的绝对值 print math abs 10 10 print math abs 5 5 print math abs 1 02 1 02
  • 题目:L2-035 完全二叉树的层序遍历

    题目 题目详情 L2 035 完全二叉树的层序遍历 25 分 pintia cn 大意 一个二叉树 如果每一个层的结点数都达到最大值 则这个二叉树就是完美二叉树 对于深度为 D 的 有 N 个结点的二叉树 若其结点对应于相同深度完美二叉树的
  • 基于STM32F103的智能门锁系统

    基于STM32F103的智能门锁系统 直接说明实现了什么效果 1 指纹解锁 基于AS608 2 RFID解锁 基于RC522 3 密码解锁 基于LCD电容屏触摸控制 4 蓝牙解锁 基于HC 06 5 后台服务器管理开锁信息 基于ESP826
  • Docker 初学者指南——如何创建您的第一个 Docker 应用程序

    您是开发人员 想从 Docker 入手 这篇文章是为你而写的 在简要介绍什么是 Docker 以及为什么要使用它之后 您将能够使用 Docker 创建您的第一个应用程序 什么是Docker Docker是 Docker Inc 开发的一款免
  • 使用MXNet完成一个基于FCN的盲道实时语义分割

    使用MXNet完成一个基于FCN的盲道识别语义分割 一点说明 基本原理 测试集效果 数据标注 训练 基本设置 读入数据 网络构建 开始训练 测试 一点说明 前段时间根据gluon的教程动手学深度学习和同学项目实地拍摄的盲道图片完成了一个基于
  • 最强自动化测试框架Playwright(17)- 模拟接口

    模拟接口 介绍 Web API 通常作为 HTTP 终结点实现 Playwright提供了API来模拟和修改网络流量 包括HTTP和HTTPS 页面所做的任何请求 包括 XHR 和获取请求 都可以被跟踪 修改和模拟 使用Playwright
  • Ubuntu查看usb设备驱动/usb以太网卡设备驱动

    step1 lsusb 查看当前有哪些usb设备 注意 插在usb口上的外接设备一定能通过lsusb显示出来 但是不一定能通过lspci显示出来 即使这个设备的驱动已经安装了 由于我要查看我的有线网卡的驱动 lsusb命令执行完成以后可知
  • ORA-12505:TNS:listener does not currently know of SID given in connect descriptor

    Oracle安装好之后 默认的listener是localhost 现在为了在局域网内能够访问 其他电脑访问的时候 提示如下错误 ORA 12505 TNS listener does not currently know of SID g
  • 八大排序总结---- 数据结构 (图解法) 面试必会! ! !

    八大排序总结 目录 一 插入排序 InsertSort 二 希尔排序 ShellSort 三 选择排序 SelectSort 四 堆排序 HeapSort 五 冒泡排序 BubbleSort 六 快速排序 QuickSort 1 hoare
  • 至少12亿元收支差,分析运营商7大数据产品应用

    本文不讨论运营商在大数据的应用上暂时的颓势 也不评击其拥有金库却见不着有数的着的商业模式 或许是因为运营商们探索时间起步较晚 也可能由于运营商对于如何开放用户数据还没想明白 又或者是历史遗留的用户数据还存在业务线条分割 区域分割 数据分散情
  • 学会这7个常见问题和答案,让你下一次JavaScript面试获得高分

    在本文中 我将涵盖您在JavaScript 面试中可能遇到的最常见问题 并提供详细的答案和示例 以帮助您在竞争中脱颖而出 无论您是初学者还是经验丰富的开发人员 本指南都会让您有信心打动面试官并找到工作 1 什么是 JavaScript 它与
  • 用R建立岭回归和lasso回归

    1 分别使用岭回归和Lasso解决薛毅书第279页例6 10的回归问题 例6 10的问题如下 输入例题中的数据 生成数据集 并做简单线性回归 查看效果 cement lt data frame X1 c 7 1 11 11 7 11 3 1
  • 软件工程专业毕设题目选题推荐

    文章目录 0 前言 1 题目推荐 2 开题指导 2 1 起因 2 2 如何避坑 重中之重 2 3 为什么这么说呢 2 4 难度把控 2 5 题目名称 3 最后 0 前言 这是学长亲手整理的 软件工程毕设选题系列第三篇 都是经过学长精心审核的
  • 自制ChatGPT批量生成文章多线程 多Key Python脚本

    本文转载自 自制ChatGPT批量生成文章多线程 多Key Python脚本 更多内容请访问钻芒博客 https www zuanmang net 简单 多线程GPT3 5模型 特有需求 生成文章后会先保存txt到文章中 程序跑完之后会在生
  • windows11 BitLocker 强制解锁

    windows11 BitLocker 强制解锁 打开命令提示符 1 输入 manage bde off C 运行后 系统将会对C盘数据解密 2 输入 manage bde status C 查看C盘解密进度 注 也可在控制面板BitLoc
  • 基于springboot+vue的校园二手交易市场

    一 项目背景介绍 校园二手交易市场是大学生生活中的重要组成部分 它为学生提供了一个便捷的方式来买卖物品 然而 传统的校园二手交易方式存在着信息不对称 交易风险高等问题 为了解决这些问题 基于Spring Boot和Vue的校园二手交易市场系
  • SAP HANA Studio管理工具 管理视图

    本文主要介绍SAP HANA Studio管理工具 管理视图相关操作步骤方法 以及使用说明文档 原文地址 SAP HANA Studio管理工具 管理视图

随机推荐