本月博客排行
年度博客排行
-
第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
最新文章列表
ABAP Debugging Script(调试器脚本)使用的一些实际例子
例子1:Use ABAP debugger script to view BOL entity content in an efficient way
In CRM, if we could like to review a BOL entity content in debugger, for example consider the following sample code which f ...
SAP CRM Opportunity行项目Alternative ID的填充逻辑
Requirement
When you maintain Opportunity line item and try to maintain a product, you can enter the alternative ID of a given product instead of the product ID. It is expected that the corresponding ...
SAP 函数CRM_ORDERADM_I_PROD_DETERM_OW的单元测试方法
For more detail about how product determination works in one order scenario, please refer to this blog: Product Alternative ID used in Opportunity Line item product determination.
As it is not possib ...
使用nodejs运行SAP Fiori应用
(1) download and install NodeJS in your local laptop:https://nodejs.org/en/download/ Type node -v to ensure it works correctly:
(2) install and configure Grunt. Grunt is a JavaScript task run ...
使用nodejs将SAP Fiori应用置于本地Launchpad运行
In the blog Step by step to run your Fiori application locally on NodeJS the steps to run your Fiori application locally by using NodeJS as server are introduced. In that solution, the Fiori applicati ...
SAP CRM Application Extension Tool(AET)扩展字段的渲染原理
Recently I am doing an S4 project and I have to figure out how extension fields created by S4 extension tool is rendered in Fiori UI. It turns out that when end users add extension field in S4 Fiori U ...
SAP Fiori Launchpad页面在服务器端的配置背后的实现原理
In this blog Why Adapt UI button is visible in some system but missing in some other system I have explained my analysis about one issue that I would like to use Adapt UI button to extend some standar ...
在S/4HANA扩展字段的Available Fields列表里,看不到自己创建的扩展字段该怎么办
I have created one extension field on Business context “Product Master General” in tile “Custom Field and Logic” and publish it:
After that when I try to add it to Basic Data block of Product ...
SAP CDS view自学教程之十:SAP CDS view扩展性(Extensibility)实现原理
目录
Part1 – how to test odata service generated by CDS view
Part2 – what objects are automatically generate after you activate one CDS view
Part3 – how is view source in Eclipse converted to ABAP ...
使用Chrome开发者工具分析JavaScript garbage collector(垃圾回收器)
I use the following simple JavaScript code to illustrate:
var JerryTestArray = [];
(function(){
for( var i = 0; i < 100; i++){
JerryTestArray[i] = document.createElement("d ...
SAP CRM Application Extension Tool类型为Code List的扩展字段实现原理
When you create extension field via Application Extension Tool, it seems the code list ( or drop down list ) is not supported by this tool. This type does not appear in supported data type list.
...
SAP ABAP CGLIB(Code Generation Library)的模拟实现
What is CGLIB?
A Byte Code Generation Library which is high level API to generate and transform Java byte code. It is used in various scenarios such as AOP, testing, data access frameworks to generat ...
SAP ABAP和Java的动态代理实现
I have assigned relationship PRDLOCS to product category MAT_HAWA in CRM:
And I create a product based on category MAT_HAWA. To my surprise, I could not see Location assignment block as expec ...
SAP CRM Location Assignment的实现原理
I have assigned relationship PRDLOCS to product category MAT_HAWA in CRM:
And I create a product based on category MAT_HAWA. To my surprise, I could not see Location assignment block as expec ...
使用SAP CRM中间件从ERP下载plant到CRM
Requirement: You have performed initial download in CRM to download plants from ERP. Now you have made some further change on a given plant in ERP. You would like to synchronize those change back to C ...
使用SAP CRM中间件下载customer的错误消息:Number not in interval XXX – XXX
I have created one Sales customer via tcode VD01 in ERP:
And I have defined a request in tcode R3AR2 to try to download it to CRM via request download:
After download is finished, I ...
使用SAP CRM中间件从ERP下载Customer的错误消息:Customer classification does not exist
Distribution channel is not allowed for sales organization
I try to download customer material info record from ERP via request download. This is my download request created in tcode R3AR2:
...
使用SAP CRM中间件从ERP下载Customer的错误消息
Distribution channel is not allowed for sales organization
I try to download customer material info record from ERP via request download. This is my download request created in tcode R3AR2:
...
SAP ABAP数据库表字段checktable的实现原理
For project reasons I need to find all tables whose fields have used a given table say COMM_PRODUCT as check table.
The only information I know is that such kind of table metadata is stored i ...
SAP Fiori Elements Object Page页面渲染原理
I have already been working with Smart template for one month. Since now no frontend JavaScript code for application is generated but instead the template maintained centrally by SAP is used in the ru ...