SAP S/4HANA CDS view的扩展原理

2020-03-07
阅读 4 分钟
1.1k
After extension field is created, I would like to retrieve its data from interface view, like I_PRODUCT. That is, the extension field is already in MARA, I want to consume it via I_PRODUCT instead of MARA.

SAP CRM服务请求subject value determination

2020-03-07
阅读 3 分钟
1.1k
When a new Service Request is created, the multi-level drop down list for Service Request subject is available.

SAP CRM扩展字段的元数据仓库

2020-03-07
阅读 2 分钟
1k
There are also some other metadata repository tables which would be accessed in the runtime:

SAP CRM WebClient UI交互式报表的Gross Value工作原理

2020-03-07
阅读 2 分钟
1.5k
SAP CRM WebClient UI交互式报表(Interactive Report)的Gross Value工作原理 the selection fields passed to backend for this report: what is difference between Gross value header and Gross value of Service Orders? Subject: RE: Some questions regarding CRM Interactive Report OLTP based on so called rep...

开启SAP CDS view DCL前后的读取性能对比

2020-03-07
阅读 1 分钟
974
After I mark the CDS view as 'not relevant for authorization check', the user with limited authorization can also search orders from CDS view:

SAP CRM Negative Authorization test on CRM_ORD_LP

2020-03-07
阅读 1 分钟
1.1k
跨模态编码器(Cross-Modal Encoder):跨模态编码器的作用是将文本和图像的特征进行对齐。GPT 可以将用户输入的文本描述转换为文本特征表示,然后利用跨模态编码器将这些特征映射到图像特征空间。这种方式确保模型能够理解描述性语言中不同细节是如何与图像特征对应的。

SAP S/4HANA里订单状态的实现原理

2020-03-07
阅读 2 分钟
949
we can find the header update function module is still called - one update record for header:

Item描述信息的更改也会导致will trigger ORDERADM_H的update函数触发

2020-03-06
阅读 2 分钟
1.4k
we can find the header update function module is still called - one update record for header:

SAP CRM One Order里Complex Set的一个例子:Partner Set

2020-03-06
阅读 3 分钟
1.2k
The logical key of the PARTNER set includes the partner function and the partner itself, i.e., there is no external attribute which allows to differentiate all the records. For this case, we use the term internal key.However in the system the fields Partner function and partner number are put to ...

SAP CRM BW Report的工作原理分析

2020-03-06
阅读 5 分钟
2.4k
Guys,we don't need to remember all possible values for a given annotation, just use Ctrl+space or your customized hot key to trigger auto completion, just as the same way you did in SAP GUI:

ABAP Development Tool如何配置代码自动完成的快捷键

2020-03-06
阅读 1 分钟
1.5k
Guys,we don't need to remember all possible values for a given annotation, just use Ctrl+space or your customized hot key to trigger auto completion, just as the same way you did in SAP GUI:

nginx配置文件语法高亮的Sublime Text扩展

2020-03-06
阅读 1 分钟
5.5k
这个时候一个好的nginx配置文件编辑器的优势就显得比较突出了。从上面的链接下载sublime Text编辑器为nginx配置文件专属的扩展:

SAP CRM Interactive Report界面订单数量的计算逻辑分析

2020-03-06
阅读 4 分钟
1.1k
I use report CRM_BW_READ_DATA in QHD/504 for demonstration.Check these two SAT traces:

SAP S/4HANA的原生扩展字段,如何能够配到S/4CRM WebClient UI上

2020-03-06
阅读 3 分钟
1.1k
Currently all AET HEADER fields are appended to structure INCL_EEW_ORDERADH_H. So as long as we register this include structure to Order_header business context in S4 Extensibility registry, once end users create extension field via S4 Key user tool, the field will for sure appear in this include...

SAP CRM CUSTOMER_H扩展字段的设计原理

2020-03-06
阅读 1 分钟
1.3k
If we add new extension field to include structure INCL_EEW_CUSTOMER_H via AET or S4 KUT,

使用SAP CRM External Interface进行订单同步

2020-03-06
阅读 6 分钟
1.9k
We are not going to use CRM Middleware any longer for internal business processes, like creating a follow-up document from a service order. However, we want to still allow customers to use CRM MW for connecting external systems, like a BW system or a legacy system (through the XIF adapter).

SAP CRM WebClient UI订单搜索的各种条件的实现原理和性能测试

2020-03-06
阅读 3 分钟
962
(1) search by product id ( report ZCRMS4_SEARCH_ORDER_PRODUCT_ID in QGP/504)(2) search by sold to party id ( report ZCRMS4_SEARCH_ORDER_PARTY in QGP/504)(3) search by sold to party name ( report ZCRMS4_SEARCH_ORDER_PARTY_NAME in QGP/504)

SAP CRM的订单模型移植到S/4HANA之后,到底做了哪些改进?

2020-03-06
阅读 4 分钟
970
Overall ideaOne order model consists of a series of objects with two different types:

SAP CRM订单系统设计时关于用户权限(User Authorization)的一些考虑

2020-03-06
阅读 9 分钟
2.2k
(1) 0 Authorization successful or no check was carried out. An authorization for the authorization object was found in the user master record. Its value sets include the specified values.

如何用ABAP代码的方式在短时间内批量生成大量订单数据用于性能测试

2020-03-06
阅读 1 分钟
2.4k
跨模态编码器(Cross-Modal Encoder):跨模态编码器的作用是将文本和图像的特征进行对齐。GPT 可以将用户输入的文本描述转换为文本特征表示,然后利用跨模态编码器将这些特征映射到图像特征空间。这种方式确保模型能够理解描述性语言中不同细节是如何与图像特征对应的。

SAP CRM的订单模型移植到S4HANA后,在订单保存功能上作出的改进

2020-03-06
阅读 3 分钟
1.2k
Once an order is saved, our new event callback CRM_SRVO_H_SAVE_EC will be called:

JSP页面和产品明细页面的绑定关系在Hybris WCMS cockpit什么地方能够找到

2020-03-06
阅读 2 分钟
1.1k
productLayout2Page.jsp和product detail page的绑定关系在Hybris WCMS cockpit什么地方能够找到

debug Scala xml handling by SAXParser

2020-03-05
阅读 3 分钟
1.7k
output log:begin to parse xmlEvElemStart: nullStart element: company - first levelAttrs:scope:EvText event happened:EvElemStart: nullStart element: staff - second levelAttrs:scope:EvText event happened:EvElemStart: nullStart element: firstname - third levelAttrs:scope:EvText event happened: yong ...

App in Scala

2020-03-05
阅读 2 分钟
1.6k
application里一个object extend了一个App:通过查看source code的实现能发现App是一个trait,继承了DelayedInit:scala.DelayedInitClasses and objects (but note, not traits) inheriting the DelayedInit marker trait will have their initialization code rewritten as follows: code becomes delayedInit(code).Ini...

Scala中的getter和setter

2020-03-05
阅读 2 分钟
1.2k
test source code: {代码...} 由此可见,getter和setter并非被命名为getXXX和setXXX

Scala语言编译之后生成的Java代码解读

2020-03-05
阅读 1 分钟
1.4k
跨模态编码器(Cross-Modal Encoder):跨模态编码器的作用是将文本和图像的特征进行对齐。GPT 可以将用户输入的文本描述转换为文本特征表示,然后利用跨模态编码器将这些特征映射到图像特征空间。这种方式确保模型能够理解描述性语言中不同细节是如何与图像特征对应的。

ChatGPT 绘图的工作原理

2020-03-05
阅读 1 分钟
1.3k
ChatGPT 的绘图功能结合了自然语言处理(NLP)和图像生成的技术,这种综合能力依赖于预训练模型(如 GPT-4)和图像生成模型(如 DALL-E)之间的紧密协作。ChatGPT 本质上是一个大规模的语言模型,但通过与图像生成模型集成,它得以执行基于描述生成图像的任务。接下来,我们将从模型架构、训练方法、推理机制和一些技术...

Account mobile phone in CRM and C4C

2020-03-05
阅读 1 分钟
1.2k
CRM binding path: BP_ADDR/StandardAddress-STRUCT.TELEPHONEMOB C4C binding path:/Root/MobilePhone UI component: BO path: Root-.CurrentDefaultAddressInformation-.Address-.DefaultMobilePhone-~FormattedNumberDescription BO: Customer 要获取更多Jerry的原创文章,请关注公众号"汪子熙":

ABAP和Go语言的初始化操作, Kubernetes的Init Container

2020-03-05
阅读 1 分钟
1.1k
ABAP Go 作用同上: Kubernetes Init Container在所有容器运行之前执行(run-to-completion),常用来初始化配置。YMAL文件里的具体用法: 要获取更多Jerry的原创文章,请关注公众号"汪子熙":

ABAP report的递归submit和在虚拟机里再次启动另一个虚拟机

2020-03-05
阅读 1 分钟
1.2k
ABAP 在一个report里submit自身,会怎么样?(可以通过编译) 我在Windows laptop里启动了一个Ubuntu虚拟机,然后试图在该系统里再次启动另一个Linux虚拟机。 这次遇到error message:This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory。尽管我在VirtualBox里已经将该虚拟机的VT-X...

Service Request Account field in CRM and C4C

2020-03-05
阅读 1 分钟
1k
The Customer field in Service Request header is bound to Sold to Party:

各种语言里获取当前模块的方法:ABAP,ABSL,C,nodejs

2020-03-05
阅读 1 分钟
1k
int main(){printf("%sn",__FILE__);}vi另存为test.c, gcc编译生成a.out,执行后输出结果为:test.c__LINE__用以指示本行语句在源文件中的位置信息,

SAP CRM product attachment的document template功能

2020-03-05
阅读 2 分钟
927
Customer would like to have the following folder structures available automatically for product with type 01. For each folder, various attachment could be put in.

ABAP, UI5和webpack的处理入口

2020-03-05
阅读 1 分钟
1k
如果一个UI5应用配置到portal的Fiori Launchpad里,那么应用的入口是Component.js另一种方式(多用于平时的测试,验证目的)不需要launchpad,只需要在一个standalone的html里自己新建一个component的运行环境(Shell):见下面html代码的第28到31行: