您好, 欢迎来到 !    登录 | 注册 | | 设为首页 | 收藏本站
  • 重构老系统遗留代码的一些方法学习笔记

    696 wiki 2022-01-02
    重构老系统遗留代码的一些方法学习笔记 ... 代码重构遗留代码refact? JerryWang_SAP
    架构 代码重构遗留代码refact
  • SAP CRM OData multiple origin Composition的测试

    676 wiki 2022-01-02
    SAP CRM OData multiple origin Composition的测试 # Sent:?Wednesday, December 3, 2014 2:48 PM Subject:?Multiple Origin composition test - Opportunity Creation case 结论是:如果gateway系统上针对一个odata service维护了多个mark成d ... SAPCRMODATAABAP? JerryWang_SAP
    架构 SAPCRMODATAABAP
  • [笔记]windows安装docker toolbox后将springboot应用提交docker镜像库

    704 wiki 2022-01-02
    [笔记]windows安装docker toolbox后将springboot应用提交docker镜像库 ### 目的 之前写了一个mini-tcc的测试springboot,想到在自己的windows弄个docker试试,以前在centos上装过docker,很久没玩了。这次写的这个过程基本上从网上查方法实现的,没啥新意,本没必要写出来,不过在这个过程中也碰到一些坑,而且自己写笔记记录一遍印象深,所以写一篇操作过程。 引用> 整体过程:你提交代码到仓库,如果是getlab,使用webhook自动 ... docker? herman_liu76
    架构 docker
  • SAP CRM OData模型里的addressable为true的含义

    716 wiki 2022-01-02
    SAP CRM OData模型里的addressable为true的含义 #?Sent:?Wednesday, December 3, 2014 6:35 PM Subject:?what does addressable = true mean Opportunity Odata model里有三个entity set mark成address = true: SAP help里的解释是mark成address = true的entity set能够直接通过 ... SAPCRMSAP Cloud PlatformSAP云平台OData? JerryWang_SAP
    架构 SAPCRMSAP Cloud PlatformSAP云平台OData
  • SAP CRM WebClient UI上以html格式显示note的问题讨论

    674 wiki 2022-01-02
    SAP CRM WebClient UI上以html格式显示note的问题讨论 # Sent:?Tuesday, December 16, 2014 3:10 PM Subject:?【wave8 backend research 】how should we display the html source code in our note UI in wave8? 如果webclient ui里某个Opp维护了html 格式的internal note,这些note显示 ... SAP成都研究院SAP Cloud PlatformSAP云平台CloudFoundryCDS view? JerryWang_SAP
    架构 SAP成都研究院SAP Cloud PlatformSAP云平台CloudFoundryCDS view
  • SAP CRM Fiori应用冗余round trip的原因分析

    681 wiki 2022-01-02
    SAP CRM Fiori应用冗余round trip的原因分析 # Sent:?Wednesday, July 22, 2015 7:54 PM 有同事抱怨每次他们保存一个appointment时,除了正常的batch 操作外,还有3个莫名的read 操作。 The callstack clearly shows that the three roundtrips are NOT issued by customer extension, or els ... SAP成都研究院SAP Cloud PlatformSAP云平台CRMOData? JerryWang_SAP
    架构 SAP成都研究院SAP Cloud PlatformSAP云平台CRMOData
  • 如何关闭SAP CRM中间件的delta download方式

    691 wiki 2022-01-02
    如何关闭SAP CRM中间件的delta download方式 #?Sent:?Monday, July 14, 2014 2:39 PM Subject:?RE: How to test Delta download in CRM Side 我们测request download时,需要选在ERP修改某个product,然后在CRM端trigger request download看修改是否成功同步到CRM。 但是如下面邮件描述的,一旦在ERP修改了之 ... CRM中间件SAP成都研究院SAP Cloud PlatformSAP云平台? JerryWang_SAP
    架构 CRM中间件SAP成都研究院SAP Cloud PlatformSAP云平台
  • 系统监控之Prometheus

    718 wiki 2022-01-02
    系统监控之Prometheus 三种主要监控方式: 1. Logging 2. Tracing 3. Metrics MetricsLogging TracingCapExMediumLowHighOpExLowHighMediumReactionHighMediumLowInvestigationLowMediumHighCapEx: the initial cost to start in ... Prometheus? maosheng
    架构 Prometheus
  • SAP CRM中间件下载时数据库表CRMATAB为空的处理方法

    689 wiki 2022-01-02
    SAP CRM中间件下载时数据库表CRMATAB为空的处理方法 #?Sent:?Tuesday, July 22, 2014 11:30 AM Subject:?RE: how to fill empty table How to resolve empty table issue in ERP: Run report SMOF_FILL_CRMATAB in CRM system: Mark checkbox “All objects”: ... SAP成都研究院SAP Cloud PlatformSAP云平台CRM中间件? JerryWang_SAP
    架构 SAP成都研究院SAP Cloud PlatformSAP云平台CRM中间件
  • How to test Delta download in CRM Side

    698 wiki 2022-01-02
    How to test Delta download in CRM Side Subject:?How to test Delta download in CRM Side 1. Select one product in CRM side ( QD3/504 ) which you would like to test. The product must have already been downloaded from ERP successfully. In th ... CRM中间件SAP成都研究院SAP Cloud PlatformSAP云平台? JerryWang_SAP
    架构 CRM中间件SAP成都研究院SAP Cloud PlatformSAP云平台
  • SAP Cloud for Customer ABSL的一些优化

    694 wiki 2022-01-02
    SAP Cloud for Customer ABSL的一些优化 这是优化前的代码,可以看到ServiceRequest.Retrieve在foreach循环里被调用 。 如何优化: 其实在PDI里有提示。在ServiceRequest后面敲个“。”,触发代码自动完成功能,可以看到Retrieve方法有三个重载,这意味着Retrieve的输入参数不同,后台编译生成的ABAP方法也不同。 如何优化: 还是一样的思路: 在line 29声明一个行类 ... C4CCloud for CustomerSAP成都研究院SAP Cloud PlatformSAP云平台? JerryWang_SAP
    架构 C4CCloud for CustomerSAP成都研究院SAP Cloud PlatformSAP云平台
  • SAP CRM中间件下载时,为什么有时候会生成一个奇怪的BDOC容器

    666 wiki 2022-01-02
    SAP CRM中间件下载时,为什么有时候会生成一个奇怪的BDOC容器 # Subject:?RE: Subtractive changes in CRM Product Settypes by Request Load Functionality The reason that the proper structures do not make it through was a filter setting for the object MATERIAL in C ... CRM中间件SAP成都研究院SAP Cloud PlatformSAP云平台? JerryWang_SAP
    架构 CRM中间件SAP成都研究院SAP Cloud PlatformSAP云平台
  • SAP扫盲系列之一:什么是SAP系统和应用服务器

    687 wiki 2022-01-02
    SAP扫盲系列之一:什么是SAP系统和应用服务器 Jerry Wang,2007年加入SAP成都研究院工作至今,至今为止有13年的ABAP开发经验,SAP社区导师,SAP中国技术大使。 SAP Netweaver Application Server - SAP Netweaver应用? ... SAP成都研究院SAP Cloud PlatformSAP云平台SAPABAP? JerryWang_SAP
    架构 SAP成都研究院SAP Cloud PlatformSAP云平台SAPABAP
  • SAP扫盲系列之二:SAP ABAP应用服务器的组成部分

    661 wiki 2022-01-02
    SAP扫盲系列之二:SAP ABAP应用服务器的组成部分 这个系列的第一篇文章,我们了解了什么是SAP应用服务器实例,并使用SAPGUI这个客户端软件,成功登录到了SAP CRM系统的一个应用服务器实例AG3. 本文继? ... SAP成都研究院SAP Cloud PlatformSAP云平台SAPABAP? JerryWang_SAP
    架构 SAP成都研究院SAP Cloud PlatformSAP云平台SAPABAP
  • SAP CRM和Cloud for Customer的UI界面皮肤更改

    670 wiki 2022-01-02
    SAP CRM和Cloud for Customer的UI界面皮肤更改 CRM change skin in personalization C4C 也有类似的personalization,称为theme builder: 存在更快捷的办法切换theme: 在console里执行sap.ui.getCore().applyTheme("sap_belize_dark"); 执行效果: 原理其实在这行: ? 在这 ... sapcrmc4cSAP成都研究院SAP Cloud Platform? JerryWang_SAP
    架构 sapcrmc4cSAP成都研究院SAP Cloud Platform
  • 编程语言里函数方法类型检查的重要性

    1124 wiki 2022-01-02
    编程语言里函数方法类型检查的重要性 importance of type checking and evaluation 静态类型检查和动态类型检查: 静态语言 vs 动态语言 强类型语言 vs 弱类型语言 显式类型转换 vs 隐式类型转换 弱类型的例子: ? 编程方法SAP成都研究院SAP Cloud PlatformSAP云平台ABAP? JerryWang_SAP
    架构 编程方法SAP成都研究院SAP Cloud PlatformSAP云平台ABAP
  • Hybris的extension和ABAP的package

    695 wiki 2022-01-02
    Hybris的extension和ABAP的package An extension can contain business logic, type definitions, a web application, or a Hybris Management Console configuration. That way, you link up in one place all of the functionality that covers a ce ... abapHybriskeySAP成都研究院SAP Cloud Platform? JerryWang_SAP
    架构 abapHybriskeySAP成都研究院SAP Cloud Platform
  • SAP ABAP, Fiori, Android和Hybris里的异步操作

    690 wiki 2022-01-02
    SAP ABAP, Fiori, Android和Hybris里的异步操作 ABAP 其实ABAP的编程范式相对其他语言比较简单,没有太多异步操作。除了STARTING NEW TASK可以实现异步调用。 Use ABAP Multi-Thread programming to deal with a real performance issue: https://blogs.sap.com/2017/02/10/use-abap-multi-thread-prog ... ABAPFioriSAP成都研究院SAP Cloud PlatformSAP云平台? JerryWang_SAP
    架构 ABAPFioriSAP成都研究院SAP Cloud PlatformSAP云平台
  • SAP Netweaver和Cloud Foundry上的运行时进程

    684 wiki 2022-01-02
    SAP Netweaver和Cloud Foundry上的运行时进程 AG3上执行ps命令,结果如下: Cloud Foundry 到安装目录的scripts folder下,打开脚本文件start.sh: 发现Cloud Foundry的启动逻辑:依次启动postgres, nats, consul_agent, etcd这几个服务,然后用功能根据monit监控状态: 直至所有相关进程的状态都为running & accessible之 ... SAP成都研究院SAP Cloud PlatformABAPNetweaverCloud? JerryWang_SAP
    架构 SAP成都研究院SAP Cloud PlatformABAPNetweaverCloud
  • SAP BOPF和Spring框架里加了注解的控制器是如何被调用的

    739 wiki 2022-01-02
    SAP BOPF和Spring框架里加了注解的控制器是如何被调用的 BOPF的这些determination,其方法不需要application developer自己去调用,而是被BOPF框架通过调用interface method的方式被调用。 Spring MVC的@RequestMapping工作原理类似,但实现方式稍稍高级点,用的是Java的反射。 ProductPageController这个类的productDetail方法加上了@Reque ... spring框架microsoftjavaSAP Cloud Platform? JerryWang_SAP
    架构 spring框架microsoftjavaSAP Cloud Platform

联系我
置顶