Advanced Business Application Programming (ABAP) is SAP’s own programming language. All business applications and a part of the Basis System are written in ABAP.
ABAP stores all metadata in the ABAP Dictionary, which supports business data types.
The database is accessed through ABAP usually using OPEN SQL, which means program development is independent of the database system used in the system.
ABAP supports the simple and effective creation of graphical user interfaces. ABAP objects can also be used for object-oriented programming.
The separation of text elements such as list headers, texts for input fields, and so on, allows ABAP to support multiple languages.
ABAP stores all metadata in the ABAP Dictionary, which supports business data types.
The database is accessed through ABAP usually using OPEN SQL, which means program development is independent of the database system used in the system.
ABAP supports the simple and effective creation of graphical user interfaces. ABAP objects can also be used for object-oriented programming.
The separation of text elements such as list headers, texts for input fields, and so on, allows ABAP to support multiple languages.

ABAP是SAP专有的编程语言,用于编写所有业务应用程序及部分基础系统。该语言支持通过OPENSQL访问数据库,使得程序开发独立于具体使用的数据库系统。ABAP还支持图形用户界面的创建和面向对象编程。
4022

被折叠的 条评论
为什么被折叠?



