ABAP术语-Function Group】的更多相关文章

Function Group 原文:http://www.cnblogs.com/qiangsheng/archive/2008/02/13/1067699.html Group of logically related function modules that share the same program context at runtime. A function group is the main program for the function modules it contains.…
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 librar…
Function Library 原文:http://www.cnblogs.com/qiangsheng/archive/2008/02/14/1068642.html Central repository for all function modules in the R/3 System. The function library is part of the Function Builder. ----------------------分隔线上面是 SAP 标准文档中提供的说明分隔线下…
Function Builder 原文:http://www.cnblogs.com/qiangsheng/archive/2008/02/03/1063196.html Tool for creating and managing function modules. You use the Function Builder to create, change, test and document function modules. You can assign function modules…
ABAP ABAP help文档里对**LOAD-OF-PROGRAM"的关键字是这样描述的: This event keyword defines the program constructor of an executable program, a module pool, a function group, or a subroutine pool. The program constructor is an event block whose event is raised by the…
Function group is loaded into runtime memory by the FIRST call of a function module inside this function group. See example below: I have a global variable defined in function group in X3C/504: Before I call any of the function module in this functio…
ABAP常用函数总结  alv .smartform. excel .text.邮件 .远程访问,FTP服务器...  **********常用功能function REUSE_ALV_GRID_DISPLAY  REUSE_ALV_GRID_DISPLAY_LVC  SSF_FUNCTION_MODULE_NAME'   ***************************功能function    VIEW_MAINTENANCE_CALL 维护表视图   SAPGUI_PROGRESS_…
ABAP 术语发布结束 原文:http://www.cnblogs.com/qiangsheng/archive/2008/03/21/1116236.html 经历了大约三个月,终于把 BC417 教程附录中的 ABAP 术语全部摘录完了.本分类以后将不再更新,从下周起不定期更新 SAP 语法.表.函数模块等文章分类,从理论走回实践. 老外很喜欢搞术语表,一般的技术书籍后面都会附一个术语表,好处是可以在需要的时候随时查找相关术语,并快速找到书籍中对该术语的详细说明. SAP 在互联网上提供了一…
ABAP Editor 原文链接:http://www.cnblogs.com/qiangsheng/archive/2007/12/08/987498.html Program editor in the ABAP Workbench. You use the ABAP Editor to create and modify ABAP programs, function modules, screen flow logic and logical databases. You can ent…
RFC (Remote Function Call) 原文:http://www.cnblogs.com/qiangsheng/archive/2008/03/12/1101581.html RFC (Remote Function Call) is an SAP interface protocol. Based on CPI-C, it considerably simplifies the programming of communication processes between sys…