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 子程序相比,函数模块具有相同的标准接口。
本文介绍了ABAP中的函数模块概念,这些模块作为通用函数使用,它们是在函数编辑器中开发并在中央函数库中进行管理的外部子程序。与FORM子程序不同的是,函数模块拥有统一的标准接口,有助于减少代码冗余并提高编程效率。
6015

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



