ABAP/4: Programming the SAP R/3 System, 2/e
暫譯: ABAP/4:SAP R/3 系統程式設計(第二版)
Bernd Matzke
- 出版商: Addison Wesley
- 出版日期: 2000-12-10
- 售價: $3,320
- 貴賓價: 9.5 折 $3,154
- 語言: 英文
- 頁數: 736
- 裝訂: Hardcover
- ISBN: 0201675153
- ISBN-13: 9780201675153
-
相關分類:
SAP
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
$680$537 -
$650$553 -
$980$774 -
$784Database System Concepts, 4/e
-
$920$727 -
$860$568 -
$690$587 -
$420$328 -
$780$741 -
$590$466 -
$1,730$1,644 -
$580$493 -
$750$638 -
$490$382 -
$560$476 -
$450$356 -
$490$417 -
$850$723 -
$480$379 -
$750$593 -
$780$663 -
$580$493 -
$1,600$1,520 -
$650$507 -
$580$452
相關主題
商品描述
Summary
Many of the introductory SAP books currently on the market provide only a brief overview of ABAP. In ABAP/4 Programming the SAP/3 System, Bernd Matzke builds on this information to look in depth at the programming language at the heart of the SAP R/3 system.
This new and fully updated edition of the definitive guide to ABAP/4 aims to make the fundamentals of this evolving programming language accessible to anybody developing or maintaining an SAP R/3 system. Starting with the basic principles, it explains the essential characteristics of ABAP/4 and the SAP programming concept.
With this book you will learn how to:
· Master the ABAP/4 commands in order to analyze existing standard applications and write new programs
· Understand function modules to use program code from other applications
· Create your own programs and construct your own test environments with an expansive set of examples designed to build up knowledge and programming skillsNEW! Covers new concepts affecting the development environment and program, in line with R/3 Release 4.6
NEW! Covers features of completely redesigned user interface
NEW! Reference section covering ABAP commands in Release 4.6B
NEW! CD-Rom containing source code of all examples plus SAP transport files with examplesThe sample programs in this book were developed on a 4.6B-system but can also run on other versions of the R/3 system.
Table of Contents
Foreword to the nd edition v
1. Introduction.About the contents of this book.
Exercises.
Naming conventions.
2. The Elements of the Development Environment.The Data Dictionary.
Authorizations.
Number ranges.
Transactions.
Reports
Dialog-oriented applications.
Object-oriented extensions to ABAP.
User interface.
Functional modules and dialog modules.
Error handling and message concept.
Help and possible entries.
System tables and system fields.
3. The Path to the Program.The development tools.
Basic statements.
The interface.
Default reports.
Interactive reports.
Logical databases.
Dialog applications.
Relationship between list and dialog processing.
Function modules and dialog modules.
Function modules for general use.
How to process forms.
4. ABAP Objects.Terms from the world of ABAP Objects.
Commands.
5. Maintaining Data Dictionary Elements.Domains, data elements, tables and structures.
Views.
Search help.
Matchcodes.
Lock objects.
Type groups.
Exercises.
6. Resource in the Development Environment.Transport management system.
Authorization concept.
7. An Example.Program structure.
Program : SAPMYZS.
Program : SAPMYZP.
8. Tips and Traps.Tips.
Tricks.
Traps.
9. Summary Reference.Metasymbols description.
References and parameter repetition.
ABAP commands overview.
Flow logic command overview.
System fields.
10. Listings.Flow logic of the base screen.
Flow logic processing picture.
Global declarations.
PBO modules.
PAI modules.
Subroutines.
11. The CD.
Index.
商品描述(中文翻譯)
摘要
目前市場上許多入門級的 SAP 書籍僅提供 ABAP 的簡要概述。在《ABAP/4 程式設計 SAP/3 系統》中,Bernd Matzke 在此基礎上深入探討了 SAP R/3 系統核心的程式語言。
這本全新且完全更新的 ABAP/4 指導手冊旨在使這種不斷發展的程式語言的基本原理對任何開發或維護 SAP R/3 系統的人都能夠理解。從基本原則開始,解釋了 ABAP/4 的基本特徵及 SAP 程式設計概念。
通過這本書,您將學會如何:
· 精通 ABAP/4 命令,以分析現有的標準應用程式並撰寫新程式
· 理解功能模組,以使用來自其他應用程式的程式碼
· 創建自己的程式並構建自己的測試環境,提供一系列擴展的範例,旨在增強知識和程式設計技能
新版本!涵蓋影響開發環境和程式的新概念,符合 R/3 版本 4.6
新版本!涵蓋全新設計的使用者介面的特徵
新版本!參考部分涵蓋版本 4.6B 的 ABAP 命令
新版本!CD-ROM 包含所有範例的源代碼以及帶有範例的 SAP 傳輸檔案
本書中的範例程式是在 4.6B 系統上開發的,但也可以在其他版本的 R/3 系統上運行。
目錄
前言
1. 介紹
關於本書的內容。
練習。
命名慣例。
2. 開發環境的要素
數據字典。
授權。
編號範圍。
交易。
報告
對話導向應用程式。
ABAP 的物件導向擴展。
使用者介面。
功能模組和對話模組。
錯誤處理和訊息概念。
幫助和可能的輸入。
系統表和系統欄位。
3. 程式的路徑
開發工具。
基本語句。
介面。
預設報告。
互動報告。
邏輯資料庫。
對話應用程式。
列表和對話處理之間的關係。
功能模組和對話模組。
通用功能模組。
如何處理表單。
4. ABAP 物件
ABAP 物件世界的術語。
命令。
5. 維護數據字典元素
域、數據元素、表和結構。
視圖。
搜尋幫助。
匹配碼。
鎖定物件。
類型組。
練習。
6. 開發環境中的資源
傳輸管理系統。
授權概念。
7. 一個範例
程式結構。
程式:SAPMYZS。
程式:SAPMYZP。
8. 提示與陷阱
提示。
技巧。
陷阱。
9. 總結參考
元符號描述。
參考和參數重複。
ABAP 命令概述。
流程邏輯命令概述。
系統欄位。
10. 列表
基礎螢幕的流程邏輯。
流程邏輯處理圖。
全局聲明。
PBO 模組。
PAI 模組。
子例程。
11. CD。
索引。