In order to resolve one issue I need to figure out the logic how field OBJECT_TYPE is populated in table CRMD_ORDERADM_I.For example, I have the following opportunity line item:
According to SAP help, it is by default hidden: We have to manually set it as visible in WebUI component workbench: It looks like below: 要获取更多Jerry的原创文章,请关注公众号"汪子熙":
In ERP, I have created one material with division = 01: In CRM, activate division handling in this customizing: And also create one customizing entry for Division 01 in CRM: Now download material into CRM, you could observe the division 01 is downloaded and stored in CRM table: Keyword division, ...
There are huge number of function modules which are called in one order runtime as event callback.If you want to research by yourself, set a breakpoint on the function module below, which is a central entry point to call event handler function module:
(1) In ERP, create one material 1468 "JVM": And another material 1469 "JDK 1.8": (2) Create BOM via tcode CS01 based on material 1468 with the following settings: Add 1469 as line item: Once saved, there is one entry generated in table MAST: (3) Create one download request in CRM via tcode R3AR2:...
Part1 and Part2 actually share the same assignment block COMM_PR_SHTEXT.That means if you change text in Part1 ( part2 ), the change will automatically be displayed in part2 ( part1 ). The only difference is in part2, you can maintain text with different language but in part1 you can only maintai...
Part1 and Part2 actually share the same assignment block COMM_PR_SHTEXT.That means if you change text in Part1 ( part2 ), the change will automatically be displayed in part2 ( part1 ). The only difference is in part2, you can maintain text with different language but in part1 you can only maintai...
You would like to download customer material info record via initial download ( R3AS ). You always see error message "Parent not O.K.: BUPA_MAIN".You can guarantee that the dependent business partner as parent has already been downloaded to CRM correctly.Why still see this error message?
在 SAP 项目实施中,Brownfield 场景是一种迁移策略,尤其用于从 SAP ERP 系统升级到 SAP S/4HANA 的过程中。Brownfield 方法可以理解为“系统转换”模式,它是指在现有系统基础上进行优化和转换,而不是从头开始构建一个全新系统。这种策略可以让企业保留现有的业务流程和系统配置,最大程度地降低业务中断风险,同时利用...
For example if you have 110 equipment to be downloaded from ERP, there would be 3 inbound queues generated in CRM, the first two will each import 50 equipment and the left 3rd queue imports the left 10 equipment.The transaction handling of each queue is isolated from each other, for example if th...