Bild 1 von 1

Galerie
Bild 1 von 1

ABAP Design Patterns in ABAP Objects (SAP PRESS) von Kerem Koseoglu-
US $66,99
Ca.EUR 57,34
Artikelzustand:
“Used book in good condition. Shows typical wear. Quick shipping. Satisfaction guaranteed!”
Gut
Buch, das gelesen wurde, sich aber in einem guten Zustand befindet. Der Einband weist nur sehr geringfügige Beschädigungen auf, wie z.B. kleinere Schrammen, er hat aber weder Löcher, noch ist er eingerissen. Bei gebundenen Büchern ist der Schutzumschlag möglicherweise nicht mehr vorhanden. Die Bindung weist geringfügige Gebrauchsspuren auf. Die Mehrzahl der Seiten ist unbeschädigt, das heißt, es gibt kaum Knitter oder Einrisse, es wurden nur in geringem Maße Bleistiftunterstreichungen im Text vorgenommen, es gibt keine Textmarkierungen und die Randbereiche sind nicht beschrieben. Alle Seiten sind vollständig vorhanden. Genauere Einzelheiten sowie eine Beschreibung eventueller Mängel entnehmen Sie bitte dem Angebot des Verkäufers.
Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
Versand:
US $6,99 (ca. EUR 5,98) USPS Media MailTM.
Standort: Multiple Locations, USA
Lieferung:
Lieferung zwischen Do, 4. Sep und Do, 11. Sep nach 94104 bei heutigem Zahlungseingang
Rücknahme:
30 Tage Rückgabe. Käufer zahlt Rückversand. Wenn Sie ein eBay-Versandetikett verwenden, werden die Kosten dafür von Ihrer Rückerstattung abgezogen.
Zahlungen:
Sicher einkaufen
- Gratis Rückversand im Inland
- Punkte für jeden Kauf und Verkauf
- Exklusive Plus-Deals
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:226674967493
Artikelmerkmale
- Artikelzustand
- Gut
- Hinweise des Verkäufers
- “Used book in good condition. Shows typical wear. Quick shipping. Satisfaction guaranteed!”
- Book Title
- ABAP Design Patterns in ABAP Objects (SAP PRESS)
- Topic
- Object-Oriented Design
- Narrative Type
- Object-Oriented Design
- Genre
- N/A
- Intended Audience
- N/A
- ISBN
- 9781493214648
Über dieses Produkt
Product Identifiers
Publisher
Rheinwerk Publishing Inc.
ISBN-10
1493214640
ISBN-13
9781493214648
eBay Product ID (ePID)
235252095
Product Key Features
Number of Pages
387 Pages
Publication Name
Design Patterns in Abap Objects
Language
English
Publication Year
2016
Subject
Programming Languages / General, General
Type
Textbook
Subject Area
Computers
Format
Hardcover
Dimensions
Item Height
1.1 in
Item Length
9.2 in
Item Width
7.2 in
Additional Product Features
Intended Audience
Scholarly & Professional
LCCN
2016-044544
Table Of Content
Preface Design Pattern Categories How to Learn PART I Architectural Design Patterns MVC Case Study: Read, Process, Display, and Post Passing Select Options Distributing Application Logic Related Patterns Summary Creational Design Patterns Abstract Factory Case Study: Log Analysis Related Patterns Summary Builder Case Study: Jobs for Text Files When to Use Privacy Summary Factory Case Study: FI Documents for Parties Advantages Related Patterns Summary Lazy Initialization Case Study: Logging Errors Advantages Related Patterns Summary Multiton Case Study: Vendor Balance When to Use When to Avoid State Modification Summary Prototype Case Study: Item Clone Changing Class Properties Clone Operations Related Patterns Summary Singleton Case Study: Subcomponents Advantages and Disadvantages Related Patterns Summary Structural Design Patterns Adapter Case Study: Project Management Tools Glue Code Two-Way Adapters Legacy Classes Summary Bridge Case Study: Messaging Framework Advantages Summary Composite Recursive Programming: A Refresher Case Study: HR Positions Advantages Disadvantages When to Use Related Patterns Summary Data Access Object Case Study: Potential Customers Redundant Code Prevention Related Patterns Summary Decorator Case Study: User Exit Advantages and Challenges Related Patterns Summary Facade Case Study: Bonus Calculation When and Where to Use Related Patterns Summary Flyweight Case Study: Negative Stock Forecast Disadvantages When to Use Related Patterns Summary Property Container Case Study: Enhancing an SAP Program Static vs. Instance Containers Sharing Variables Variable Uniqueness Related Patterns Summary Proxy Case Study: Sensitive Salary Information When to Use Related Patterns Summary Chain of Responsibility Case Study: Purchase Order Approver Determination Risks Related Patterns Summary Behavioral Design Patterns Command Case Study: SD Documents When to Use or Avoid Related Patterns Summary Mediator Case Study: Stock Movement Simulation When to Use Disadvantages Summary Memento Case Study: Budget Planning Risks Redo Summary Observer Case Study: Target Sales Values Advantages Disadvantages Multiple Subjects Related Patterns Summary Servant Case Study: Address Builder Extensions Related Patterns Summary State Case Study: Authorization-Based Class Behavior Advantages Related Patterns Summary Strategy Case Study: Sending Material Master Data Advantages Passing Data to the Strategy Object Optional Strategies Intermediate Abstract Classes Related Patterns Summary Template Method Case Study: Average Transaction Volume When to Use Advantages and Risks Degree of Abstraction The "Hollywood Principle" Summary Visitor Case Study: Incoming Invoice Processing When to Use Related Patterns Summary Appendices Object-Oriented Programming Subclass Determination Principles The Author Index
Synopsis
Use design patterns to step up your object-oriented ABAP game, starting with MVC Want to create objects only when needed? Call objects only when required, minimizing runtime and memory costs? Reduce errors and effort by only coding an object once? Future-proof your code with a flexible design? Design patterns are the answer With this guide, you'll get practical examples for every design pattern that will have you writing readable, flexible, and reusable code in no time Creational Design Patterns Create objects with the abstract factor, builder, factory, lazy initialization, multiton, prototype, and singleton design patterns Structural Design Patterns Allow objects to interact and work together without interdependency with the adapter, bridge, composite, data access object, decorator, fa ade, flyweight, property container, and proxy design patterns. Behavioral Design Patterns Increase the flexibility of your object communication with the chain of responsibility, command, mediator, memento, observer, servant, state, strategy, template method, and visitor design patterns. Highlights: MVC (model, view, controller) pattern Singleton pattern Factory pattern Builder pattern Observer pattern Visitor pattern Lazy initialization pattern Template method Strategy pattern Decorator pattern ABAP-specific examples Anti-patterns, Want to create objects only when needed? Call objects only when required, minimizing runtime and memory costs? Reduce errors and effort by only coding an object once? Future-proof your code with a flexible design? With this guide, you'll get practical examples for every design pattern that will have you writing readable, flexible code in no time., Use design patterns to step up your object-oriented ABAP game, starting with MVC! Want to create objects only when needed? Call objects only when required, minimizing runtime and memory costs? Reduce errors and effort by only coding an object once? Future-proof your code with a flexible design? Design patterns are the answer! With this guide, you'll get practical examples for every design pattern that will have you writing readable, flexible, and reusable code in no time! Creational Design Patterns: Create objects with the abstract factor, builder, factory, lazy initialization, multiton, prototype, and singleton design patterns. Structural Design Patterns: Allow objects to interact and work together without interdependency with the adapter, bridge, composite, data access object, decorator, facade, flyweight, property container, and proxy design patterns. Behavioral Design Patterns: Increase the flexibility of your object communication with the chain of responsibility, command, mediator, memento, observer, servant, state, strategy, template method, and visitor design patterns. Highlights: MVC (model, view, controller) pattern Singleton pattern Factory pattern Builder pattern Observer pattern Visitor pattern Lazy initialization pattern Template method Strategy pattern Decorator pattern ABAP-specific examples Anti-patterns, Use design patterns to step up your object-oriented ABAP game, starting with MVC! Want to create objects only when needed? Call objects only when required, minimizing runtime and memory costs? Reduce errors and effort by only coding an object once? Future-proof your code with a flexible design? Design patterns are the answer! With this guide, you'll get practical examples for every design pattern that will have you writing readable, flexible, and reusable code in no time! Creational Design Patterns Create objects with the abstract factor, builder, factory, lazy initialization, multiton, prototype, and singleton design patterns Structural Design Patterns Allow objects to interact and work together without interdependency with the adapter, bridge, composite, data access object, decorator, façade, flyweight, property container, and proxy design patterns. Behavioral Design Patterns Increase the flexibility of your object communication with the chain of responsibility, command, mediator, memento, observer, servant, state, strategy, template method, and visitor design patterns. Highlights: MVC (model, view, controller) pattern Singleton pattern Factory pattern Builder pattern Observer pattern Visitor pattern Lazy initialization pattern Template method Strategy pattern Decorator pattern ABAP-specific examples Anti-patterns
LC Classification Number
QA76.73.A125K67 2017
Artikelbeschreibung des Verkäufers
Rechtliche Informationen des Verkäufers
Info zu diesem Verkäufer
Endless Chapters
94,4% positive Bewertungen•17.159 Artikel verkauft
Angemeldet als gewerblicher Verkäufer
Verkäuferbewertungen (2.176)
- g***9 (26)- Bewertung vom Käufer.Letzte 6 MonateBestätigter KaufThe item came as described was packaged pretty good book was in good shape, just as the description described. I tried to contact seller twice and never got a response other then that the transaction went pretty good if seller tried harder to answer questions i would have given a 5 star review but because i had trouble getting in contact with him, and still haven’t heard from them and book is already delivered ill leave a 4 star review i would recommend this sellerHonda CBR600F4 Fours '99 to '06 (Haynes Service & Repair Manual) by Haynes (Nr. 365496683222)
- s***c (185)- Bewertung vom Käufer.Letzter MonatBestätigter KaufCompetitively priced. Shipped on time. Well packaged. Item as described. Would highly recommend the seller
- r***r (11)- Bewertung vom Käufer.Letzte 6 MonateBestätigter KaufJust as described, book is in a very good condition besides minor folds but that was expected. The only complaint is that the packaging was ripped, thankfully it didn’t rain by the time it got delivered bc otherwise it would’ve been damaged. Good product overall.
Noch mehr entdecken:
- Zeitschriften Design,
- Bücher über Design,
- Nachschlagewerke und Lexika Oxford-University-Press,
- Oxford-University-Press Studium und Erwachsenenbildung,
- Oxford-University-Press Schule und Ausbildung,
- Bücher über Design Sachbuch,
- Englische Zeitschriften Design,
- Monatliche Zeitschriften Design,
- Zweimonatliche Zeitschriften Design,
- Italienische Zeitschriften Design