您好, 欢迎来到 !    登录 | 注册 | | 设为首页 | 收藏本站
  • 使用ABAP代码创建透明表

    695 wiki 2022-01-02
    使用ABAP代码创建透明表 Created by Jerry Wang on Feb 20, 2014 Report source code could be found below: REPORT ztable. PARAMETERS: tabname TYPE char32 OBLIGATORY. DATA: lt_new_object TYPE comt_gox_def_header, ... SAPSAP云平台SAP Cloud PlatformSAP成都研究院ABAP? JerryWang_SAP
    架构 SAPSAP云平台SAP Cloud PlatformSAP成都研究院ABAP
  • 如何给SAP用户分配business role业务角色

    694 wiki 2022-01-02
    如何给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 ... SAPSAP云平台SAP Cloud PlatformSAP成都研究院Cloud? JerryWang_SAP
    架构 SAPSAP云平台SAP Cloud PlatformSAP成都研究院Cloud
  • 如何处理ABAP DDIC_TYPE_INCONSISTENCY错误

    600 wiki 2022-01-02
    如何处理ABAP DDIC_TYPE_INCONSISTENCY错误 Created by Jerry Wang on Feb 18, 2014 Issue: there are so many DDIC_TYPE_INCONSISTENCY dump in ST22. All scenarios related to table BUT000 are affected. ? ? You can find detailed explanation in ... ABAPSAPSAP云平台SAP Cloud PlatformSAP成都研究院? JerryWang_SAP
    架构 ABAPSAPSAP云平台SAP Cloud PlatformSAP成都研究院
  • 一步步创建ABAP post exit增强

    735 wiki 2022-01-02
    一步步创建ABAP post exit增强 Created by Jerry Wang on Feb 17, 2014 (1) Select the class which you want to enhance, choose "Enhance". ? ? (2) Create a new enhancement and maintain description. ? ? (3) Save to ... SAPSAP云平台SAP Cloud PlatformSAP成都研究院C4C? JerryWang_SAP
    架构 SAPSAP云平台SAP Cloud PlatformSAP成都研究院C4C
  • 如何找到一张ABAP配置表对应的事务码或者维护视图

    715 wiki 2022-01-02
    如何找到一张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 ... SAPSAP云平台SAP Cloud PlatformABAPCloud? JerryWang_SAP
    架构 SAPSAP云平台SAP Cloud PlatformABAPCloud
  • 两种找出SAP UI Code List配置位置的小技巧

    739 wiki 2022-01-02
    两种找出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 ... SAPC4CCloudCloudFoundrySAP成都研究院? JerryWang_SAP
    架构 SAPC4CCloudCloudFoundrySAP成都研究院
  • 如何使用ABAP发送带有PDF格式附件的电子邮件

    736 wiki 2022-01-02
    如何使用ABAP发送带有PDF格式附件的电子邮件 Created by Jerry Wang on Feb 15, 2014 the signature of CL_DOCUMENT_BCS~ADD_ATTACHMENT: ? ? suppose we already have PDF binary source with type XSTRING, variable iv_pdf_content. i_attachment_type ... sapC4CSAP云平台SAP Cloud PlatformABAP? JerryWang_SAP
    架构 sapC4CSAP云平台SAP Cloud PlatformABAP
  • 使用ABAP创建QR Code(二维码)

    769 wiki 2022-01-02
    使用ABAP创建QR Code(二维码) In the previous?blog?we discuss how to generate QRCode to enable it be scanned via mobile phone. In that solution, the QRCode is generated and stored in a PDF file via ABAP webdynpro framework, we on ... SAPSAP云平台SAP Cloud PlatformSAP成都研究院ABAP? JerryWang_SAP
    架构 SAPSAP云平台SAP Cloud PlatformSAP成都研究院ABAP
  • SAP WebClient UI overview页面里assignment block的可见性分析技巧

    684 wiki 2022-01-02
    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 ... sapCRMSAP云平台SAP Cloud PlatformCloud? JerryWang_SAP
    架构 sapCRMSAP云平台SAP Cloud PlatformCloud
  • SAP WebClient UI创建Value help最详细的步骤

    760 wiki 2022-01-02
    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 ... SAPCloud Application ProgrammingSAP云平台ABAPCloud? JerryWang_SAP
    架构 SAPCloud Application ProgrammingSAP云平台ABAPCloud
  • Eclipse的代码自动完成(Code Automatic completion)配置

    711 wiki 2022-01-02
    Eclipse的代码自动完成(Code Automatic completion)配置 Today my colleague tells me with one tip regarding Eclipse auto completion setting, which I think is useful in my daily life. There are lots of standard classes and those class/method created on my o ... javaeclipseSAPSAP云平台SAP Cloud Platform? JerryWang_SAP
    架构 javaeclipseSAPSAP云平台SAP Cloud Platform
  • SAP JCO的下载,安装,配置和使用

    704 wiki 2022-01-02
    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 ... SAPC4CCloudS/4HANAABAP? JerryWang_SAP
    架构 SAPC4CCloudS/4HANAABAP
  • 在SAP WebClient UI里混用ABAP Webdynpro,会带来哪些问题?

    724 wiki 2022-01-02
    在SAP WebClient UI里混用ABAP Webdynpro,会带来哪些问题? Background of this blog The reason to write the blog is recently we found that in several CRM projects in China, the ABAP Webdynpro is wrongly chosen by local partners as custom development UI techno ... ABAPWebIDEWebClient UICRMSAP云平台? JerryWang_SAP
    架构 ABAPWebIDEWebClient UICRMSAP云平台
  • 使用JAD集成到Eclipse里去,方便地查看任意Java类的源代码

    736 wiki 2022-01-02
    使用JAD集成到Eclipse里去,方便地查看任意Java类的源代码 In our JAVA development if there is no source code attached for a class like below, ? ? We have no chance to view its source code. ? ? However you can use an open source tool, JAD, to decomp ... EclipseJavaSAPSAP云平台SAP Cloud Platform? JerryWang_SAP
    架构 EclipseJavaSAPSAP云平台SAP Cloud Platform
  • SAP Fiori应用里出现http request错误的原因分析

    623 wiki 2022-01-02
    SAP Fiori应用里出现http request错误的原因分析 Issue: When you try to create a new Opportunity in Fiori, you meet with the following error message in UI: ? ? Click “Show Details” hyperlink: ? ? Click F12 to open Chrome development tool, ... SAPSAP云平台SAP Cloud PlatformSAP成都研究院C4C? JerryWang_SAP
    架构 SAPSAP云平台SAP Cloud PlatformSAP成都研究院C4C
  • 如何找到SAP UI5里阻止页面继续加载的出问题的具体代码位置

    737 wiki 2022-01-02
    如何找到SAP UI5里阻止页面继续加载的出问题的具体代码位置 Issue description: when you are launching Fiori UI, there is some Javascript error occurred. The UI stops the rendering, you could only see blank screen. However, in Chrome development tool it shows t ... SAP UI5S/4HANAJavaScriptwebSAP成都研究院? JerryWang_SAP
    架构 SAP UI5S/4HANAJavaScriptwebSAP成都研究院
  • eclipse 导入maven 项目

    716 wiki 2022-01-02
    eclipse 导入maven 项目 1.解压你在maven下载到的压缩包,一般把它和jdk放在一起。2.安装maven在电脑上?? 鼠标右键点击计算机>点击属性>点击高级系统设置之后会弹出?? 2.0 新建配置maven_home,注意maven_home的变量值是你maven的压缩包的解压地址。配置maven_home 必须有java_home?? 2.1 配置完maven_home之后记得还需要修改path 在pat ... maven eclipse 钟艳明? yanmingeye
    架构 maven eclipse 钟艳明
  • 实用!企业级Angular Dashboard应用程序创建(Part 1)

    688 wiki 2022-01-02
    实用!企业级Angular Dashboard应用程序创建(Part 1) 下载DevExpress v20.2完整版?? 重要提示:使用本教程需要熟悉React的基本概念和模式,要查看这些概念,请访问angular.io?。 Web Dashboard是一个客户端控件,它使用HTTP请求与服务器部分进行通信: DevExpressWebAngularDashboard? AABBbaby
    架构 DevExpressWebAngularDashboard
  • 如何在SAP Fiori应用里消费SAP HANA Query view

    738 wiki 2022-01-02
    如何在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 ... SAPSAP云平台SAP Cloud PlatformSAP成都研究院Cloud? JerryWang_SAP
    架构 SAPSAP云平台SAP Cloud PlatformSAP成都研究院Cloud
  • 如何在SAP WebClient UI里使用HANA Live report

    744 wiki 2022-01-02
    如何在SAP WebClient UI里使用HANA Live report 1. 使用业务角色ANALYTICSPRO登录WebClient UI: 2. 点击新建按钮: 为新建的报表分配一个HANA Live Query: 指定Query的参数: 上图WebClient UI选择的参数都定义在HANA studio里: 给报表添加属性: 添加measure: SAPSAP云平台SAP Cloud PlatformSAP成都研究院Cloud? JerryWang_SAP
    架构 SAPSAP云平台SAP Cloud PlatformSAP成都研究院Cloud

联系我
置顶