本月博客排行
-
第1名
龙儿筝 -
第2名
lerf -
第3名
fantaxy025025 - johnsmith9th
- zysnba
- xiangjie88
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - wy_19921005
- vipbooks
- benladeng5225
- e_e
- wallimn
- javashop
- ranbuijj
- fantaxy025025
- jickcai
- gengyun12
- zw7534313
- qepwqnp
- 解宜然
- ssydxa219
- zysnba
- sichunli_030
- sam123456gz
- 龙儿筝
- arpenker
- tanling8334
- kaizi1992
- gaojingsong
- xpenxpen
- jh108020
- wiseboyloves
- ganxueyun
- xyuma
- xiangjie88
- wangchen.ily
- Jameslyy
- luxurioust
- lemonhandsome
- jbosscn
- mengjichen
- zxq_2017
- lzyfn123
- nychen2000
- forestqqqq
- wjianwei666
- ajinn
- zhanjia
- Xeden
- hanbaohong
- java-007
- 喧嚣求静
- mwhgJava
- kingwell.leng
最新文章列表
关于SAP CRM中间件系统搭建中遇到的一些问题
# Sent: Friday, August 8, 2014 12:42 PM
Subject: RE: CRM 713 X3D环境SETUP
之前我遇到一个问题,从ERP QV5到CRM X3D的response没有回来,原因是因为在ERP端的CRMRFAPCR表里面,没有到X3D的配置,新增一条配置信息:
OBJNAME = MATERIAL && DOWNLOAD ...
SAP Digital Asset Management by OpenText for CRM
Original content management in CRM
Open Text Digital Asset Management Connector for SAP CRM: manage business data with rich media content
Some advantages
Screenshot for Where-Used List
New ...
SAP CRM WebClient UI和Hybris Commerce里的跨组件跳转
# CRM WebClient UI
How to debug cross component navigation framework
https://wiki.scn.sap.com/wiki/display/CRM/How+to+debug+cross+component+navigation+framework
# Hybris
点了一个产品的图片,系统怎么知道需要load哪个js ...
SAP CRM和Cloud for Customer订单中的业务伙伴的自动决定机制
CRM
C4C
See blog Overview on Party Determination and Involved Parties in SAP Hybris Cloud for Customer:
https://blogs.sap.com/2017/06/09/overview-on-party-determination-and-involved-parties-in-sa ...
SAP CRM WebClient UI和Hybris CommerceUI tag的渲染逻辑
既然一个是BSP,一个是JSP,当然有很多相通之处了。
CRM WebUI
每个应用的入口都是search,为了避免application developer重复造轮子,SAP WebUI的框架开发人员把搜索的逻辑实现在了tag advancedSearch里,这样SAP的应用开发人员就可以直接使用这个tag来实现搜索功能。
双击tag,可以看到实现的class和对应方法。
Hyb ...
SAP CRM和Cloud for Customer的UI界面皮肤更改
CRM
change skin in personalization
C4C
也有类似的personalization,称为theme builder:
存在更快捷的办法切换theme: 在console里执行sap.ui.getCore().applyTheme("sap_belize_dark");
执行效果:
原理其实在这行:
在这 ...
SAP CRM中间件下载时,为什么有时候会生成一个奇怪的BDOC容器
# Subject: RE: Subtractive changes in CRM Product Settypes by Request Load Functionality
The reason that the proper structures do not make it through was a filter setting for the object MATERIAL in C ...
How to test Delta download in CRM Side
Subject: How to test Delta download in CRM Side
1. Select one product in CRM side ( QD3/504 ) which you would like to test. The product must have already been downloaded from ERP successfully.
In th ...
SAP CRM中间件下载时数据库表CRMATAB为空的处理方法
# Sent: Tuesday, July 22, 2014 11:30 AM
Subject: RE: how to fill empty table
How to resolve empty table issue in ERP:
Run report SMOF_FILL_CRMATAB in CRM system:
Mark checkbox “All objects”:
...
如何关闭SAP CRM中间件的delta download方式
# Sent: Monday, July 14, 2014 2:39 PM
Subject: RE: How to test Delta download in CRM Side
我们测request download时,需要选在ERP修改某个product,然后在CRM端trigger request download看修改是否成功同步到CRM。
但是如下面邮件描述的,一旦在ERP修改了之 ...
SAP CRM Fiori应用冗余round trip的原因分析
# Sent: Wednesday, July 22, 2015 7:54 PM
有同事抱怨每次他们保存一个appointment时,除了正常的batch 操作外,还有3个莫名的read 操作。
The callstack clearly shows that the three roundtrips are NOT issued by customer extension, or els ...
SAP CRM OData模型里的addressable为true的含义
# Sent: Wednesday, December 3, 2014 6:35 PM
Subject: what does addressable = true mean
Opportunity Odata model里有三个entity set mark成address = true:
SAP help里的解释是mark成address = true的entity set能够直接通过 ...
SAP CRM OData multiple origin Composition的测试
# Sent: Wednesday, December 3, 2014 2:48 PM
Subject: Multiple Origin composition test - Opportunity Creation case
结论是:如果gateway系统上针对一个odata service维护了多个mark成d ...
SAP CRM系统里的附件存储逻辑
My research about how attachment data is stored in cluster table:
System AG3/001, Product: ZJERRYTEST1124, upload one text attachment with 58 bytes.
Click the hyperlink "result1" in colu ...
SAP CRM user参数CRM_UI_PROFILE是在哪行ABAP代码里读取的
# Sent: Friday, September 26, 2014 4:00 PM
Since you are doing operation in backend, so framework will use your parameter setting defined in tcode SU3 as your current business role.
读取这个用户参数的ABAP代 ...
SAP CRM WebClient UI cross component跳转的一个具体例子
# Sent: Thursday, April 18, 2013 3:59 PM
Subject: 为什么design time时候看到的是ICQR,点了service之后看到02QR的代码被call到
这是cross component navigation在起作用。
Result list是model在ICQR里面,如果点service,会navigate到servic ...
使用Selenium自动化测试SAP CRM WebClient UI
package com.xc.crm.test;
import static org.junit.Assert.*;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selen ...
How to get propose products in Sales Order
Logon on HN1/Q2U using SALESPRO role, Sales Cycle -> Sales Order Search -> Edit List in Items AB -> More -> Propose Items from Listings (please see CRM_PT_SALES_Product_Proposal.xls for de ...
SAP CRM Product category的决定逻辑
(1) UI上我们可以看到Category AB里面有一个indicator叫”Base Category”.
(2)在GenIL这层我们也可以看到Product有两个relation,一个”ProductBaseCategory”,一个”ProductCategory”. 这两个relation共享的一个object(表),也就是”COMM_PRPRDCATR”.
(3)但是我们发现 ...