本月博客排行
-
第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 Product simple search的启用步骤
(1) Switch on business function CRM_SEARCH_1, which controls the business switch CRM_BP_SFWS_BP_SEARCH_2 which will be evaluated in the related code.
(2) Assign the function profile SIMPLE_SEARCH_INT ...
如何在SAP CRM WebClient UI里创建web service并使用ABAP消费
In this blog I will create a web service which is exposed via Genil model PROD in CRM web client UI and consume it via a simple ABAP program.
Create web service in CRM Webclient UI
(1) log on CRM We ...
如何开启SAP CRM基于WORD模板创建附件的功能
(1) log on CRM web UI via business role SERVICEPRO, work center Service Operations->Search Document Templates:
(2) Create a new document template:
Specify Object type BUS1178 - Produ ...
SAP CRM Cross Component级别的跳转如果出了问题,该如何调试
Created by Jerry Wang on Feb 06, 2014
(1) Click Hyperlink “Workflow document”:
The following method is called to handle the navigation.
Step into method SET_WORKAREA_CONTENT. (2) In ...
SAP CRM产品主数据页面的缩略图显示设计原理
In CRM Product UI, A thumbnail could be displayed in Product header and Thumbnail assignment block.
The Thumbnail assignment block is not available in SAP predefined UI configuration. Custome ...
SAP CRM WebClient UI异常的持久化机制
When I am working together with local partner to resolve one issue caused by incorrect enhancement set configuration for new custom Product set type, I have realized that if the UI exception is raised ...
一步步使用SAP CRM Application Enhancement Tool创建扩展字段
(1) Click Personalize hyperlink:
(2) Click hyperlink "Personalize Settings", enable checkbox "Enable configuration mode":
(3) Enter service order detail page, click ...
使用代码获得一个SAP CRM Business Object的所有附件数据
Suppose we have the following product with 5 attachments:
First we get its guid 00163EA71FFC1ED1A5BB4940F3F30AA7 from table COMM_PRODUCT:
And then call CL_CRM_DOCUMENTS=>GET_INFO ...
如何启用SAP CRM附件UI上的advanced按钮
As the steps are a little bit tricky, I use the working UI component SMCOV and SMCCMBO to illustrate. After Advanced button is clicked:
Step1: The navigation link of SMCCMBO is triggered, nav ...
SAP CRM WebClient UI的Delta处理机制介绍
A real case which is related to Automatic Delta Handling
I use a ticket which I am struggling with recently to start this blog. It took me almost the whole day to dig out the root cause. How to repro ...
SAPGUI软件里做的设置,本地操作系统保存的具体位置
Rahul Mahajan has written a great document to demonstrate where does the tcode lists in your SAP GUI get stored. You may wonder how does he found that place.
I will show you a generic way on how to f ...
如何阻止指定类型的SAP CRM附件被上传到服务器
Requirement: end user could not be allowed to upload attachment whose size is greater than a given limit for example 400KB. Solution: (1) Create a BAdI implementation via SPRO->Customer Relationshi ...
如何将SAP Document Builder的word控件设置成只读模式
Recently I am working on a customer project and one customer requirement is they do not want to the word document be editable in the word control. That means all buttons and menus in toolbar should be ...
SAP CRM和Twitter以及facebook的社交媒体集成方案
Our team has already integrated Twitter ( also Facebook ) into interaction center in CRM7.0 EHP3. You can see an example below: Create a tweet in twitter website:Now I can see the tweet created just n ...
在SAP CRM WebClient UI里打开ABAP Webdynpro页面
Hi Friends,
in my recent customer project customer complains to me that they can not navigate from the workflow search result to the target UI.
The workflow work item is a document generated via SAP ...
将SAP CRM WebClient UI的表格导出成PDF
In WebClient for configTable control there is a functionality to export the whole table content as an excel.
Only simple steps are necessary to support export with PDF format as well. The ach ...
如何创建自己的SAP CRM产品主数据search scenario
Created by Jerry Wang, last modified on Oct 03, 2016
Technically it is possible to create your own search scenario, filter class and search tool, and put your custom search logic there. Then write an ...
使用SAP CRM mock框架进行单元测试的设计
There is an interface IF_CRM_PRODUCT_PROXY in CRM which declares almost all function modules from function group COM_PRODUCT_API for product master access.
This interface is implemented by three ...
SAP CRM service请求subject value determination
When a new Service Request is created, the multi-level drop down list for Service Request subject is available.
Where do the value for those drop down list come from?
Here below is what I found v ...