zoukankan      html  css  js  c++  java
  • ABAP术语-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 子程序相比,函数模块具有相同的标准接口。
  • 相关阅读:
    (10)时间
    (9)字符串
    (8)数组工具类
    (7)数学工具类
    (6)随机数
    (5)包装类
    (4)声明式接口和常用接口
    (3)java.lang.System
    (2)java.lang.Object
    (1)开篇
  • 原文地址:https://www.cnblogs.com/rena/p/9110133.html
Copyright © 2011-2022 走看看