ABAP术语-Function Module Function Module

原文:http://www.cnblogs.com/qiangsheng/archive/2008/02/18/1071827.html

General-purpose function. Function modules are external subroutines written in ABAP. Developed in the Function Builder, they are managed in a central function library, and can therefore be called from any ABAP program. This helps to avoid redundant code and makes the programming process more effective. In contrast to FORM routines, function modules have the same standard interface.

----------------------
分隔线上面是 SAP 标准文档中提供的说明
分隔线下面是我的翻译
----------------------
用于一般用途的函数。函数模块是用 ABAP 编写的外部子程序。在函数编辑器中开发,在一个中央函数库中管理,并且可以从任何 ABAP 程序调用。这帮助避免冗余代码并且让编程过程更加高效。跟 FORM 子程序相比,函数模块具有相同的标准接口。

General-purpose function. Function modules are external subroutines written in ABAP. Developed in the Function Builder, they are managed in a central function library, and can therefore be called from any ABAP program. This helps to avoid redundant code and makes the programming process more effective. In contrast to FORM routines, function modules have the same standard interface.

----------------------
分隔线上面是 SAP 标准文档中提供的说明
分隔线下面是我的翻译
----------------------
用于一般用途的函数。函数模块是用 ABAP 编写的外部子程序。在函数编辑器中开发,在一个中央函数库中管理,并且可以从任何 ABAP 程序调用。这帮助避免冗余代码并且让编程过程更加高效。跟 FORM 子程序相比,函数模块具有相同的标准接口。

猜你喜欢

转载自www.cnblogs.com/rena/p/9110133.html
今日推荐