E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
ABAP
【
abap
】数据字典SE11及Data Type中的Structure和Table Type
事务码SE11如下图
ABAP
Dictionary(
ABAP
数据字典)===========================域对象Domain===========================透明表TransparentTable
CharlieMC
·
2020-08-24 19:42
SAP
ABAP
实现LOG显示的方法
displaylog的方法:BAL_DSP_LOG_DISPLAY1:CALLFUNCTION'BAL_LOG_CREATE'EXPORTINGi_s_log=g_s_logIMPORTINGe_log_handle=w_log_handleEXCEPTIONSOTHERS=1.IFsy-subrc0.MESSAGEIDsy-msgidTYPE'I'NUMBERsy-msgnoWITHsy-msg
SAPmatinal
·
2020-08-24 19:58
ABAP技术
ABAP
如何在调试查看EXPORT/IMPORT 内存数据
ThesememoryIDscanbeaccessedinthedebugger,buttheoptionisn'taccessiblebydefaultinthe"new"Debugger.Todisplaythemyouhavetwooptions:InthenewDebugger,changeoneofthetoolsyou'reusing.Dothisbyclickingthe"NewTo
JohnMin
·
2020-08-24 19:12
SAP
ABAP
DEBUG
MEMORY
EXPORT
IMPORT
SAP中查找业务应用使用的数据表
在
ABAP
编程时,很大的工作量是查找模块中使用的是哪个数据表的哪个字段,这是最基础也是最重要的工作之一,本章介绍以下两种方法:(1)透明表可以通过帮助直接查找表和字段(2)结构通过SQL跟踪(ST05)
Jay_1989
·
2020-08-24 19:12
SAP
ABAP
--How to use Toolbar control(SAP样例摘抄)
TheSAPToolbarcontrolGeneralAddmethodAdd_button_groupmethodSet_buttonstatemethodSimpleexampleAdvancedexampleGeneralSeealsoSetupeventhandlingforcontrolsforageneralexampleofeventhandlingNote:Togetalistof
JackWu
·
2020-08-24 19:59
12
SAP
ABAP
ALV
【MM系列】SAP
ABAP
BAPI 和 RFC 的区别
公众号:SAPTechnical本文作者:matinal原文出处:http://www.cnblogs.com/SAPmatinal/原文链接:【
ABAP
系列】SAP
ABAP
BAPI和RFC的区别前言部分大家可以关注我的公众号
ARICK2014
·
2020-08-24 19:23
在外部调用RFC的时候,使用
ABAP
调试
现在在外部条用RFC的话,就可以在SAP中进行
ABAP
调试了。如果想结束调试的话点击是即可。
pely122
·
2020-08-24 18:45
ABAP
SAP R/3
ABAP
开发过程中一些总结
1、ST05是用于在开发
ABAP
程序时,对应事务码取得的字段是“数据结构”而不是“透明表”的时候,通过ST05的“SQL跟踪”来获得相关“Select”的语句;一般查看“REC”列耗时比较多的“Select
iteye_3606
·
2020-08-24 18:39
SAP
ABAP
/4 学习日记
1.ObjectNavigator是
ABAP
工作平台上众中开发工具的中心入口,事务代码为:se80,其中还有几个经常会用到的T-CODE:SE38,SE24,SE37.2.在
ABAP
Editor中有一个
轻舟再过万重山
·
2020-08-24 18:28
信息化
ABAP
数据字典和数据表的读取
ABAP
数据字典的事务代码(TCODE):SE11,数据字典和SAP整个业务应用是整合的。本章主要介绍:实例建表,数据表维护程序,添加数据,建立域、数据元素和搜索帮助,逻辑数据库,数据表的读取。
Jay_1989
·
2020-08-24 18:21
ABAP
如何用
ABAP
代码的方式在短时间内批量生成大量订单数据用于性能测试
Package:CRMS4_TEST_DATA_GENERATION-Carsten’soriginalreport(1)API:BAPI_MATERIAL_SAVEREPLICA(2)BPreport:CRMS4_HOME_CREATE_BPS(3)ServiceOrder:CRMS4_HOME_CREATE_ORDERS涉及到的一些数据库表(1)TVKOV:Org.Unit:Distribut
汪子熙
·
2020-08-24 18:42
Jerry
Wang的原创SAP技术文章
ABAP
CRM
如何使用
ABAP
open SQL的locator
RecentlyIlearnedanewapproachtoaccessdatabasetablecontentwithouthavingtotransportthecolumndatainto
ABAP
programusinglocator.ThereisasampleprogramprovidedinSAPhelp.Imakemodificationsonthissample.Themodifi
JerryWang_汪子熙
·
2020-08-24 18:05
crm
sap
saprfc
erp
abap
使用
ABAP
的RTTI和Java反射机制访问static private属性
In
ABAP
wecandefineastaticattributeforaclassviakeywordCLASS-DATA,whosevalidityisnotassociatedwithinstancesofaclassbutwiththeclassitself.InordertoprovethisfactIusethefollowingsimplePointerclassfordemonst
JerryWang_汪子熙
·
2020-08-24 18:33
abap
erp
crm
sap
saprfc
ABAP
面试问题 - 不使用加减乘除等操作比较两个整数大小
OurteamarchitecthasaskedusthisquestionwhichissaidtobeaninterviewquestionfromMicrosoftlongtimeago:Pleaseimplementonefunctionwhichacceptstwointegersasinputandgeneratethefollowingresultaccordingly:Ifa>b,
JerryWang_汪子熙
·
2020-08-24 18:33
abap
erp
sap
saprfc
crm
ABAP
,Java和JavaScript的local class
Localclassin
ABAP
SupposeIhaveaglobalclasswithapublicmethodADDwithfollowingsignature.Iwouldliketoimplementwithalocalclassinsidethisglobalclass.Thelocalclasscouldbecreatedbyclickingbutton
JerryWang_汪子熙
·
2020-08-24 18:32
abap
crm
erp
sap
saprfc
ABAP
,Java和JavaScript的整型数据类型比较
WhenIfirstbegintoprogramwith
ABAP
Igetconfusedwithdifferentkindsofintegertypeavailablefor
ABAP
developers
JerryWang_汪子熙
·
2020-08-24 18:32
abap
saprfc
sap
crm
erp
SAP
ABAP
和Java跨域请求问题的解决方案
ThereisanexcellentblogCross-domaincommunicationswith
ABAP
andJSONPwrittenbyAlessandroSpadoni.Andinthisblog
JerryWang_汪子熙
·
2020-08-24 18:56
abap
java
erp
crm
sap
SAP
ABAP
ADBC和Java JDBC的使用比较
HorstKellerhasalreadyintroducedADBCinhisblog
ABAP
Geek15–ADBClongtimesago.AndrecentlyduringmyselfstudyonPostgreSQLImadesomepracticetoconnectPostgreSQLinJavaprogrammingusingJavaDatabaseConnectivity–JDBC
JerryWang_汪子熙
·
2020-08-24 18:55
java
abap
erp
sap
saprfc
使用Adobe lifecycle Enterprise Service将word文档转换成PDF
CurrentlyIamworkingonacustomerprojectregardingtheusageofSAPdocumentbuilder.Documentbuilderisan
ABAP
webdynproapplicationwhichcouldallowyoutomaintemplatepartwithvariousdocumenttype
JerryWang_汪子熙
·
2020-08-24 18:03
adobe
pdf
pdf导出
saprfc
sap
给你的
ABAP
对象打上标签(Tag)
如今在
ABAP
DevelopmentTool里也支持标签功能了,可以像使用各种云笔记一样,给常用类型的
ABAP
对象添加自定义的标签。
JerryWang_汪子熙
·
2020-08-24 18:02
abap
crm
sap
saprfc
gui
ABAP
代码静态分析工具SQF - Support Query Framework
ABAP
staticanalysistoolSQFisastaticcodeanalysistooldevelopedinpackageSUPPORT_QUERY_FRAMEWORKinsoftwarecomponentSAP_BASIS.Itcontainslo
JerryWang_汪子熙
·
2020-08-24 17:43
abap
sql
crm
erp
cloud
用SAP WebIDE将CRUD Master-Detail应用打包成Hybrid App
登录api.sap.com,找到自己想用
ABAP
调用的API:APIReferences里,点击CodeSnippt,即可看到APIHub自动生成的使用
ABAP
调用该API的代码:在SAPWebIDE里
JerryWang_汪子熙
·
2020-08-24 17:36
web
hybrid-app
sap
saprfc
abap
使用代理模式改善SAP UI5应用的图片加载体验
FortrainingpurposeIamalreadyimplementedsamplesofvariousvariantsofproxydesignpatternimplementationin
ABAP
andJava.AndnowIneedtofindameaningfulexampleforproxypatternusedinJavaScript.Let
JerryWang_汪子熙
·
2020-08-24 16:39
sap
saprfc
crm
erp
abap
ABAP
mesh expression, JavaScript and Scala expression
ABAP
MeshexpressionJavaScript我在第10行调用了函数f,其中传入的第二个和第三个参数都是一个逗号表达式。
JerryWang_汪子熙
·
2020-08-24 16:57
abap
meshblu
javascript
node.js
java
null in
ABAP
and nullpointer in Java
ABAP
JavaclassOuter{Nestednested;NestedgetNested(){returnnested;}publicOuter(){//nested=newNested();}}
JerryWang_汪子熙
·
2020-08-24 16:47
null
abap
java
crm
erp
SAP Cloud for Customer ABSL的一些优化
,触发代码自动完成功能,可以看到Retrieve方法有三个重载,这意味着Retrieve的输入参数不同,后台编译生成的
ABAP
方法也不同。
JerryWang_汪子熙
·
2020-08-24 16:57
cloud
cloud-foundry
sap
saprfc
abap
SAP CRM呼叫中心和Hybris Commerce Backoffice的轮询设计
在CRM呼叫中心还没有用
ABAP
pushchannel重新设计之前,因为后台没法向浏览器pushevent,因此前台只能每隔1秒向后台发一个httprequest去询问后台是否有event发生:用APCredesign
JerryWang_汪子熙
·
2020-08-24 16:57
crm
sap
saprfc
poll
abap
ABAP
Netweaver和SAP Hybris的内存管理
In
ABAP
:tcodeST06inHybris:每隔5秒钟,console会发起一个到Javabackend的AJAX查询请求:这个5秒是定义在project.properties配置文件里,然后使用
JerryWang_汪子熙
·
2020-08-24 16:57
abap
saprfc
sap
memory
memory_profiler
如何使用SAP Intelligent Robotic Process Automation自动操作Excel
之前Jerry的文章使用
ABAP
操作Excel的几种方法,介绍的是通过
ABAP
这门编程语言去操作Excel的方法。
JerryWang_汪子熙
·
2020-08-24 16:56
sap
saprfc
crm
ml
机器学习
Implement CGLIB in
ABAP
Whatiscglib?AByteCodeGenerationLibrarywhichishighlevelAPItogenerateandtransformJavabytecode.ItisusedinvariousscenariossuchasAOP,testing,dataaccessframeworkstogeneratedynamicproxyobjectsandinterceptfie
JerryWang_汪子熙
·
2020-08-24 16:50
abap
sap
saprfc
crm
cglib
ABAP
和Java里的单例模式攻击
然而在某些场景下,这种设计模式的单例特性会被破坏,看下面这个例子:代码的第三行,这个
ABAP
类实现了接口if_serializable_object,这意味着它可以被关键字CALLTRANSFORMATION
JerryWang_汪子熙
·
2020-08-24 16:19
abap
java
设计模式
design-pattern
设计
ABAP
开发环境终于支持以驼峰命名法自动格式化
ABAP
变量名了
Jerry进入SAP成都研究院前,一直是用C/C++开发,所以刚接触
ABAP
,对于她在某些语法环境下大小写敏感,某些环境下不敏感的特性很不适应。
JerryWang_汪子熙
·
2020-08-24 15:59
abap
sap
saprfc
crm
code-review
ABAP
,Java和JavaScript的序列化,反序列化
ABAP
1.
ABAP
提供了一个工具类cl_proxy_xml_transform,通过它的两个方法
abap
_to_xml_xstring和xml_xstring_to_
abap
实现两种格式的互换。
JerryWang_汪子熙
·
2020-08-24 14:19
abap
javascript
java
serialization
sap
编程面试题:编写一个会造成数据库死锁的应用
下面我提供一种答案,采用SAP的编程语言
ABAP
(AdvancedBusinessApplicationProgramming)实现。
JerryWang_汪子熙
·
2020-08-24 14:11
数据库
程序员
面试
dead-lock
原子性
使用nodejs和Java访问远程服务器的服务
既然这篇文章用的是nodejs和Java访问远程服务器的服务,那么咱们先用另一门编程语言,SAP的
ABAP
(我日常工作使用得最多的编程语言)来开发一个服务吧。
JerryWang_汪子熙
·
2020-08-24 14:31
node.js
java
rfc
sap
saprfc
使用
ABAP
批量下载有道云笔记中的图片
Jerry喜欢用有道云笔记这款软件做自己的知识管理和知识体系的构建。当您看到一篇好的有道云笔记分享时,可能会想将其精美的图片下载到本地。作为程序猿,我们不会去手动一张张下载。写个程序帮我们自动下载吧。比如这个笔记:http://note.youdao.com/notesh...打开之后是这样的:我们需要研究如何知道一个有道云分享笔记里究竟包含了哪些图片。我们可以使用有道云笔记提供的这个Restfu
JerryWang_汪子熙
·
2020-08-24 14:55
abap
cloud
sap
saprfc
download
使用
ABAP
正则表达式解析HTML标签
需求就是我用
ABAP
的某个函数从数据库读取一个字符串出来,该字符串的内容是一个网页。网页的form里包含了很多隐藏的inputfield。
JerryWang_汪子熙
·
2020-08-24 14:54
abap
sap
saprfc
正则表达式
使用
ABAP
批量下载Markdown源文件里的图片到本地
执行我github里的这个report:选中一段markdown文档,ctrlC:然后直接执行report:执行完毕:所有文件都下载到本地文件夹:这个report使用到的工具类:zcl_crm_cm_tool
JerryWang_汪子熙
·
2020-08-24 14:32
sap
abap
markdown
download
images
ABAP
的include关键字,Java的import, C的include和C4C ABSL 的import比较
ABAP
使用关键字重复引入一个includeprogram,会报syntaxerror:原因是因为
ABAP
对include这个关键字的实现和其他编程语言有点不一样,在激活时简单地把被include的program
JerryWang_汪子熙
·
2020-08-24 14:56
abap
include
c
java
javascript
ABAP
的语法高亮是如何在浏览器里显示的
这篇文章的原文我发表在SAP官方社区上:https://blogs.sap.com/2018/03/09/how-
abap
-syntax-highlight-is-implemented-in-webide-launched-via-browser
JerryWang_汪子熙
·
2020-08-24 14:04
syntax
saprfc
sap
abap
ABAP
宏的调试
但是
ABAP
的宏例外。比如我写了下面一段宏,名为insert_table.执行这段代码,调试器会在第23行停下来。
JerryWang_汪子熙
·
2020-08-24 14:03
abap
sap
macro
ABAP
DOI详解(1)
OLE语法参照VBA,在
ABAP
中调用方法来操作Excel,语法的友好性差;另外将数据从
ABAP
内表写入到Excel,速度特别慢,性能难以接受。DOI可以看作OLE的替代品,用面向对象的方式实现。
Stone0823
·
2020-08-24 04:39
ABAP
下载的病毒扫描Virus Scan
当我使用CL_HTTP_ENTITY=>IF_HTTP_ENTITY~GET_DATA从网络下载数据时,遇到异常CX_VSI:错误原因是数据从网络下载到Netweaver服务器上之后,在服务器上针对实例ldai2ag3_AG3_56找不到对应的病毒扫描Profile。配置表名:vscan_server从事务码SM51里能发现applicationserverAG3由三个物理实例组成:而配置表里缺少
JerryWang_汪子熙
·
2020-08-24 03:52
如何使用
ABAP
open SQL的locator
RecentlyIlearnedanewapproachtoaccessdatabasetablecontentwithouthavingtotransportthecolumndatainto
ABAP
programusinglocator.ThereisasampleprogramprovidedinSAPhelp.Imakemodificationsonthissample.Themodifi
JerryWang_汪子熙
·
2020-08-24 03:00
crm
sap
saprfc
erp
abap
ABAP
面试问题 - 不使用加减乘除等操作比较两个整数大小
OurteamarchitecthasaskedusthisquestionwhichissaidtobeaninterviewquestionfromMicrosoftlongtimeago:Pleaseimplementonefunctionwhichacceptstwointegersasinputandgeneratethefollowingresultaccordingly:Ifa>b,
JerryWang_汪子熙
·
2020-08-24 03:27
abap
erp
sap
saprfc
crm
ABAP
,Java和JavaScript的整型数据类型比较
WhenIfirstbegintoprogramwith
ABAP
Igetconfusedwithdifferentkindsofintegertypeavailablefor
ABAP
developers
JerryWang_汪子熙
·
2020-08-24 03:27
abap
saprfc
sap
crm
erp
ABAP
,Java和JavaScript的local class
Localclassin
ABAP
SupposeIhaveaglobalclasswithapublicmethodADDwithfollowingsignature.Iwouldliketoimplementwithalocalclassinsidethisglobalclass.Thelocalclasscouldbecreatedbyclickingbutton
JerryWang_汪子熙
·
2020-08-24 03:27
abap
crm
erp
sap
saprfc
使用
ABAP
的RTTI和Java反射机制访问static private属性
In
ABAP
wecandefineastaticattributeforaclassviakeywordCLASS-DATA,whosevalidityisnotassociatedwithinstancesofaclassbutwiththeclassitself.InordertoprovethisfactIusethefollowingsimplePointerclassfordemonst
JerryWang_汪子熙
·
2020-08-24 03:27
abap
erp
crm
sap
saprfc
Java的Covariance设计原理和SAP
ABAP
的模拟实现
withinSAPandthereisasetofconceptCovarianceandContravariance,whichhasonlybuilt-insupportbyasubsetofprogramminglanguagelikeJava.Forthose
ABAP
er
JerryWang_汪子熙
·
2020-08-24 03:56
java
crm
erp
abap
sap
使用代理模式改善SAP UI5应用的图片加载体验
FortrainingpurposeIamalreadyimplementedsamplesofvariousvariantsofproxydesignpatternimplementationin
ABAP
andJava.AndnowIneedtofindameaningfulexampleforproxypatternusedinJavaScript.Let
JerryWang_汪子熙
·
2020-08-24 03:16
sap
saprfc
crm
erp
abap
上一页
36
37
38
39
40
41
42
43
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他