使用Visual Studio Code进行ABAP开发 长期以来,我们都使用SAP GUI进行ABAP编码工作,事务代码SE38甚至成了ABAP的代名词。 SAP GUI的代码编辑能力和一些专业的IDE比较起来难免相形见绌,为了给开发者们更好的体验,SAP推出了基于Eclipse的ABAP开发工具:ABAP Development Tools for Eclipse,简称ADT。 ADT有很多便利之处,比如...
在Visual Studio Code 里编写 ABAP 代码 介绍一个使用 cl_abap_corresponding 进行两个内表不同名称字段赋值的快捷方法 用SAP ABAP 编写的俄罗斯游戏 使用ABAP 代码向百度网站发起请求并收到回应 现代ABAP 编程语言中的正则表达式 SAP ABAP 编辑器里的 Code Completion(代码自动完成)的等待时间设置 SAP ABAP 和 Java...
SAPGUI 这款 IDE 的页面布局设计,乍一看有点像现在的 Visual Studio Code,但 SAPGUI 诞生于 1992 年,可以说是 Visual Studio Code 的前辈了。 那么为什么 SAP 有了 SAPGUI 之后,还会选择将 Eclipse 改造成 ABAP 的另一款开发工具呢?这就是本文要阐述的内容。 SAP 在 Eclipse 框架的基础上,开发出了一系列专...
1、 首先要把eclipse安装上,去官网下载eclipse https://www.eclipse.org/downloads/ 2、 然后打开eclipse,开始abap配置 选择help-install new software 3、 选择添加并提供ABAP开发工具 4、 输入网址:https://tools.hana.ondemand.com/kepler 或者https://tools.hana.ondemand.com/mars 5、 出现如下选择内容 6...
break-point ABAP Development Tools based debugging Documents change logs Table: CDHDR CDPOS Tcode: SCDO Function module: CHANGEDOCUMENT_READ_HEADERS CHANGEDOCUMENT_READ_HEADERS Change Document Object Class: <name space>CL_<change document object name>_CHDO cl_chdo_read_too...
: code I need to "decode" these things before I can start the real work. This is also true for any ABAP program without any "fancy" features like OO :wink: . Maintainability is a important topic and is challenging regardless of the used development paradigm. Therefore, it's important to...
Jerry和SAP成都研究院一些新同事聊天时,谈到ABAP和SAP GUI这个话题。很多新同事在加入SAP成都之前,是做Java和C++开发的,习惯了Eclipse/IntelliJ IDEA/Visual Studio这些现代IDE,对于SAP GUI这个比较”复古“的IDE不太适应。其实还有一个选择:ABAPDevelopment Tools,最初在SAP内部称为ABAPin Eclips ...
So when that company made a move a few years later to build Windows apps in C#/.net 2.0, I was thrilled to use MS Visual Studio 2005. Windows! User-friendly controls! Graphics! Events! Object-oriented language! About a decade later, that same company made the move to SAP and I wrote...
其实在 SAP Joule 之前,在 Visual Studio Code 和 Trae 这些 IDE 里,已经可以通过 API 的方式接入大语言模型,通过 Chat 方式辅助开发人员进行 ABAP 编程,笔者之前的文章也介绍过: DeepSeek 辅助下的 ABAP 编程 Github Copilot 辅助下的 ABAP 编程
/how-abap-syntax-highlight-is-implemented-in-webide-launched-via-browser/ 再回到今天聊的Visual Studio Code。SAP成都研究院很多前端开发的同事都向我推荐过这个IDE。Jerry试用... Development Tool思路一样,本文介绍的Visual Studio Code扩展应用,ABAP Remote File System,也是通过另一种编程语言TypeScript去远程...