最新文章列表

SAP CRM错误消息 Specify at least one number for the business partner

SAP CRM错误消息 Specify at least one number for the business partner Issue description When I try to edit Distribution Chain for a given product by clicking edit icon:     This is the data I input ...
JerryWang_SAP 评论(0) 有233人浏览 2021-03-15 10:06

SAP CL_CRM_BOL_ENTITY单元测试方法

In SAP standard development it is very important to use unit test to cover those changes on legacy code to try to avoid side effect. As type reference CL_CRM_BOL_ENTITY is widely used in UI component ...
JerryWang_SAP 评论(0) 有251人浏览 2021-03-15 10:05

如何使用SAP CRM中间件从ERP往CRM下载Service Master

(1) Create service master in ERP using tcode AC01:     Once saved, the service master header data will be saved to table below:     (2) Create a download request in CRM via tcode R3AR2 with ...
JerryWang_SAP 评论(0) 有239人浏览 2021-03-14 08:59

显示SAP CRM Product hierarchy的一个小工具

Recently I start to study SD and I found the product hierarchy in transaction code V/76 could not be viewed in tree style and it is not so convenient to check:     So I wrote a simple report to r ...
JerryWang_SAP 评论(0) 有285人浏览 2021-03-14 08:58

使用事物码SAT检测SAP CRM中间件的传输性能

(1) Create service master in ERP using tcode AC01:     Once saved, the service master header data will be saved to table below:     (2) Create a download request in CRM via tcode R3AR2 with ...
JerryWang_SAP 评论(0) 有218人浏览 2021-03-13 08:55

SAP CRM Product hierarchy,Category和Application三个问题

All of these three questions are raised regarding the customizing below via tcode COMM_PRAPPLCAT:     Question1: Product search supports “search by category id”.     However, we can assign d ...
JerryWang_SAP 评论(0) 有244人浏览 2021-03-10 09:16

SAP 数据库表CRMD_ORDERADM_I字段OBJECT_TYPE的计算逻辑

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: In table this fie ...
JerryWang_SAP 评论(0) 有192人浏览 2021-03-08 10:00

SAP CRM 中间件Request download里,遇到/SAPPSPRO/S_MAT_ENHANC_COMM 错误的解决办法

SAP CRM 中间件Request download里,遇到/SAPPSPRO/S_MAT_ENHANC_COMM 错误的解决办法 When I perform product request download, I found that the bapistructures sent from ERP only contains one entry with tabname = /SAPPS ...
JerryWang_SAP 评论(0) 有263人浏览 2021-03-07 09:18

SAP CRM中间件Material Sales Organization和distribution channel的映射逻辑

For example, I have created a material with the following sales organization and distribution channel id in ERP:     In tcode SMW01, I observed the following sales organization and distribution c ...
JerryWang_SAP 评论(0) 有267人浏览 2021-03-07 08:57

如何用SAP CRM中间件从ERP下载material division到CRM

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:     ...
JerryWang_SAP 评论(0) 有246人浏览 2021-03-06 09:10

SAP CRM Product Sales status在中间件中的处理逻辑

Example: I have a material in ERP maintained with status: 10     According to SAP help: If a material has technical defects or is to be discontinued, you can block the material. If you set a blo ...
JerryWang_SAP 评论(0) 有249人浏览 2021-03-06 09:10

使用SAP CRM Mock framework进行单元测试

There is an interface IF_CRM_PRODUCT_PROXY in CRM which declares almost all function modules from function group COM_PRODUCT_API for product master access.   This interface is implemented by three ...
JerryWang_SAP 评论(0) 有209人浏览 2021-03-04 10:25

使用SAP CRM中间件从ERP下载BOM的一些常见问题

I have created the following download request in tcode R3AR2 to try to download a BOM from ERP:     When I perform request download, I meet with the following error message:     I go to tcod ...
JerryWang_SAP 评论(0) 有244人浏览 2021-03-02 10:00

使用SAP XIF Adapter发送IDoc数据

In this blog, I will use File as external receiver. Scenario overview I make some changes on business partner / product master data in CRM. The data in the mBDoc will be converted in XIF adapter in ...
JerryWang_SAP 评论(0) 有236人浏览 2021-02-26 09:27

SAP cross distribution chain status在Fiori应用中的draft handling

The explanation why draft handling is necessary in Fiori application could be found from Fiori Design Guideline. In this blog, I will use the update of field “cross distribution chain status” in S4 P ...
JerryWang_SAP 评论(0) 有217人浏览 2021-02-23 11:13

SAP CRM Application Extension Tool的Custom Behavior

In this blog Insight into calculated fields created by AET I introduce one approach to define your extension field with your specific logic via calculated field supported in CRM Application Extension ...
JerryWang_SAP 评论(0) 有182人浏览 2021-02-21 18:20

SAP CRM Service order 的distribution lock和status profile

I would like to share an investigation done today regarding distribution lock in Service Order. My colleague observed that if there is no status profile maintained for Service Order transaction type ...
JerryWang_SAP 评论(0) 有222人浏览 2021-02-20 11:52

SAP CRM中间件Request download的警告信息:Form of address 0001 not designated for organiza

Form of address 0001 not designated for organization I have tried to download a customer from ERP to CRM via request download. After request download is finished, I saw error message in tcode SMW01: ...
JerryWang_SAP 评论(0) 有215人浏览 2021-02-16 13:07

SAP CRM中间件Request download的警告信息:message Object is in status Wait

When you perform request download, the expected behavior is you should see the information message below:     However, sometimes you may see warning message with status Wait instead. How to rese ...
JerryWang_SAP 评论(0) 有211人浏览 2021-02-16 13:06

SAP CRM销售订单UI上的字段对应的数据库表存储字段:请求开始和结束字段

Suppose you need to investigate which database table stores the value of Requested start date and end date:     You can just activate SQL trace via tcode ST05, make changes on either field, and s ...
JerryWang_SAP 评论(0) 有345人浏览 2021-02-10 10:43

最近博客热门TAG

Java(141744) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54919) .net(54785) Web(54514) 工作(54118) Linux(50905) Oracle(49875) 应用服务器(43289) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37267) 数据结构(36424)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics