SAP ABAP Hands-On Test Projects with Business Scenarios
SAP ABAP (Advanced Business Application Programming) offers a detailed tutorial on the numerous features of the core programming platform, used for development for the entire SAP software suite. SAP ABAP uses hands on business oriented use cases and a valuable dedicated e-resource to demonstrate the...
Autores principales: | , |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress
2014.
|
Edición: | 1st ed. 2014. |
Colección: | The Expert's voice in SAP
|
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629483206719 |
Tabla de Contenidos:
- Contents at a Glance; Contents; About the Authors; About the Technical Reviewer; Acknowledgments; Introduction; Chapter 1: ERP and SAP Overview; ERP Overview; Business Enterprises; Business Activities; ERP Concept, Its Evolution; Major Attributes of ERP Software; Centralized Database; Integration; Multiple Currency Handling; Consolidation; Technology Advances; Multiple Lingual Support; SAP Overview; Client Server Architecture; SAP NetWeaver; SAP Functionalities; SAP Implementation Overview; Implementation Team Composition; Implementation Environments
- Overview of SAP Login, SAP GUI, ABAP WorkbenchSAP Login; SAP GUI; SAP External Sessions, Sessions' Control; ABAP Workbench; Client Code Perspectives; SAP IDES (Internet Demonstration & Evaluation System) Server and Usage of IDES Server for Trainings; Terminology Clarification; Conclusion; Chapter 2: ABAP Dictionary/Data Dictionary /DDIC - 1; ABAP Dictionary: Initial Screen; View Table Structure Definitions of the SAP Delivered VBRK and VBRP Tables; DDIC Attributes; Metadata; Standardization and Uniformity; Open SQL and the Data Definition Language; DDIC Object References in ABAP Programs
- Data Control LanguageSearch Helps/Pop-up Selection Lists; Data Types in the DDIC; Data Type DEC; Data Types CURR, QUAN; VBRK Table; VBRP Table; DDIC Object Domain; View or Examine an SAP Delivered Domain; DDIC Object Data Element; View or Examine an SAP Delivered Data Element; Domain and Data Element Relationship; DDIC Object Table; Transparent Tables; Domain, Data Element, and Table Relationship; View, Examine an SAP Delivered Table; Display Table - the tabs; Display Table - Technical Settings; Display Table - Setting up Foreign Key Relationships
- Scenario for Hands-on Exercise on Domain, Data Element, and TableTable and Table Fields; Entity Relationship Diagram - Restaurant Billing System; Assigning DDIC Data Types and Lengths to Table Fields; Summary of Data Types, Lengths, and List of Tables' Entities and Attributes; Creation of Domains, Data Elements, and Tables; Objects Naming Convention, Listing of Objects; Create Domains; A Brief on Packages; Domain Creation Continued; Editing/Changing domains; Create Data Elements; Create Tables; Enhancement Category; Database Metadata; Create Data in Tables; Data in Table YCL_CH02_WAITM
- Data in Table YCL_CH02_ITEMMData in Table YCL_CH02_BILLH; Data in Table YCL_CH02_BILLI; Foreign Key Relationship Dialog Box Again; Text Tables; Recapitulation: Domains, Data Elements, and Tables; Chapter 3: ABAP Dictionary/Data Dictionary/DDIC - 2; DDIC Objects Views; Database Views; Database Views - Inner Join; Create Database View with Tables YCL_CH02_WAITM and YCL_CH02_BILLH; Create Database View with SAP delivered Tables KNA1and VBAK; Object Specification; Object Creation; View Audit; Making the Database View Client Independent
- Exercise: Create Database View with SAP delivered Tables KNA1, VBAK, VBAP