您好, 欢迎来到 !    登录 | 注册 | | 设为首页 | 收藏本站
  • Where do SAP CRM HANA Live Querys come from

    671 wiki 2022-01-02
    Where do SAP CRM HANA Live Querys come from There are entries from value help of SAP HANA Live Query: Where do these entries come from? Via debugging it is found that the C table crmc_ana_od_srv is used to store the entry. Tcode CRM_ANA_ ... CRMWebClient UISAP成都研究院SAP Cloud PlatformCloud? JerryWang_SAP
    架构 CRMWebClient UISAP成都研究院SAP Cloud PlatformCloud
  • SAP UI5 Repository and MongoDB Repository

    705 wiki 2022-01-02
    SAP UI5 Repository and MongoDB Repository UI5 Repository 从本地通过Eclipse team provider上传到ABAP gateway system的UI5应用,都会自动生成一个UI5RepositoryPathMapping.xml文件,里面记录的是debug version的脚本文件名称和路径的映射关系。 ? manipulation utility:/UI5/CL_UI5_REP_PATH_MAPPER ... ui5SAP UI5SAP成都研究院CloudFiori? JerryWang_SAP
    架构 ui5SAP UI5SAP成都研究院CloudFiori
  • SAP Vim和ABAP Editor的个人设置

    710 wiki 2022-01-02
    SAP Vim和ABAP Editor的个人设置 Vim vim打开文件后默认不显示行号: 打开文件: ~/.vimrc 配置文件里加入一行set nu即可。 然后就能显示行号了: ABAP Editor 每个user SE80的配置存在表RSEUMOD里。比如我想参考Wade 的SE80设置,最后一次打开了哪些package,program之类的信息: VIMSAP成都研究院SAP Cloud PlatformCloudABAP? JerryWang_SAP
    架构 VIMSAP成都研究院SAP Cloud PlatformCloudABAP
  • Session[""]如何判断存入空集合的值为空?

    667 wiki 2022-01-02
    Session[""]如何判断存入空集合的值为空? sudo yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo 再更新一下   sudo yum makecache fast 在看一下docker有效的版本 yum list docker-ce.x86_64 --showduplicates | sort -r 显 ... 企业应用? dahezi1
    架构 企业应用
  • Java开源低代码开发平台:光,一个Excel模板搞定一切

    652 wiki 2022-01-02
    Java开源低代码开发平台:光,一个Excel模板搞定一切 光是一个开源的Java低代码开发平台,生成基于SpringBoot的Java应用程序源代码。您只需要编写一个Excel模板,描述您要生成的数据对象,他们之间的关系和您不需要的功能。平台会生成一切必要的代码,并自动保存您的Excel模板,方便您以迭代的方式开发。 项目地址:https://gitee.com/jerryshensjf/LightSBMEU 二进制war包下载地址:https:// ... java开源低代码光Excel jerry_shen
    架构 java开源低代码光Excel
  • Angular的scope. apply和CRM WebClient UI的modify方法

    1176 wiki 2022-01-02
    Angular的scope. apply和CRM WebClient UI的modify方法 标题的两个方法作用相同。 Angular 在每一次Javascript代码执行序列执行结束后,Angular都去检查绑定的数据是否发生改变,通过调用scope.apply完成。scope. apply最后调用scope.digest()方法去更新bindings或者watchers。 看个例子: 关于scope.apply的工作细节,see my blog?Compare Data B ... angularwebuiSAP UI5前端SAP成都研究院? JerryWang_SAP
    架构 angularwebuiSAP UI5前端SAP成都研究院
  • cl_crm_bol_entity~reread和$scope.$apply的手动调用原因

    675 wiki 2022-01-02
    cl_crm_bol_entity~reread和$scope.$apply的手动调用原因 CL_CRM_BOL_ENTITY~REREAD CHECK line 35, scan lv_do_reread to know the logic of its assignment. reread will not be triggered until this flag is set as true. # $scope.$apply in Angular When we s ... crmangularSAP UI5WebClient UICloud? JerryWang_SAP
    架构 crmangularSAP UI5WebClient UICloud
  • SAP CRM呼叫中心polling and C4C notification polling

    729 wiki 2022-01-02
    SAP CRM呼叫中心polling and C4C notification polling CRM CRM interaction center call poll and Hybris backend office pool CRM Interaction center poll design and Hybris backoffice C4C 打开C4C,即使什么都不干,也能观察到Chrome network里这些http请求: 注意请求发起者是NotifierHelp ... crmsap呼叫中心interaction centerCloud? JerryWang_SAP
    架构 crmsap呼叫中心interaction centerCloud
  • ABAP Netweaver, SAP Cloud Platform和Kubernetes的用户区分

    662 wiki 2022-01-02
    ABAP Netweaver, SAP Cloud Platform和Kubernetes的用户区分 ABAP Dialog: Individual, interactive system access. System: Background processing and communication within a system (such as RFC users for ALE, Workflow, TMS, and CUA). Communication:Dialog-free ... ABAPSAP成都研究院SAP Cloud PlatformCloudCloudFoundry? JerryWang_SAP
    架构 ABAPSAP成都研究院SAP Cloud PlatformCloudCloudFoundry
  • 如何在CRM和C4C中用代码判断当前是否处于configuration模式

    709 wiki 2022-01-02
    如何在CRM和C4C中用代码判断当前是否处于configuration模式 CRM CL_CHTMLB_CONFIG_UTILITY=>IS_CONFIG_MODE_ENABLED 返回值为boolean: C4C 使用api:sap.client.flex.Personalization.isKeyUser 这个api返回的是属性_bIsKeyUser: 该属性在菜单Adapt->Enter Master Layout时被置为true: ... crmc4cconfigurationsapCloud? JerryWang_SAP
    架构 crmc4cconfigurationsapCloud
  • ABAP mesh表达式, JavaScript和Scala的 expression

    670 wiki 2022-01-02
    ABAP mesh表达式, JavaScript和Scala的 expression ABAP Mesh expression JavaScript 我在第10行调用了函数f,其中传入的第二个和第三个参数都是一个逗号表达式。 函数f的实现,会检查这两个参数的类型,如果是函数,则执行函数调用,再打印其返回值,否则直接打印传入的表达式的值。 执行上面这段代码,打印输出如下: 我们可以看出,虽然传入的第一个参数为true,导致函数f内部只会打印第二个参数y代表的表达 ... ABAPJavascalaJavaScriptCloud? JerryWang_SAP
    架构 ABAPJavascalaJavaScriptCloud
  • EventBus in SAP UI5 and Kyma

    733 wiki 2022-01-02
    EventBus in SAP UI5 and Kyma SAP UI5 EventBus是一个小型的subscribe/publish模式实现,位于namespace sap.ui.core下面。 subscribe: publish: 消息订阅: 消息发布: Kyma Kyma Event Bus receives Events from external solutions and triggers the bus ... eventbusui5SAP成都研究院SAP Cloud PlatformCloud? JerryWang_SAP
    架构 eventbusui5SAP成都研究院SAP Cloud PlatformCloud
  • Pricing in SAP CRM and Cloud for Customer

    640 wiki 2022-01-02
    Pricing in SAP CRM and Cloud for Customer CRM的price determination C4C C4C的price分Internal Pricing和External Pricing两种。 Internal Pricing涉及到的工作中心:主要有下图中蓝色高亮的Price Lists和Discount Lists两个。 C4C计算一个Sales Order / Sales Quote价格时,依次采用下列的优先级进行计算: ... pricingSAP成都研究院SAP Cloud PlatformCloudC4C? JerryWang_SAP
    架构 pricingSAP成都研究院SAP Cloud PlatformCloudC4C
  • SAP BSP, Java Web Project,Android和微信小程序的初始页面设置

    674 wiki 2022-01-02
    SAP BSP, Java Web Project,Android和微信小程序的初始页面设置 CRM Webclient UI Component controller的context DO_INIT_CONTEXT: 然后是Window controller的DO_INIT_CONTEXT: 最后才是view controller的DO_INIT_CONTEXT: Android 微信小程序 ? ... bsp微信小程序androidSAP成都研究院? JerryWang_SAP
    架构 bsp微信小程序androidSAP成都研究院
  • SAP CRM Genil Text-for-Key-Codes vs SAP C4C只读字段

    702 wiki 2022-01-02
    SAP CRM Genil Text-for-Key-Codes vs SAP C4C只读字段 CRM C4C 这个Assigned To字段UI上显示的是party name, 然而绑定的字段是party ID。 原因是这个UI字段的presentationMode设为DescriptionOnly。 其实际显示的Description的值绑到了/Root/ProcessorFormattedName C4CCRMSAP成都研究院只读字段Cloud? JerryWang_SAP
    架构 C4CCRMSAP成都研究院只读字段Cloud
  • SAP UI5和微信小程序框架里的全局变量

    647 wiki 2022-01-02
    SAP UI5和微信小程序框架里的全局变量 SAP UI5 in global variable sap.ui there are many useful utility service available, such as current browser and os information. and use sap.ui.getCore().byId, we can get any UI5 control instance by ... SAP UI5SAP成都研究院SAP Cloud PlatformSAP云平台Cloud? JerryWang_SAP
    架构 SAP UI5SAP成都研究院SAP Cloud PlatformSAP云平台Cloud
  • SAP UI5和angular里的常量定义

    690 wiki 2022-01-02
    SAP UI5和angular里的常量定义 SAP UI5 以我们以前负责的Opportunity为例,直接创建一个新的js文件,然后用所有字段为大写格式的JSON对象来模拟constant。UI5 framework也是用的这种方式。 ... SAP UI5angularSAP Cloud PlatformSAP云平台Cloud? JerryWang_SAP
    架构 SAP UI5angularSAP Cloud PlatformSAP云平台Cloud
  • API接口设计之token、timestamp、sign具体实现

    706 wiki 2022-01-02
    API接口设计之token、timestamp、sign具体实现 一、token 简介 Token:访问令牌access token, 用于接口中, 用于标识接口调用者的身份、凭证,减少用户名和密码的传输次数。一般情况下客户端(接口调用方)需要先向服务器端申请一个接口调用的账号,服务器会给出一个appId和一个key, key用于参数签名使用,注意key保存到客户端,需要做一些安全处理,防止泄露。 Token的值一般是UUID,服务端生成Token后需要将toke ... token api sign 接口安全 hdxiong
    架构 token api sign 接口安全
  • Netweaver的端口号和Spring boot内嵌的Tomcat端口

    672 wiki 2022-01-02
    Netweaver的端口号和Spring boot内嵌的Tomcat端口 Netweaver FM : TH_GET_VIRT_HOST_DATA Spring Boot Spring Boot will launch an embedded Tomcat instance automatically: How to change this default 8080 port or change it by code: or implemen ... ABAPNetweavercloudsprintcloudCloudFoundry? JerryWang_SAP
    架构 ABAPNetweavercloudsprintcloudCloudFoundry
  • Java和ABAP里的外部类和内部类

    643 wiki 2022-01-02
    Java和ABAP里的外部类和内部类 Java Outer class name + .this + outer class member name / method name ABAP It is possible to directly access outer class' property in inner class: Output: ABAPJava外部类内部类SAP Cloud Platform? JerryWang_SAP
    架构 ABAPJava外部类内部类SAP Cloud Platform

联系我
置顶