Cargando…

SAP ABAP : hands-on test projects with business scenarios /

SAP ABAP (Advanced Business Application Programming) elucidates the numerous features of the core programming platform, which is used for development for the entire SAP software suite. SAP ABAP uses numerous hands on business oriented use cases and a valuable dedicated e-resource to demonstrate the...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Markandeya, Sushil (Autor), Roy, Kaushik, 1986- (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [New York?] : Apress, [2014?]
Colección:Expert's voice in SAP.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • At a Glance; 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 Workbench; SAP Login; SAP GUI; SAP External Sessions, Sessions' Control.
  • ABAP WorkbenchClient 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 Language; Search Helps/Pop-up Selection Lists; Data Types in the DDIC; Data Type DEC.
  • Data Types CURR, QUANVBRK 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 Table; Table and Table Fields.
  • Entity Relationship Diagram
  • Restaurant Billing SystemAssigning 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_ITEMM; Data in Table YCL_CH02_BILLH; Data in Table YCL_CH02_BILLI.
  • Foreign Key Relationship Dialog Box AgainText 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; Object Specification; Projection View; Object Specification.