ABAP術語-Transaction

原文:http://www.cnblogs.com/qiangsheng/archive/2008/03/19/1112804.html

Logical process in the R/3 System. From the user’s point of view, a transaction is a self-contained unit (for example, generate a list of customers, change the address of a customer, book a flight reservation for a customer, execute a program). From a dialog programming point of view, a transaction is a complex object that consists of a module pool and screens, and is called by specifying a transaction code. After logon, there are 3 distinct levels in the R/3 System: R/3 level, Work area level, and Application level. A transaction is an application at application level. To go to the initial screen of an application, you can either navigate through the menus by choosing the appropriate menu options or enter the appropriate 4-character transaction code in the command field. Using the transaction code saves navigation through the menus and takes the user directly to the initial screen. Example: To call the ABAP Editor from the initial screen of the R/3 System, you either choose Tools -> ABAP Workbench -> ABAP Editor, or enter the transaction code SE38 in the command field.html

---------------------- 分隔線上面是 SAP 標準文檔中提供的說明 分隔線下面是個人翻譯 ---------------------- R/3 系統中的邏輯流程。從用戶的觀點來看,事務是一個自包含的單元(例如,生成一個客戶清單、修改客戶的地址、爲某個客戶預約航班預留、執行一個程序)。從會話編程的觀點來看,事務是一個包含了模塊池和屏幕的複雜對象,被指定的事務碼調用。在登陸後,R/3 系統有三個清晰的層級:R/3 層級、工做區層級和應用層級。事務是應用層的一個應用。要轉到應用的初始屏幕,能夠經過菜單選擇相應的菜單項或者在命令字段輸出事務碼來操做。例如:要從 R/3 系統的初始屏幕調用 ABAP 編輯器,能夠選擇 「工具-ABAP 工做臺-ABAP 編輯器」,或者在命令字段輸入事務碼 SE38。
相關文章
相關標籤/搜索