Categories: ABAP

Simple Definitions in ABAP Objects

Definition of Class:
A Class is a Template of objects which can handle more than one characteristics .
A class donot have any data it has attributes and methods.

Definition of Objects:
Object is an realtime entity in the world.
It is the instances on classes and hold some data.

Definition of Association:
Relating two classes or relation between two classes is called as Association.

Definition of Aggregation:
One class using the instances on other classs is know as Aggregation.

Definition of Composition:
When one class data is related or will affect other class data is known as composition
Eg:when one class data is deleted the data pertaining to that in another class will be deleted.

Definition of Abstraction:
Extracting the essential details or data while ignoring the unwanted data.

Definition of Encapsulation:
Enclosing all parts of Abstraction in a container. It is often know as Information Hiding
Hides how information how the implementation is done.shows only the necessary information.

yzmercan

eddai is a student studying Industrial Engineering in Marmara University, Istanbul/TURKEY. He has been running SAPDocs.info site since 2008 September and he also runs SAP Directory site. You can follow him on twitter or contact him for any suggestion

Recent Posts

A Practical Guide to User Exits, BADIs, and Enhancements in SAP

This document provides a comprehensive guide to SAP enhancement techniques, detailing methods for customizing standard…

1 year ago

Handling Unplanned Delivery Costs in SAP: A Configuration Guide with Scenarios

This document outlines the procedures for managing "Un-Planned Delivery Costs" within SAP ERP, specifically focusing…

1 year ago

SAP Enterprise Asset Management (EAM): A Simple Overview Presentation

This presentation document provides a comprehensive guide to SAP Enterprise Asset Management (EAM). SAP Enterprise…

2 years ago

AMDP for ABAP Developers: A Practical Guide

This document, created by Siva Satya Sai Vanapallli, provides a comprehensive overview of ABAP Managed…

2 years ago

SAP STO Guide: Configuration and Process Explained

This document provides a comprehensive overview of the Stock Transfer Order (STO) process in SAP,…

2 years ago

SAP EWM Goods Receipt: A Quick Step-by-Step Guide

This document provides a quick overview of the goods receipt process in SAP Extended Warehouse…

2 years ago