本月博客排行
-
第1名
龙儿筝 -
第2名
lerf -
第3名
fantaxy025025 - johnsmith9th
- xiangjie88
- zysnba
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - wy_19921005
- vipbooks
- benladeng5225
- e_e
- wallimn
- javashop
- ranbuijj
- fantaxy025025
- jickcai
- gengyun12
- zw7534313
- qepwqnp
- 解宜然
- ssydxa219
- zysnba
- sam123456gz
- sichunli_030
- arpenker
- tanling8334
- gaojingsong
- kaizi1992
- xpenxpen
- 龙儿筝
- jh108020
- wiseboyloves
- ganxueyun
- xyuma
- xiangjie88
- wangchen.ily
- Jameslyy
- luxurioust
- lemonhandsome
- mengjichen
- jbosscn
- zxq_2017
- lzyfn123
- nychen2000
- forestqqqq
- wjianwei666
- ajinn
- zhanjia
- siemens800
- Xeden
- hanbaohong
- java-007
- 喧嚣求静
- mwhgJava
最新文章列表
SAP CRM里的user parameter之COM_IOITF_DEBUG
The object event history could record the event of the object involvement in business scenario such as adding an individual object to a business transaction.
The record is done via IOITF ( Object int ...
读取SAP CRM One Order应用日志的优化方式
Recently I am responsible for the performance optimization of one API which retrieves application logs of the given one order documents.
API Requirement
The input is an internal table containing doc ...
如何实现SAP WebClient UI附件批量上传
Recently several customers have asked for multiple attachment upload functionality in CRM. As current UI component GS_CM does not support this, I have built a simple prototype to achieve it. Although ...
SAP CRM中间件错误IB_CRM_UPLOAD_MSG的解决方法
I have one parent equipment ZJERRY0827P which contains a children equipment ZJERRY0827C in ERP and I would like to replicate both to CRM.
First I replicate children equipment ZJERRY0827C to CRM, it w ...
使用SAP CRM中间件从ERP下载具有层级结构的equipment
Requirement:
in ERP there are two equipment created via tcode IE01, one is parent which holds the other child equipment.
It is expected to replicate both to CRM, and the parent-children rela ...
SAP CRM IBASE的archive方法
There is one IBASE 112467 which contains one object component. This IBASE is intended for archive.
There are two approaches to archive it.
(1) You could use tcode SARA and type “CRM_IBASE” a ...
如何将SAP CRM equipment通过中间件上传到ERP系统
In document Step by step to download equipment from ERP with hierarchy, the steps to replicate equipment from ERP to CRM are described. By default the equipment in ERP is modeled as individual object ...
使用note++开发SAP WebClient UI
It is possible to use your favorite html editor ( for example, Notepad++ ) to edit the html source code of your UI component view or BSP application by simple configuration: Just specify the absolute ...
在SAP WebClient UI里混用ABAP Webdynpro,会带来哪些问题?
Background of this blog
The reason to write the blog is recently we found that in several CRM projects in China, the ABAP Webdynpro is wrongly chosen by local partners as custom development UI techno ...
SAP WebClient UI overview页面里assignment block的可见性分析技巧
issue
some assignment block is visible in design time ( the assignment block already appears in "Displayed Assignment blocks" area), however it is missing in runtime.
How to analyz ...
SAP CRM calculated字段的实现原理讲解
Issue: When creating a new product, only a subset of product categories could be listed in category search result.
For example, only categories which belong to hierarchy R3PRODSTYP are listed ...
关于SAP CRM产品主数据创建页面上的产品类别显示逻辑分析
Issue: When creating a new product, only a subset of product categories could be listed in category search result.
For example, only categories which belong to hierarchy R3PRODSTYP are listed ...
如何自行分析SAP WebClient UI开发环境里抛出的错误消息根源
In this blog I will demonstrate how I resolve the error message “endless binding loop” raised by UI workbench. I would not emphasize the issue itself, but would rather share with you how I would deal ...
SAP CRM附件模型的Authorization scope原理介绍
Requirement
when you create new attachments in attachment assignment block, you can assign an authorization scope to the attachment. It is expected to know where in the backend the authorization scop ...
如何用代码动态生成ABAP类型
In one of my project the data type of the variable to hold service consumption result is not known in design time so I have to generate the data type dynamically via code, using ABAP RTTC( runtime typ ...
动态隐藏某些特殊类型的SAP CRM附件
Requirement
Only simple text file as attachment could be visible for some users but should be completely hidden for other users without enough authorizations. The requirement could be fulfilled via B ...
引起SAP WebClient UI页面出现超时(time out)错误的另一个原因
Sometimes you would see the following page if you are clicking anywhere in a page which is idle for quite a long time.
However, there are definitely some other causes which would also lead to ...
SAP WebClient UI component模型元数据解析工具
I use the issue in this blog to demonstrate the usage of this small repository parse tool: We need to know under which enhancement set the component usage “ZCUSTOM” is added to UI component BT116H_SRV ...
SAP CRM note创建按钮被禁用的原因分析
Issue
The creation button for note assignment block is disabled in overview page as below:
First check the text Object assignment settings via customizing below:
Figure out the text ...
SAP CRM Advanced search和Simple search里Max hit表现行为的差异
We could observe the different behavior of search max hits in product advanced search and simple search. For Advanced search: if we maintain an invalid max hit number:
the default 100 could a ...