ABAP术语-Interface Parameter

原文:http://www.cnblogs.com/qiangsheng/archive/2008/02/26/1081800.html

Parameter that determines how a function module is used. Function modules have five different interface parameters: Import parameters, Export parameters, Changing parameters, Table parameters, and Exceptions.

----------------------
分隔线上面是 SAP 标准文档中提供的说明
分隔线下面是我的翻译
----------------------
确定函数模块如何被使用的参数。函数模块有五种不同的接口参数:输入参数、输出参数、修改参数、表参数和异常。
原文地址:https://www.cnblogs.com/rena/p/9110171.html