最新文章列表

SAP CRM扩展字段的元数据仓库

AXT_RUN_FIELDUSE There are also some other metadata repository tables which would be accessed in the runtime: AXT_RUN_FIELDDEF Extensibility runtime field definition One example: From table a ...
JerryWang_SAP 评论(0) 有256人浏览 2020-08-05 12:00

SAP CRM WebClient UI交互式报表的Gross Value工作原理

SAP CRM WebClient UI交互式报表(Interactive Report)的Gross Value工作原理 the selection fields passed to backend for this report: what is difference between Gross value header and Gross value of Service Ord ...
JerryWang_SAP 评论(0) 有335人浏览 2020-08-05 11:59

SAP CRM Negative Authorization test on CRM_ORD_LP

Test setup PFCG role in QGS/300: role ZCRM_ORD_LP_01_SRVO User ORDLP01_srvo assigned to this role: since in DCL modelling I use 03 for ACTVT field value, so the expected behavior is that this u ...
JerryWang_SAP 评论(0) 有276人浏览 2020-08-04 11:33

SAP CRM One Order里Complex Set的一个例子:Partner Set

Quote from Carsten's document The logical key of the PARTNER set includes the partner function and the partner itself, i.e., there is no external attribute which allows to differentiate all the recor ...
JerryWang_SAP 评论(0) 有264人浏览 2020-08-02 09:15

SAP CRM BW Report的工作原理分析

CRM Interactive (OLTP) Reporting: very old stuff started in 2006 with CRM 5.2. With this approach, no separate SAP BI system was required for basic operational / transactional CRM reporting. Instead, ...
JerryWang_SAP 评论(0) 有302人浏览 2020-08-02 09:14

SAP CRM Interactive Report界面订单数量的计算逻辑分析

2017-06-10 I tried to implement this small and simple feature first: How it works currently? I use report CRM_BW_READ_DATA in QHD/504 for demonstration. Check these two SAT traces: In the loc ...
JerryWang_SAP 评论(0) 有303人浏览 2020-07-31 14:29

SAP S/4HANA的原生扩展字段,如何能够配到S/4CRM WebClient UI上

Currently all AET HEADER fields are appended to structure INCL_EEW_ORDERADH_H. So as long as we register this include structure to Order_header business context in S4 Extensibility registry, once end ...
JerryWang_SAP 评论(0) 有284人浏览 2020-07-31 14:28

SAP CRM CUSTOMER_H扩展字段的设计原理

Extension fields done on INCL_EEW_CUSTOMER_H If we add new extension field to include structure INCL_EEW_CUSTOMER_H via AET or S4 KUT, the field will NEVER come to Service Order detail page: Inst ...
JerryWang_SAP 评论(0) 有235人浏览 2020-07-30 11:23

使用SAP CRM External Interface进行订单同步

We are not going to use CRM Middleware any longer for internal business processes, like creating a follow-up document from a service order. However, we want to still allow customers to use CRM MW for ...
JerryWang_SAP 评论(0) 有288人浏览 2020-07-30 11:22

SAP CRM WebClient UI订单搜索的各种条件的实现原理和性能测试

2018-02-13 (1) search by product id ( report ZCRMS4_SEARCH_ORDER_PRODUCT_ID in QGP/504) (2) search by sold to party id ( report ZCRMS4_SEARCH_ORDER_PARTY in QGP/504) (3) search by sold to party nam ...
JerryWang_SAP 评论(0) 有335人浏览 2020-07-29 18:52

SAP CRM的订单模型移植到S/4HANA之后,到底做了哪些改进?

Overall ideaOne order model consists of a series of objects with two different types:(1) extension: data segments which exclusively belong to the header or to an item. We therefore distinguish header ...
JerryWang_SAP 评论(0) 有278人浏览 2020-07-29 18:51

Account mobile phone in CRM and C4C

CRM binding path: BP_ADDR/StandardAddress-STRUCT.TELEPHONEMOB C4C binding path:/Root/MobilePhone UI component: BO path: Root-.CurrentDefaultAddressInformation-.Address-.DefaultMobilePho ...
JerryWang_SAP 评论(0) 有402人浏览 2020-07-26 10:00

SAP CRM product attachment的document template功能

Customer would like to have the following folder structures available automatically for product with type 01. For each folder, various attachment could be put in. First define a template for folder ...
JerryWang_SAP 评论(0) 有449人浏览 2020-07-24 13:01

UI Component in CRM WebUI and Hybris

Hybris A component is an element in a content slot that is used to present content to customers. Components can be navigation bars, banners, site logos, search boxes, mini carts, and so on. CRM WebC ...
JerryWang_SAP 评论(0) 有359人浏览 2020-07-21 09:18

SAP CRM Genil Text-for-Key-Codes vs SAP C4C只读字段

CRM C4C 这个Assigned To字段UI上显示的是party name, 然而绑定的字段是party ID。 原因是这个UI字段的presentationMode设为DescriptionOnly。 其实际显示的Description的值绑到了/Root/ProcessorFormattedName
JerryWang_SAP 评论(0) 有268人浏览 2020-07-17 09:16

如何在CRM和C4C中用代码判断当前是否处于configuration模式

CRM CL_CHTMLB_CONFIG_UTILITY=>IS_CONFIG_MODE_ENABLED 返回值为boolean: C4C 使用api:sap.client.flex.Personalization.isKeyUser 这个api返回的是属性_bIsKeyUser: 该属性在菜单Adapt->Enter Master Layout时被置为true: ...
JerryWang_SAP 评论(0) 有348人浏览 2020-07-15 15:16

SAP CRM呼叫中心polling and C4C notification polling

CRM CRM interaction center call poll and Hybris backend office pool CRM Interaction center poll design and Hybris backoffice C4C 打开C4C,即使什么都不干,也能观察到Chrome network里这些http请求: 注意请求发起者是NotifierHelp ...
JerryWang_SAP 评论(0) 有358人浏览 2020-07-14 08:48

cl_crm_bol_entity~reread和$scope.$apply的手动调用原因

CL_CRM_BOL_ENTITY~REREAD CHECK line 35, scan lv_do_reread to know the logic of its assignment. reread will not be triggered until this flag is set as true. # $scope.$apply in Angular When we s ...
JerryWang_SAP 评论(0) 有348人浏览 2020-07-13 09:34

Where do SAP CRM HANA Live Querys come from

There are entries from value help of SAP HANA Live Query: Where do these entries come from? Via debugging it is found that the C table crmc_ana_od_srv is used to store the entry. Tcode CRM_ANA_ ...
JerryWang_SAP 评论(0) 有283人浏览 2020-07-11 20:34

BSP tag in CRM and JSP tag in Hybris

都是Server page,所以原理也一样。 CRM   Hybris 凡是这种tagdir =相对路径的tag都是Hybris标准开发自己做的tag,目的和BSP一样:重用。 在project folder里顺着tagdir里的路径能找到对应的.tag实现:
JerryWang_SAP 评论(0) 有346人浏览 2020-07-10 18:58

最近博客热门TAG

Java(141747) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54918) .net(54785) Web(54513) 工作(54116) Linux(50906) Oracle(49876) 应用服务器(43288) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37268) 数据结构(36423)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics