~~~~~~~~~~~~~~【Lesson 1:Describing the Processing of ABAP Program】~~~~~~~~~~~~~~
1.Client/Server Architecture of SAP NetWeaver AS
2.Excerpt for an ABAP Program
3.Interplay Between Server Levels and Program Flow
4.通过ABAP运行时系统执行简单程序的过程
1)启动程序。
2)系统从Repository中载入程序上下文。
3)运行时系统发送Selection Screen。
4)输入值被插入到Data对象中。
5)从Repository载入Reuse Unit。
6)调用Reuse Unit。
7)程序向DB请求数据记录。
8)DB提供数据记录。
9)Reuse Unit返回数据。
10)运行时系统发送列表。
本文介绍了SAP NetWeaver AS中的客户端/服务器架构,并详细阐述了ABAP程序的执行过程,包括程序启动、系统加载、数据请求及处理等关键步骤。
6888

被折叠的 条评论
为什么被折叠?



