最新文章列表

Account group in ERP and its mapping relationship with CRM partner group

When you create a customer in VD01, you need to specify one account group. In the example below it is DEBI. When this customer is saved, it is stored in table KNA1, field KTOKD. In table CRMKTOKD, ...
JerryWang_SAP 评论(0) 有401人浏览 2020-02-04 08:44

如何阻止SAP CRM订单创建好之后,自动被置为传输状态这一行为

AG9 Service order创建好之后,要自动通过middleware传其他系统去,这个behavior我们现在记录下来了么?知道怎么disable不? Transaction的status profile上可以配这么一个东西: 但是我们现在的ZSRV上没有配任何status profile… line 325的function module会负责通过outbound queu ...
JerryWang_SAP 评论(0) 有353人浏览 2020-01-25 08:29

使用SAP CRM AET工具创建类型为下拉列表的扩展字段

When you create extension field via Application Extension Tool, it seems the code list ( or drop down list ) is not supported by this tool. This type does not appear in supported data type list. In ...
JerryWang_SAP 评论(0) 有440人浏览 2020-01-21 08:54

Communication error with the external tax system

When you download an equipment from ERP, you meet with this error message: Communication error with the external tax system (VERTEX) Since the tax code determination is not relevant for IObject ana ...
JerryWang_SAP 评论(0) 有516人浏览 2020-01-21 08:53

Jerry答网友提问:SAP CRM WebClient UI里的EXT,STRUCT等含义

2020年,Jerry会做一个新的尝试,选择部分朋友向我提出的问题,在公众号,知识星球或者微信圈子这些平台上公开回答,这样或许能帮助到更多的朋友。 具体说明参见我前一篇文章:2020年关于SAP知识问答的一个新的尝试 网友的提问: Jerry的解答: 以上截图是CRM系统里BSP_WD_CPMWB这个事务码进入之后,任意打开一个上下文节点(Context Node)看到的信息: ...
JerryWang_SAP 评论(0) 有241人浏览 2020-01-16 08:18

浅谈SAP CRM和Hybris Commerce里的价格架构折扣

最近Jerry做了一个和价格折扣相关的原型项目,把学到的知识记录下来,以备将来查阅。 在这个原型项目里,我们用React-Native开发了一个移动应用,用户可以在手机上浏览SAP Hybris Commerce里的产品,然后下单。假设Jerry购买成功后,在朋友圈分享一张包含自己个人信息的二维码。Jerry的好友扫描二维码之后,到Hybris Commerce里下单购买同样的产品之后,Jerr ...
JerryWang_SAP 评论(0) 有287人浏览 2019-12-31 10:45

有些CRM settype用事务码COMM_ATTRSET打不开的原因

This question is asked by Dr. Lin. Issue For example, settype COM_COMMERCIAL could be opened via tcode COMM_ATTRSET: However COMM_PRFREEATTR could not be opened: The error message is raised in ...
JerryWang_SAP 评论(0) 有390人浏览 2019-12-25 23:26

Global variable in ABAP function group

I create an enhancement in this function module to print out current session id: As long as I do not close browser, no matter what operation I perform in WebUI, the session id remains the same, pro ...
JerryWang_SAP 评论(0) 有299人浏览 2019-12-24 11:44

CRM product model的用法

User scenario An example from sap help For a car, the interior, the engine capacity, and the exterior paint color can vary, for example. When the customer selects this car in the Web shop, the possi ...
JerryWang_SAP 评论(0) 有278人浏览 2019-12-24 11:41

CRM产品主数据在行业解决方案industry solution中的应用

AG3, choose this role: Create a new Acquisition Contracts: Here our product advances search will be used. Only product with type 04 will be searched out. 问题1 为什么通过Role IPMRIGHTSMAN进去看到的界面,就是 ...
JerryWang_SAP 评论(0) 有209人浏览 2019-12-23 17:17

Product settype在CRM WebClient UI架构中的地位

Product settype acts as a very important role in CRM WebClient UI architecture. The GenIL layer knows nothing about attributes modeled in settype. Instead, it only knows product BOL model attribute ...
JerryWang_SAP 评论(0) 有394人浏览 2019-12-19 13:51

给用过SAP CRM中间件的老哥老姐们讲讲SAP CPI

最近Jerry由于项目需要,又得学习一个新工具:SAP Cloud Platform Integration,简称CPI,以前又叫做HCI - HANA Cloud Platform Integration Service. 尽管距离Jerry开始接触CPI还不到48小时,我仍然想把我刚使用这个工具的第一手体会分享给曾经用过SAP CRM中间件,但尚未有机会接触到CPI的朋友们。 之所以文 ...
JerryWang_SAP 评论(0) 有446人浏览 2019-12-11 09:22

CRM, C4C和SAP Hybris的数据库层设计

SAP的product都是DB provider无关的。CRM大家都很熟悉了,application developer最多用Open SQL直接操作表。Netweaver里支持的DB provider在这张表的DBMS里能看到: C4C的application developer 在ABAP后台的workbench里指定BO node的persistence table。 Hybris ...
JerryWang_SAP 评论(0) 有302人浏览 2019-11-10 08:40

java crm 进销存 springmvc SSM 项目 系统 源码

系统介绍: 1.系统采用主流的 SSM 框架 jsp JSTL bootstrap html5 (PC浏览器使用) 2.springmvc +spring4.3.7+ mybaits3.3  SSM 普通java web(非maven, 附赠pom.xml文件)  数据库:mysql 3.开发工具:myeclipse  eclipse idea 均可, 没有限制. 我这边myeclipse ...
m17185082163 评论(0) 有439人浏览 2019-10-16 12:47

java 进销存 crm websocket即时聊天发图片文字 好友群组 SSM源码

1.系统采用主流的 SSM 框架 jsp JSTL bootstrap html5 (PC浏览器使用) 2.springmvc +spring4.3.7+ mybaits3.3  SSM 普通java web(非maven, 附赠pom.xml文件)  数据库:mysql 3.开发工具:myeclipse  eclipse idea 均可, 没有限制. 我这边myeclipse 2014 导出 ...
java框架平台spring 评论(0) 有584人浏览 2019-09-26 12:00

CRM和C4C里的组织架构 - Organizational Structure

CRM(WebClient UI)   CRM(SAP GUI,事务码PPOMA_CRM)   C4C 以列表方式显示:  
JerryWang_SAP 评论(0) 有633人浏览 2019-07-02 20:38

我在德国做SAP CRM One Order redesign工作的心得

时间过得很快,今天是我到德国工作的第四周,刚好一个月。Prototype的框架已经搭起来了,现在Order能够在新的框架下正常读写,能跑一些简单的scenario,这些scenario对于end user来说感觉不到任何区别,因为毕竟只是DB layer变了。 从下周起就是第二个月,要解决一些open question,比如STATUS, DOCUMENT FLOW这些后台存在SAP_ABA的表 ...
JerryWang_SAP 评论(0) 有781人浏览 2019-03-11 11:53

我做SAP CRM One Order redesign的一些心得体会

框架开发和应用程序的开发完全不一样。 举个具体的最近折腾我的例子: 创建新的service order,维护header的shipping data,此时order和shipping data的mode 都是creation,然后创建line item,添加product,header的shipping data带到line item,然后在line shipping data做修改,ite ...
JerryWang_SAP 评论(0) 有713人浏览 2019-03-10 15:28

SAP 前端技术的演化史简介

Jerry之前曾经写过一篇微信公众号文章,题目叫<<SAP UI和Salesforce UI开发漫谈>>   关注我的公号“汪子熙”后,在历史菜单“前端开发相关”里即可找到这篇文章:    
JerryWang_SAP 评论(0) 有1103人浏览 2019-02-27 20:55

最近博客热门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