本月博客排行
年度博客排行
-
第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
- Xeden
- johnsmith9th
- zxq_2017
- zhanjia
- jbosscn
- forestqqqq
- luxurioust
- lzyfn123
- ajinn
- daizj
- wjianwei666
- ranbuijj
- 喧嚣求静
- silverend
- kingwell.leng
- lchb139128
- kristy_yy
- lich0079
- jveqi
- java-007
- sunj
- yeluowuhen
- ssydxa219
- lerf
- lstcyzj
- flashsing123
最新文章列表
使用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 ...
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 ...
如何在SAP WebClient UI里使用HANA Live report
1. 使用业务角色ANALYTICSPRO登录WebClient UI:
2. 点击新建按钮:
为新建的报表分配一个HANA Live Query:
指定Query的参数:
上图WebClient UI选择的参数都定义在HANA studio里:
给报表添加属性:
添加measure:
如何在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 ...
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 ...
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 ...
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 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 ...
如何找到一张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 ...
如何给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 ...
什么是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 ...
使用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 ...
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 ...
如何把一个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 ...
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 ...
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 ...
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订单应用(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 ...