最新文章列表

使用JavaScript遍历本地文件夹的文件

This blog is written based on Chrome 45.0.2454.85 m. In HTML5 there is one additional attribute available for tag a, the “download”. By clicking on the “a” tag with “download” attribute, you can dire ...
JerryWang_SAP 评论(0) 有615人浏览 2020-12-27 10:30

SAP UI5应用DatePicker控件的设计明细

Recently in order to resolve customer incidents, I need to study more details about DatePicker control. I share what I have learned in this blog. What does DatePicker look like     There is a sm ...
JerryWang_SAP 评论(0) 有243人浏览 2020-12-26 10:19

如何在SAP WebClient UI里使用HANA Live report

1. 使用业务角色ANALYTICSPRO登录WebClient UI: 2. 点击新建按钮: 为新建的报表分配一个HANA Live Query: 指定Query的参数: 上图WebClient UI选择的参数都定义在HANA studio里: 给报表添加属性: 添加measure:
JerryWang_SAP 评论(0) 有257人浏览 2020-12-25 13:42

如何在SAP Fiori应用里消费SAP HANA Query view

In CRM Fiori there is one standard application called Customer report, where you can consume the HANA query view modeled in HANA studio, taking one example below:     This blogs shows the step by ...
JerryWang_SAP 评论(0) 有313人浏览 2020-12-25 13:41

SAP JCO的下载,安装,配置和使用

This blog can be used as a very simple tutorial for those guys who are new to JCO. It demonstrates how to download and configure the JCO in your laptop. A simple consumption from JAVA side to call a r ...
JerryWang_SAP 评论(0) 有503人浏览 2020-12-22 10:04

SAP WebClient UI创建Value help最详细的步骤

This document could be used for beginners for Webclient UI development who wants to know how to implement value help. Example: When clicking F4 on BusinessPartner ID,     a new window pops up a ...
JerryWang_SAP 评论(0) 有265人浏览 2020-12-21 10:01

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 ...
JerryWang_SAP 评论(0) 有202人浏览 2020-12-21 09:59

两种找出SAP UI Code List配置位置的小技巧

Example: click F4 on ID Type field, in value help window there are several entries:     we need to find the customizing in the backend where we could maintain more entries for the value list. Ap ...
JerryWang_SAP 评论(0) 有310人浏览 2020-12-19 10:36

如何找到一张ABAP配置表对应的事务码或者维护视图

Created by Jerry Wang on Feb 15, 2014 Case: you know the table name and you want to find the transaction code or maintenance view which could be used to maintain entries for that table For example t ...
JerryWang_SAP 评论(0) 有255人浏览 2020-12-19 10:35

如何给SAP用户分配business role业务角色

Created by Jerry Wang on Jan 10, 2016 In order to run product related scenario like search, create and modify, you need to assign related business role, for example TPM_PRO, to your own user: (1) de ...
JerryWang_SAP 评论(0) 有319人浏览 2020-12-16 10:04

什么是SAP CRM里的用户状态(user status)

Created by Jerry Wang on Feb 19, 2016 (1) define a new user status profile in customizing below:     (2) maintain the status transition relationship. The example below defines the following stat ...
JerryWang_SAP 评论(0) 有372人浏览 2020-12-12 09:44

使用ABAP代码生成二维码(QR Code)

Previously we have discussed how to generate QRcode with SAP standard functionality: (1) Generate QRcode with ABAP Webdynpro (2) Generate QRcode with ABAP Code plus Adobe form template Both solution ...
JerryWang_SAP 评论(0) 有529人浏览 2020-12-12 09:44

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 ...
JerryWang_SAP 评论(0) 有280人浏览 2020-12-11 09:55

如何用代码动态生成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 ...
JerryWang_SAP 评论(0) 有350人浏览 2020-12-10 11:18

如何把一个ABAP视图添加到SAP GUI的收藏夹里

The idea comes from Sougata Chatterjee’s anwser in this thread: Suppose I need to add the maintenance view COMV_PARTNER_FCT to my favorite list. I expect once the entry in the favorite list is double ...
JerryWang_SAP 评论(0) 有321人浏览 2020-12-08 10:59

SAP CRM产品主数据ID的生成逻辑介绍

You can choose to let the system determine the product ID automatically according to number range or you can choose to assign the product ID manually. a. If you would like to go with the number range ...
JerryWang_SAP 评论(0) 有324人浏览 2020-12-08 10:56

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 ...
JerryWang_SAP 评论(0) 有235人浏览 2020-12-07 10:44

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 ...
JerryWang_SAP 评论(0) 有215人浏览 2020-12-07 10:44

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 ...
JerryWang_SAP 评论(0) 有241人浏览 2020-12-06 09:47

如何快速定位SAP CRM订单应用(Order Application)错误消息抛出的准确位置

In my blog Six kinds of debugging tips Fabian Geyer raised a very good point about the trouble during ERP Application trouble shooting. Let me just quote his good statement: “Several ERP applications ...
JerryWang_SAP 评论(0) 有373人浏览 2020-12-06 09:46

最近博客热门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