本月博客排行
年度博客排行
-
第1名
宏天软件 -
第2名
龙儿筝 -
第3名
青否云后端云 - wallimn
- vipbooks
- gashero
- wy_19921005
- benladeng5225
- fantaxy025025
- zysnba
- e_e
- javashop
- sam123456gz
- tanling8334
- arpenker
- kaizi1992
- xpenxpen
- lemonhandsome
- xiangjie88
- ganxueyun
- xyuma
- sichunli_030
- wangchen.ily
- jh108020
- johnsmith9th
- Xeden
- zxq_2017
- jbosscn
- zhanjia
- forestqqqq
- luxurioust
- lzyfn123
- ajinn
- wjianwei666
- daizj
- ranbuijj
- 喧嚣求静
- silverend
- kingwell.leng
- lchb139128
- kristy_yy
- lich0079
- jveqi
- java-007
- sunj
- yeluowuhen
- ssydxa219
- lerf
- lstcyzj
- flashsing123
最新文章列表
SAP CRM如何创建支持Web Service的WORD模板
In CRM webclient UI there is a reuse assignment block “Attachment” which are available for most of CRM application.
There is a button “With Template” which allows you to create word document ...
SAP CRM如何创建支持Web Service的PDF模板
In my previous document Create Webservice enabled word document in attachment assignment block, the use case and detailed steps to use web service enabled word document in CRM Attachment assignment bl ...
如何修改SAP ABAP webdynpro的背景色
Recently one local customer requires that they could like to change the background color from blue to others for example green.
Theme Editor related topics
I searched SCN and found there are many th ...
如何处理消费SAP ABAP Web Service时遇到的Unauthorized错误
Previously I have written two documents about how to create document template with Word or Adobe PDF format which support web service created by Web service tool available in CRM Web client UI:
(1) C ...
如何在SAP ABAP系统里创建和消费Web Service
This document could be used as guide for beginners to learn and use ABAP web service.
How to create web service provider in ABAP system
The following steps demonstrates how to expose a function modu ...
两种使用JavaScript触发ABAP事件的技术手段
In CRM Office integration scenarios, Javascript together with ActiveX are widely used. For example, in webclient UI component view, version of the local installed Word application is got via ActiveX u ...
使用ABAP操作office Word文档
There is a useful class CL_DOCX_DOCUMENT provided by SAP which could support read and write access to a word document with file extension “.docx”.
This document gives a brief introduction about its u ...
如何创建能够支持Web Service的Word文档
In these two documents below, I have demonstrated the steps how to create word or PDF document as attachments which could consume web service created via CRM web service tool.
(1) Create Webservice e ...
SAP Fiori里两种弹出对话框(popup dialog)设计
This blogs introduces the tips how to find the location of source code where the popup dialog is raised.
There are two kinds of popup dialogs in Fiori ui. Type one: Model Dialog based on IFrame For e ...
SAP UI5自学教程一:button.js的加载逻辑
As a Fiori developer it is essential to not only learn how to use a given Fiori control provided by UI5 control library, but also understand how the control orchestrates with UI5 runtime under the hoo ...
SAP UI5和React的页面渲染性能比较
I have been working as a Fiori application developer and nowadays I have read quite a lot of blogs which introduce how to build web application using React. React is an open-source JavaScript library ...
SAP CDS view自学教程之一:如何测试基于SAP CDS view自动生成的OData服务
I am a newbie of CDS view related topic and recently I have to learn it. I will write down here not only the knowledge I learned but also the way how I obtain them via self study ( debugging, or other ...
SAP CDS view自学教程之二:当SAP CDS view被激活时,背后发生了什么
You paste the following source code for a simple CDS view into ABAP development studio and activate it:
@AbapCatalog.sqlViewName: 'zjerrySQL0208'
@AbapCatalog.compiler.compareFilter: true
@Access ...
ABAP Development Tool里的CDS view源代码如何传递到ABAP后台
Let’s review what we have learned so far. Through SQL trace and debugging, we have learned below:
(1) When we click activate button in ABAP development tool ( I call it Eclipse now in this blog ), th ...
SAP Fiori Elements原理介绍之类型为Currency的Smart Field工作原理
What is smart field
According to SAP help, “Smart controls are a specific category of SAPUI5 controls that have some special features in addition to the standard SAPUI5 features and thus make it easi ...
一个好用的SAP ABAP工作进程跟踪工具
As an ABAPer we have SAT, ST05 ( or sometimes ST12 ) for trace in our toolbox, and recently I find this report which could also do the trace job.
Although the trace information it generates is quite ...
如何提取SAP UI5应用的技术信息
Suppose I need to find out the implementation of button “Create” in Customer Engagement Initiative (CEI):
We could observe that once button is clicked, a pop up appears:
And I have t ...
使用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 UI5应用的undefined is not a function错误
Recently I meet with an annoying Javascript error “undefined is not a function” during my Fiori development. After debugging the framework code for several hours
, I finally find a more effic ...
SAP UI5 formatter的工作原理
Recently I am following the exercise Building SAP Fiori-like UIs with SAPUI5( it is really a fantastic guide
) and I meet with trouble in EXERCISE 3 – FORMATTER. I just copy the source code f ...