最新文章列表

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 ...
JerryWang_SAP 评论(0) 有386人浏览 2021-01-31 12:23

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 ...
JerryWang_SAP 评论(0) 有357人浏览 2021-01-31 12:23

如何修改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 ...
JerryWang_SAP 评论(0) 有277人浏览 2021-01-30 10:05

如何处理消费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 ...
JerryWang_SAP 评论(0) 有412人浏览 2021-01-30 10:00

如何在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 ...
JerryWang_SAP 评论(0) 有357人浏览 2021-01-29 10:52

两种使用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 ...
JerryWang_SAP 评论(0) 有224人浏览 2021-01-28 10:33

使用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 ...
JerryWang_SAP 评论(0) 有407人浏览 2021-01-28 10:33

如何创建能够支持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 ...
JerryWang_SAP 评论(0) 有248人浏览 2021-01-27 09:59

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 ...
JerryWang_SAP 评论(0) 有311人浏览 2021-01-26 10:46

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 ...
JerryWang_SAP 评论(0) 有234人浏览 2021-01-25 10:30

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 ...
JerryWang_SAP 评论(0) 有278人浏览 2021-01-21 09:42

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 ...
JerryWang_SAP 评论(0) 有418人浏览 2021-01-20 11:03

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 ...
JerryWang_SAP 评论(0) 有279人浏览 2021-01-20 11:02

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 ...
JerryWang_SAP 评论(0) 有303人浏览 2021-01-19 11:00

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 ...
JerryWang_SAP 评论(0) 有386人浏览 2021-01-18 10:45

一个好用的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 ...
JerryWang_SAP 评论(0) 有421人浏览 2021-01-16 09:52

如何提取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 ...
JerryWang_SAP 评论(0) 有251人浏览 2021-01-16 09:51

使用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 ...
JerryWang_SAP 评论(0) 有219人浏览 2021-01-12 10:42

如何分析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 ...
JerryWang_SAP 评论(0) 有205人浏览 2021-01-10 10:04

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 ...
JerryWang_SAP 评论(0) 有270人浏览 2021-01-09 09:38

最近博客热门TAG

Java(141746) 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