zoukankan      html  css  js  c++  java
  • ABAP术语-ABAP Editor

    原文链接:http://www.cnblogs.com/qiangsheng/archive/2007/12/08/987498.html

    Program editor in the ABAP Workbench. You use the ABAP Editor to create and modify ABAP programs, function modules, screen flow logic and logical databases. You can enter program source code and perform syntax checks. The ABAP Editor offers several functions to support program development as well as normal text operations such as insert, find, and replace. You can use the ABAP Editor in four different modes: Editor control mode, PC mode with line numbering, PC mode without line numbering, and Command mode. You can navigate from the ABAP Editor to other ABAP Workbench development tools.

    ----------------------
    分隔线上面是 SAP 标准文档中提供的说明
    分隔线下面是我的翻译
    ----------------------
    在 ABAP 工作台中的程序编辑器。使用 ABAP 编辑器来创建和修改 ABAP 程序、函数模块、屏幕逻辑流和逻辑数据库。可以输入程序源代码和执行语法检查。ABAP 编辑器提供了几个功能来支持程序开发和一般的文本操作,例如插入、查找和替换。可以用四种不同的模式来使用 ABAP 编辑器:编辑器控制模式、带行号的 PC 模式、无行号的 PC 模式、命令模式。可以从 ABAP 编辑器导航到其他 ABAP 工作台开发工具。
  • 相关阅读:
    python-opencv-绘图函数
    sublime下package control安装无效解决
    关于vue.js中slot的理解
    关于vue.js父子组件数据传递
    oAuth2.0及jwt介绍
    nodejs文件上传组件multer使用
    nodejs设置服务端允许跨域
    添加swagger api文档到node服务
    关于for循环里面异步操作的问题
    nodejs记录2——一行代码实现文件下载
  • 原文地址:https://www.cnblogs.com/rena/p/9109628.html
Copyright © 2011-2022 走看看