Ad Code

Process Driven and Data Driven Approach

Differ the process driven approach and data driven approach

Process Driven Approach
If several entities are always created together and deleted together then this is a strong indication that they
should be grouped into a single logical file.
• A customer PO is a single group of data from a user business perspective.
• It consists of a header and items information.
• From a business perspective, an order cannot be created unless it has at least one item and if the order is deleted both the order header and items are deleted. However the header and the items may have independent maintenance transactions.

Data Driven Approach
Entity Independence: an entity has significance to the business in and of itself without the presence of other
entities. This is a logical file.
Entity Dependence: an entity is not meaningful, has no significance to the business in and of itself without
the presence of other entities.

Reactions

Post a Comment

0 Comments