我们使用的是类alv和函数alv,这两个选项之间有什么区别?
发布于 2012-07-10 20:08:13
- 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也可能有帮助。
希望能对你有所帮助
塔尔哈
https://stackoverflow.com/questions/11411199
复制相似问题