首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >类alv和函数alv的区别是什么?

类alv和函数alv的区别是什么?
EN

Stack Overflow用户
提问于 2012-07-10 18:18:22
回答 1查看 3.4K关注 0票数 1

我们使用的是类alv和函数alv,这两个选项之间有什么区别?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2012-07-10 20:08:13

  • 的一些区别:

代码语言:javascript
复制
- You can create screens using  function modules however classes have to call separate program to generate screens.
- Classes are more secure than FMs.
- Class type increases the performance. 
- Class type is OO, it allows more flexibility. Can have multiple ALVs in one screen.
- Classes will allow reusability better than FM because being Object Oriented.
- Classes are instantiable while function groups are not.
- Objects are the instance of class but FMs are not instances of a Function Group.
- Function modules can be executed asynchronously and can be called by other systems remotely also.
- A program can work with instances of several function groups at the same time however it cannot work with several instances of a single function group. 

*此referance也可能有帮助。

希望能对你有所帮助

塔尔哈

票数 4
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/11411199

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档