自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(958)
  • 资源 (16)
  • 收藏
  • 关注

原创 Lead issue - why saved query save button works for the first time

Created by Jerry Wang, last modified on Jun 05, 2015Test environment: clear all saved query before testingThere are five standard search parameters and saved query is saved based on a new search par...

2019-07-23 14:01:34 336

原创 Known issue of saved query in Lead application

Created by Jerry Wang, last modified on Jun 06, 2015The issue only occurs if all the following prerequisites are met when customer is using Lead application in WebUI:1. customer has explicitly switc...

2019-07-23 14:00:52 294

原创 IC Order search 的debugging关键点

Created by Jerry Wang, last modified on Mar 20, 2014UI输入:对于不同的search参数有不同的处理:执行sql语句:执行结果:要获取更多Jerry的原创文章,请关注公众号"汪子熙":...

2019-07-23 14:00:22 220

原创 Enterprise search result view column显示technical name

Created by Jerry Wang, last modified on Oct 04, 2014按F2找到所在的UI component view:Context node name: CRM_OBJECT_ESResult: debug short_text label显示的逻辑:  get_m 方法里,short_text的类...

2019-07-23 13:59:49 396

原创 enterprise search for Object is not enabled

Created by Jerry Wang, last modified on Nov 25, 2014使用TPM_PRO登陆,发现无法使用Object enterprise search( Saved search 的dropdown list entry里不存在Object search对应的menu )在customizing里查看:Business role->Adjust...

2019-07-23 13:59:16 284

原创 different types of saved query

Created by Jerry Wang, last modified on Jun 09, 2015In saved query persistence table, you can see there are three kinds of saved query:If you create several queries and mark one of them as "Defaul...

2019-07-23 13:58:39 251

原创 Debug enterprise search menu

Created by Jerry Wang, last modified on Dec 06, 2014同样的系统,用business role TPM_PRO 登陆后发现product 的enterprise search功能并没有被enable,然而另一个role里的enterprise search是enable的:在SERVICE_PRO role的configuration...

2019-07-23 13:57:58 273

原创 A tool to review detail of all saved queries for a given user

Created by Jerry Wang, last modified on Jun 08, 2015requirement: you have created many saved queries and you would like to get a list of all of them. By double clicking the list item, you can navigat...

2019-07-23 13:57:16 312

原创 advances search design time和runtime显示差异的原因

Created by Jerry Wang, last modified on May 21, 2015design time:显示5个search parameters:但是runtime时只能看到除这5个field之外的另一个field:原因在于这个before rendering方法:最后UI上看见的priority search field就是来自这个short...

2019-07-23 13:56:39 318

原创 API view in CDS view

Sent: Friday, December 2, 2016 10:53 PMThe newly introduced A_* views are designed to create an API (public interface for customer, realized as ODATA web service based on these A_* views). These A_* ...

2019-07-23 13:55:57 368

原创 如何显示Organization unit ID

Created by Jerry Wang, last modified on Jan 08, 2015在创建Product的Distribution chain时,从F4 popup window list里能看到Organization unit的ID和description:但是在Organization Unit的detail page里,Unit ID默认是hidden的,需要通...

2019-07-23 13:55:20 978

原创 获得某个organization unit下面的所有sales org id list

Created by Jerry Wang, last modified on May 15, 2015执行report,输入sales org id:输出:为什么50000738也包含在result list里?因为它也属于CCNEXT - 500007322359也同理: source code:  *&------...

2019-07-23 13:54:44 427

原创 如何查看某个employee被assign到了哪个sales organization上

Created by Jerry Wang, last modified on Jul 18, 2014例如通过UI上查找employee ID WANGJ,点击查询结果里的hyperlink:[外链图片转存失败(img-LKErOaqA-1563861241576)(https://user-images.githubusercontent.com/5669954/33068768-47a...

2019-07-23 13:54:10 366

原创 如何处理CRM_ORGMAN 300 error message

Created by Jerry Wang, last modified on Jul 18, 2014在UI上试图将一个employee assign给某个sales org时遇到如下error message:通过debug 发现message container里有error entry,因此assign不成功:error message即为UI上显示的CRM_ORGMAN 3...

2019-07-23 13:53:38 438

原创 如何使用代码创建具有Organization unit的opportunity

Created by Jerry Wang, last modified on May 18, 2015source code:*&---------------------------------------------------------------------**& Report  ZPARTNER_DETERMINE_VIA_CODE*&*&...

2019-07-23 13:53:04 439

原创 如何使用FM RH_STRUC_GET获得user assign的Organization unit

Created by Jerry Wang, last modified on Dec 15, 2014使用如下查询条件: ( path value table: T778A , US_CP_O means Organizational Assignment User (also via central person)  ACT_OB...

2019-07-23 13:52:22 1063

原创 使用代码执行organization unit determination逻辑

Created by Jerry Wang, last modified on May 15, 2015执行report,输入order id和transaction type:打印输出: report打印的结果和ui上log里显示的结果一致。  source code:  *&-----------------...

2019-07-23 13:51:49 314

原创 创建Live Rates Plan时Sales Organization无法自动带出来的问题

Created by Jerry Wang, last modified on Jun 18, 2014在system A上创建Live Rates Plan时Sales Organization能够自动带出来:而System B不行,并且F4 value help里可选Sales Organization为空:通过在A系统debug发现:系统首先通过user name拿到BP n...

2019-07-23 13:51:08 330

原创 使用代码创建具有organization unit的opportunity

Created by Jerry Wang, last modified on Jun 11, 2015执行report后打印出成功创建的opportunity id:hard code 的sales org信息:hard code的partner信息: source code:  *&---------------------...

2019-07-23 13:50:35 336

原创 Sales Organization with Fiscal Year

Created by Jerry Wang, last modified on Jun 17, 2014当user已经assign给某Sales Org之后,在Live Rates Plan creation时仍然无法自动带出assign的Sales Org:通过debug发现如果assign给user的Sales Org如果不存在基于fiscal year的customizing,...

2019-07-23 13:49:31 289

原创 Organization unit determine log logic enablement

Created by Jerry Wang, last modified on Jun 08, 2015By default Determination Log button在Opportunity Overview page里是disable的:通过查看UI component BTORGSET的代码能够发现该button enable的逻辑:通过SU01里给user 添加us...

2019-07-23 13:48:56 250

原创 custom field further usage - add into UI and report

问题就是不同的系统这个UIs and Reports里的显示逻辑不一样。在GRE210连XT9/715上,里面只会显示OData出来,我debug了前后台,后台返回的Usage数据里,说明这个做在business context PRODUCT上的extension field能加在view I_PRODUCTWD上,因为其AvailablityCode是Y但是UI显示list的逻辑里有个...

2019-07-23 13:48:16 299

原创 ABAP maintenance view event handling

要获取更多Jerry的原创文章,请关注公众号"汪子熙":

2019-07-23 12:20:58 431

原创 Organizational Data assignment block里value help的determine逻辑

Created by Jerry Wang, last modified on Apr 27, 2015WebUI里发现Sales Org unit的value help里显示的entry只是系统全部sales org的一个子集:研究该value help的实现逻辑:实现如下:从如下DB table里读取数据:如果是走下面的分支,则结果有55条:要获取更多Jerry的原创文章...

2019-07-23 12:20:27 363

原创 employee setup in Organization unit

Created by Jerry Wang on Nov 27, 2014找一个已经设置好的employee,例如FF2_OPPO_QHD, 将其name 传入如下图line 30的FM中去: 返回person id: 50063702  partner guid: 0090FA0D8D721EE388D5AB96C1255E25 &nb...

2019-07-23 12:19:52 258

原创 Employee Assign Organization unit

Created by Jerry Wang, last modified on Jun 18, 2014搜索Employee时返回的result list里有Org unit ID:但是Employee overview page里没有地方显示或者修改该Org unit id:使用下列report 输入employee id,输出assigned org unit id:&nbs...

2019-07-23 12:19:12 315

原创 data model of Organization unit - Sales office

Created by Jerry Wang, last modified on Jul 21, 2015查看technical信息:Workbench里查看metadata信息:测试结果:使用下列API读取sales office的description:result:要获取更多Jerry的原创文章,请关注公众号"汪子熙":...

2019-07-23 12:18:42 288

原创 CRM_ORGMAN_MERGE_MDATA_OW - how is it called

Created by Jerry Wang on Jun 11, 2015sometimes the callstack could be a little bit confusing, for example below. In line 169, iv_no_determination is hard coded to true,so the FM CRM_ORGMAN_MERGE_MD...

2019-07-23 12:18:10 365

原创 Cross Distribution Chain and Distribution Chain

On ERP sales order, the check is execute at function module RV_MATERIAL_STATUS_CHECK, it will check X-Distribution Chain and Distribution Chain at the same time, as a result it will have same effect o...

2019-07-23 12:17:34 309

原创 commit work蒙牛 PCM partner channel management

要获取更多Jerry的原创文章,请关注公众号"汪子熙":

2019-07-23 12:16:44 262

原创 pricing data of Service order is copied from BP master data

Sent: Tuesday, May 9, 2017 2:31 PM要获取更多Jerry的原创文章,请关注公众号"汪子熙":

2019-07-23 12:15:59 222

原创 在SAP ABAP 里consume webservice的全过程

Web Service detail可以跑通。The function module being exposed as web service looks like below:wsdl: http://ldcix3d.wdf.sap.corp:50024/sap/bc/srt/wsdl/flv_10002A111AD1/bndg_url/sap/bc/srt/rfc/sap/zsd_a...

2019-07-23 12:15:14 1217

原创 user status in XIF

543261 2014customer is using XIF module to create an object with user status. Customer has defined the user status profile, created user status and assigned it to the object type in SPRO customizing ...

2019-07-23 12:14:22 300 1

原创 SAP HANA pushdown limit

not possible if DISTINCT is used even if the hint PRELIMIT_BEFORE_JOIN is applied.The limit pushdown for parameter value is triggered only if the above hint is given.HANA optimizer is not rule-based...

2019-07-23 12:10:18 596

原创 AG9 Service order创建好之后,要自动通过middleware传其他系统去 disable

Sent: 2017年1月19日 13:28Transaction的status profile上可以配这么一个东西:但是我们现在的ZSRV上没有配任何status profile…这个to be distributed即使设成Forbidden一样会发,下图是我测试的status profile,配在AG9的ZSRV上。代码里写的是如果status是for postprocess...

2019-07-23 12:09:25 303

原创 change SAP CRM AET field buffer issue

When we create a new Sales Area and input some data in AET field and click cancel button, the AET value we just input is not cleared in the buffer managed by AET framework. So when later the save butt...

2019-07-23 12:05:47 422

原创 strange structure existing in BDOC container sappspro s_mat_enhanc_comm

The reason that the proper structures do not make it through was a filter setting for the object MATERIAL in CRM Tx R3AC1 (=> ERP table CRMFILTAB )Thus, R3TR/FUNC CRM_FILTER_DOWNLOAD_DATA in line...

2019-07-23 11:54:22 411

原创 SAP CRM WebClient UI RTL ticket

Sent: Friday, June 20, 2014 1:27 PM我们在url里拼rtl=true的参数之后,这个断点会触发: 对上述方法使用where used list,找到这个变量:3. 对这个变量点where used list,找到最后生成ui element的方法:Debug它就好了。我再次用“最小系统法分析”:我在AG3上做了一个table,...

2019-07-23 11:53:41 303

原创 蒙牛 customer Project Support - 同时更新两个database table

Sent: Wednesday, June 11, 2014 12:13 PM关于同时更新两个database table的方法可以总结成以下三种。详细的测试代码在附件,感兴趣可以看看。表1在normal的work process里进行update,表2通过update function module进行update。n 如果表2更新出错,或者是更新表2的update function ...

2019-07-23 11:52:44 317

原创 tcode BP in S4

How to create employee in S4 cloud system.pdfIn CRM, AG3/001 role BUP003 is for Employee.However, in QG3/111 they fail to see it in tcode BP.I debug and found out that BUP003 is deliberately suppr...

2019-07-23 11:51:58 615

如何使用 ABAP 创建包含不同字体大小的 Word 文档-模板文件

本模板文件同笔者的 ABAP 教程配套使用。使用 ABAP 代码,结合这个模板文件,能通过编程的方式,创建出具有不同字体大小和样式的 Word 文档出来。Jerry Wang,2007 年从电子科技大学计算机专业硕士毕业后加入 SAP 成都研究院工作至今。Jerry 是 SAP 社区导师,SAP 中国技术大使。在长达15年的 SAP 产品开发生涯里,Jerry 曾经先后参与 SAP Business ByDesign,SAP CRM,SAP Cloud for Customer,SAP S/4HANA,SAP Commerce Cloud(电商云)等标准产品的研发工作。 Jerry 工作中使用 ABAP, Java, JavaScript 和 TypeScript 进行开发, 对包括 SAP UI5 在内的多款 SAP 自研框架有深入的研究。

2022-08-07

使用 ABAP 创建 Word 文档的工具库

使用 ABAP 创建 Word 文档的工具库,在笔者的 ABAP 专栏里会使用这个工具库,向大家介绍,如何通过 ABAP 编程语言来创建和修改 .docx 格式的本地文件。注意,这个工具库并非基于过时的 OLE 技术,而是利用 .docx 文件实际上是基于 Open Office 格式的事实,直接操作底层的 XML 源代码的方式来操控 Word 文档。

2022-08-06

一个解析 JSON 数据的标准类

一个解析 JSON 数据的标准类

2022-04-17

SAP Fiori 和 SAP UI5 开发学习路线图

内容参考我的专栏:一套适合 SAP UI5 开发人员循序渐进的学习教程,地址:https://blog.csdn.net/i042416/category_11395500.html Jerry 从 2014 年加入 SAP成都研究院 CRM Fiori 开发团队之后开始接触 SAP UI5,曾经在 SAP 社区和“汪子熙”微信公众号上发表过多篇关于 SAP UI5 工作原理和源码解析的文章。 Jerry 也是从 SAP UI5 菜鸟一路走过来,深知只有 ABAP 开发背景的开发者,向 SAP UI5 开发领域转型的不易,因此我在业余时间设计了这份适合 SAP UI5 初学者的学习教程,把开发一个完整的 SAP UI5 应用的流程,拆分成若干个步骤,力求每个步骤里,把涉及到的知识点都涵盖到。这些知识点可能不像我的 UI5 源码分析系列文章那么深入,但力求浅显易懂。

2022-03-25

UI5 Inspector,一款好用的 Chrome 扩展

适用于 SAP UI5 应用开发人员,我的专栏《一套适合 SAP UI5 开发人员循序渐进的学习教程》对这个工具有详细介绍。

2022-02-22

使用 JavaScript 上传 PDF 和 Excel 文件到 ABAP 服务器并解析

Jerry 微信公众号文章 使用 JavaScript 上传 PDF 和 Excel 等二进制文件到 ABAP 服务器并进行解析 的附属资源,包含了文章介绍知识要点对应的源代码实现。

2021-11-13

FileUpload.zip

没有使用任何框架,原生 JavaScript 上传文件到 ABAP 服务器

2021-11-07

SAP CRM WebClient UI 培训 Slide

SAP CRM WebClient UI 培训 Slide

2021-07-04

SAP Fiori Elements Overview 页面的创建.mp4

SAP Fiori Elements 提供了预定义的模板和 UI 样式,适用于 SAP 应用的通用应用场合。 使用 SAP Fiori Elements,应用开发人员可以创建基于 OData 服务和注解的 Fiori 应用,而无需额外的 JavaScript 编程。 运行时,SAP UI5 解析 OData 服务和注解中包含的元数据,将其同业务数据一起,使用框架统一提供的视图来渲染页面。

2021-05-23

在没有任何前端开发经验的基础上, 创建第一个 SAP Fiori Elements 应用 的配套源代码

在没有任何前端开发经验的基础上, 创建第一个 SAP Fiori Elements 应用 文章的配套源代码

2021-04-16

将近2万个汉语四字成语大全,txt格式存储

将近2万个汉语四字成语大全,txt格式存储

2021-04-06

适合程序员使用的文件搜索工具,支持各种高级搜索条件

程序员

2021-02-20

dgreadiness_v3.6.zip

windows10 1909版本,如果想安装VMWare Workstation player 15.5.5,需要使用该powershell脚本,在Administration模式下,禁掉hyper V

2021-02-17

winzip70 (1).exe

winzip的经典版本,适用于windows 98实体操作系统及虚拟机

2021-02-16

自己用Java编写的有道云笔记图片批量下载工具

使用方式:java -jar tool.jar [0,1,2] 0,1,2分别是有道云笔记的编号。0的guid:c91a710af51c1e1b20f5d1da2140a9e4; 1的guid:4cc557ab9b7cbde0515b49a155c5dce3 2的guid:6eaae532daaa678cc610f2a34cbc9119

2020-11-29

《Jerry 2017年的五一小长假:8种经典排序算法的ABAP实现》文章的源代码

《Jerry 2017年的五一小长假:8种经典排序算法的ABAP实现》文章的源代码下载,解压之后手动复制粘贴到ABAP系统的SE24或者SE80事物码里。

2020-11-24

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除