Home

REA model and Systems Development Life Cycle

REA model and Systems Development Life Cycle

 

 

REA model and Systems Development Life Cycle

I. INTRODUCTION
In the accounting discipline, a Resource-Event-Agent (REA) model has long been proposed as providing the necessary semantics for developing modern enterprise-wide information systems (McCarthy 1979, 1982, 1999) capable of providing real-time information to users. Currently, more than 100 business schools in the United States teach REA modeling to some degree in Accounting Information Systems (AIS) courses (McCarthy, 1999). However, no rigorous attempt has been made to integrate REA modeling into the modeling techniques described in the Information Engineering for business literature.
In our AIS curriculum framework, we have successfully incorporated the accounting REA model into the Information Engineering systems development set of methodologies. Our Model-Oriented, Tool-Enhanced (MOTE) approach (Callaghan, Lauer & Peacock 1998; Callaghan, Peacock & Savage 2000) aims to teach conceptual understanding and modeling skills in an accounting context. The conceptual models are implemented through the use of a systems development toolset with downstream effects. The use of this toolset is important, because it enables students confronted with highly abstract concepts at the analysis stage of systems development to interact with these concepts more easily in the form of diagrams. Because of the downstream capabilities of the toolset, programming code is automatically generated by the software. Therefore, students engaged in systems development do not require programming skills.
The abstract models developed by the students eventually lead to working business information systems, and students can see how the abstractions have real-world consequences. Accounting students, as future systems evaluators, can also use the diagrams to facilitate their understanding of the business processes and the underlying databases that capture and store the data about events (or activities) that are of interest to the business. Furthermore, by obtaining an in-depth understanding of systems development, prospective accountants and auditors learn how controls should be embedded in information systems in the form of business rules.
The purpose of this paper is twofold. First, it describes how we have incorporated the REA model into the Information Engineering set of methodologies as an interaction model, thereby providing students with additional structure to assist in the development of information systems that more adequately depict business phenomena. Second, we recommend the use of systems development software, used predominantly in management information systems and computer science courses, for use in AIS courses. These toolsets are valuable because they facilitate the practical software engineering component of the increasing trend towards enterprise-wide systems development, of which accounting is an integral part (for a powerful argument on the need for accountants to participate in enterprise-wide systems development, as opposed to focusing on traditional accounting systems, see Walker and Denna, 1997).
The remainder of the paper proceeds as follows. The next section gives an example of how a software development toolset with downstream effects implements the Systems Development Life Cycle logical framework, by following the conventional Information Engineering method of systems development. The third section describes the general approach to REA modeling and contributes to the REA literature stream in accounting by describing how thismodel can be incorporated into the Information Engineering framework as an interaction model. The fourth section concludes the study.

II. IMPLEMENTATION OF THE SYSTEMS DEVELOPMENT LIFE CYCLE
The Systems Development Life Cycle framework is a systematic and orderly theoretical approach used to guide systems development, while the Information Engineering set of methodologies is used to implement this conceptual framework and to create a working, enterprise-wide business information system.
We acknowledge that Unified Modeling Language (UML), an object-oriented approach, could be used instead of an Information Engineering approach, as UML could also follow the phases of the Systems Development Life Cycle. However, from a pedagogical perspective, we prefer the Information Engineering approach because of the emphasis that is placed on the analysis phase of systems development, whereas in UML the emphasis tends to be more on the design phase. In the Information Engineering approach, data models and activity models are initially separated in a logical manner, while in UML they are presented in an integrated form that facilitates the object-oriented methodology. The logical separation of data and activity models allows students to focus on these issues separately, while interaction modeling permits formal coupling. In any event, once Information Engineering interaction models are developed (which REA facilitates), they can be used traditionally or used in an object-orientated approach. For students well-versed in the Information Engineering approach, the switch to UML could be made without difficulty.
The Systems Development Life Cycle framework defines the phases that are essential to any systems development project, namely, systems planning, analysis, design, and construction.
1. Systems planning is concerned with how information architecture can be used to implement business strategy.
2. In systems analysis, business processes needed to implement business strategy are identified, and models (conceptual or logical representations of reality) are built. This should be done free of any technical implementation considerations, as the student should be concerned with what the business does and what information it needs, and not with how the system should be implemented.
3. Systems design is concerned with describing and documenting how specific procedures are used to implement the business processes identified in systems analysis. Design has two parts: external design and internal or technical design. External design, which is technologically independent of the targeted environment, is when the student builds user interfaces. In internal design, the system is then mapped to the chosen technical environment.
4. In the construction stage, the design outputs lead directly to their implementation through the generation of computer code, user interfaces, and the physical creation of a database through standard data definition language.
This top-down approach to teaching systems development offers a "divide-and-conquer" approach that facilitates further refinement as one proceeds down the Systems Development Life Cycle. Because of business complexity, systems development on an enterprise-wide basis cannot effectively be achieved without automated tools (Martin 1989b, p.viii). James Martin's (1989a, 1989b, 1989c) seminal works on Information Engineering are widely considered to be the most advanced and complete set of systems development methodologies (e.g., Texas Instruments, 1990; Whitten & Bentley, 1998, 123, 175). Martin (1989a, 1) defines Information Engineering as "the application of an interlocking set of formal techniques for the planning, analysis, design, and construction of information systems on an enterprise-wide basis or across a major section of the enterprise." Consistent with this, Martin (1989a, 1) also defines Information Engineering with reference to automated techniques, as follows: "An interlocking set of automated techniques in which enterprise models, data models, and process models are built up in a comprehensive knowledge base and are used to create and maintain data processing systems."
We our information systems courses, we chose to use COOL:GenÔ in the classroom because it is one of the most integrated and technologically independent of these automated toolsets.  It supports the development of information systems for a wide variety of operating system, database management system and programming language combinations. Oracle DesignerÔ combined with DeveloperÔ is an alternative to COOL:GenÔ  for use in the classroom.
For accounting students, the use of a highly integrated software development toolset such as COOL:GenÔ or Oracle DesignerÔ /DeveloperÔ facilitates the leveraging of higher-level planning and analysis skills, with much less emphasis of technology dependent skills, such as detailed knowledge of particular operating systems, database management systems, or programming languages. One of the greatest benefits for students is that these toolsets have downstream effects and, based on the models that the students draw, generate the programming code. This eliminates the struggle over the traditional tradeoff between diagramming and programming skills, as it allows for the development of systems without the possession of programming skills, which most accounting students lack.
Furthermore, the planning, analysis, and external design phases of systems development are technologically independent, leaving only internal design and construction to specify particular technological combinations (see Callaghan, Lauer & Peacock 1998). Figures 1-A and 1-B illustrate how a toolset like COOL:Gen™ provides an integratedset of tools for all parts of the Systems Development Life Cycle, as opposed to having a separate tool for each of the four stages of systems development.

Figure 1-A and 1-B about here

Figure 2 shows the path along which systems analysis typically proceeds (without REA modeling).
Figure 2 about here

Traditionally, data modeling (a conceptual representation or "picture" of what the database would look like in the fully developed system) and activity modeling (diagrams of the processes and events of interest to the business, also referred to as process modeling) are done separately, with informal, iterative confirmation between the two. Once the systems designer is satisfied with the individual models, (s)he would proceed to formal interaction modeling (a representation of how activities/events and data interact with each other). Interaction modeling normally comes at the tail-end of systems analysis, and precedes the systems design phase of the Systems Development Life Cycle. Its main purpose is to subsequently confirm the data and activity models.
A discussion of data models, activity models and interaction models follows:
(1) Data Model: The Entity Relationship Diagram (ERD) is a frequently used data model in which entities (fundamental things of interest to the organization about which data must be kept) and the relationships between the various entities are diagrammed. Examples of entities are customer, inventory, store, salesperson, and customer order.  A relationship is a business association that exists between one or more entities, for example, customer may place one or more customer orders, and customer order must always be placed by only one customer. Relationships and their optionalities and cardinalities represent business rules, and lead to foreign keys during the design phase of systems development. It is important for accountants and auditors to be involved in building data models, as they are in a good position to ensure that internal controls are embedded in the information system by well-specified relationships.
(2) Activity Models: In activity modeling (also called process modeling), analysts typically use some form of decomposition and dependency diagrams. Decomposition means breaking down a system in increasing detail, until the lowest levels of decomposition are reached. In this manner, manageable subsets of the overall system can be identified. An example of a decomposition diagram is an Activity Hierarchy Diagram, in which the highest levels of business processes are identified and agreed upon. Each of these processes are then analyzed in more detail, and decomposed into lower-level processes. This decomposition is continued, until groupings of lowest-level activities (also called elementary processes) that fully support each of the highest-level processes are reached. Dependency diagrams document the sequence in which processes, and the events of which the processes are composed, occur. The main role of dependency analysis is to confirm activity decomposition. An example would be an Activity Dependency Diagram.
(3) Interaction Models: Analysts typically prepare data and activity models, as described above, and then proceed to formal interaction analysis to confirm these models. Interaction models show the interaction between business events and the data about the event that the business wishes to collect. Two forms of formal interaction modeling are Process Logic Diagramming and Entity Life Cycle Diagramming. Process Logic Diagramming focuses on activities, with analysts confirming their understanding of the data model by ensuring that each entity or activity depicted by activity models would have a corresponding data store (i.e., a mapping from activity model to data model). An event or activity without data would be unacceptable and would require amendments to the models. Entity Life Cycle Diagramming focuses on data stores, with systems analysts performing a mapping from the data model to activity models, in an attempt to identify data without an event or activity that would at least create the data.
In the next section, we integrate two frameworks: (1) the traditional Information Enigeering framework (Martin, 1989a, 1989b, 1989c) described above, and (2) the accounting REA framework (McCarthy, 1979, 1982; Hollander et al. 1996, 2000). By doing this, we put REA modeling into its proper systems development context.

III. THE REA MODEL AS AN INTERACTION MODEL
A useful extension of McCarthy's (1979, 1982) REA model adds "location" as a modeling element, and is also known as the Resource-Event-Agent-Location (REAL) model (Hollander et al., 1996, 2000). Our application of REA modeling within an Information Engineering framework is illustrated in Figure 3. It can be compared to the traditional approach depicted in Figure 2.

Figure 3 about here

The integration of the REA model into the traditional framework in our AIS courses proceeds as follows:
(1) The enterprise is initially decomposed (using an Activity Hierarchy Diagram) into three possible high-level business process types, which will subsequently be decomposed into various stages of lower level processes. This first level decomposition is made up of (1) Acquire-Maintain-Pay (AMP) of Resources, (2) Conversion Processes, and (3) Market-Sell-Collect (MSC) of Products/Services (Hollander et al. 2000, 4-5). Figure 4 depicts a template business process breakdown of an enterprise, using the three process types described above.

Figure 4 about here

On the input side of the enterprise, the AMP template is used to identify processes for acquiring, maintaining, and paying for the resources needed by the business. For instance, an AMP of Raw Materials may be discovered for a manufacturer in this manner. Others could be AMPs of Human Resources, Financial Resources, Fixed Assets, and Supplies. The second and third types are Conversion and MSC processes, corresponding to value-added and output processes, respectively.
(2) Once an actual named business process is identified, for example, AMP of Raw Materials, the business events (synonymous with business activities) associated with that process are identified. This set of related business events is intended to adequately describe, at some proper level of disaggregation, the semantics of interest to the ultimate users of the system. If an AMP of Raw Materials is identified as a business process, it might be determined that there are three related events: (1) a receipt of raw materials event, (2) a storage (and maintenance) of raw materials event (this refers to physical storage and maintenance of the actual asset, as opposed to the storage and maintenance of the data in the database), and (3) a payment to the vendor for the raw materials event.
(3) For each identified business event (the "E" in REAL) of a given process, e.g., receive raw materials, the resource ("R") involved (e.g., raw materials), the agents ("A") involved (the vendor as the external agent and the purchasing agent as the internal agent), and the location ("L") (e.g., warehouse or division) would be identified. Figure 5 illustrates the REA model framework of a general event.

Figure 5 about here

(4) Event triggers and special business rules are then described.  For example, a business condition of low stock may be identified as the trigger for the "acquire raw materials" process.  A special business rule might be that each purchasing agent is assigned to specific vendors.
(5) At this stage, a rough hand-drawn interaction model can be presented (although the existing REA literature does not identify the REA model as an interaction model), with the identified business events, their surrounding resources, agents, and locations (RALs), and their implied relationships. Interaction models define how the things that the business does (events or activities) affect the things of interest to the business (data pertaining to event and its RALs), and vice versa.  These models attempt to permit the systems analyst a deeper insight into data and activities by formally modeling how they interact with one another.
(6) After confirming the rough interaction model with users from different functional areas and at different organizational levels within given functional areas, the model would be refined, as follows: First, the analyst would consider the best way to record the business events and their surrounding RALs, usually through a process of normalization (through third normal form for most business applications). At this point, what were activities (i.e., business events) are now the proper data objects (i.e., entities) of the information process of recording these activities. Secondly, after realigning the direct relationships implied from the rough model to take account of the refinements of the first step, the nature of the relationships among the entities of the model would be re-specified, by indicating the cardinalities and optionalities of these relationships. Proper specification of relationships at the model level will ensure that business rules are embedded in the system, once it is implemented in the form of a relational database management system.
(7) The unique identifiers (which become primary keys in the database) and the non-key attributes for each entity, the data types for each attribute, and the domains from which attribute values could derive would then be specified.
Completion of these seven steps would facilitate the development of the ERD, which is a normalized (to third normal form) data model for the analyzed business process. In practice, the process is iterative, constantly factoring in user feedback.
rea model life cyclerea model life cyclerea model life cycleOnce the events of interest have been specified and modeled, an information systems application can readily be designed.  Figure 6 shows the REA model for a simple MSC business process, using COOL:Gen™ notation (for a comprehensive review of REA modeling, see Hollander et al. 2000).

Figure 6 about here

Our approach integrates REA modeling into the analysis phase of Information Engineering, by explicitly incorporating two activity models, the Activity Hierarchy Diagram and the Activity Dependency Diagram, which in turn are interactive. Recall that activity models record the activities of interest to the business (i.e., the things the business does or should do). The Activity Hierarchy Diagram involves decomposition of business processes from the highest level (AMP of Resources, Conversion, MSC of Products/Services) to the lowest elementary processes, which include the events discovered by using REA modeling.
This is where accounting's REA model makes a contribution to the MIS discipline's systems analysis methods (see Figure 2). The REA model provides a framework for specifying a well-developed ERD. Elementary processes are the smallest units of business activity of meaning to users which, when complete, leave the business in a consistent state (when the elementary process is complete, it must not violate any of the rules for an ERD in third normal form, and this would then leave the business in a consistent state).
The result must support a business need (Sterling Software, 1997, 65). These lowest-level processes are typically the most difficult processes for the systems analyst to identify. The REA model helps to solve this MIS problem and provides the developer with a pattern to arrive at the events at the lowest level of decomposition.  The Activity Hierarchy Diagram is complete once all the elementary processes (REA events, plus the events needed for the maintenance of the RALs) have been specified for each high-level process.
The Activity Dependency Diagram is done concurrently with the Activity Hierarchy Diagram. The Activity Dependency Diagram involves modeling, at each level of decomposition, the dependencies among all processes or, at the lowest level of decomposition, dependencies between all events. These dependencies could be sequential, parallel, or mutually exclusive. Additional interaction modeling (Process Logic and Entity Life Cycle Diagramming) would be used to confirm the Activity Hierarchy Diagram, Activity Dependency Diagram, and ERD models.
Figure 3 graphically illustrates how the interactive REA model is incorporated into the traditional MIS approach (which was shown in Figure 2).
Activity Hierarchy Diagramming can use the template shown in Figure 4 for first-level business decomposition into high-level AMP, Conversion, and MSC business processes. During planning, an analyst could arrive at a higher-level model similar to that shown in Figure 7-A. 

Figure 7-A about here

Therefore, during analysis for a given business process, successive decomposition would iteratively occur until business events are derived. Ultimately, this decomposition would arrive at elementary processes, which roughly correspond to the business events of REA models.  Moreover, the Activity Hierarchy Diagram would identify other “events” that would include the maintenance of RALs, namely, Create, Retrieve, Update, and Delete (CRUD). For example, “create customer” is an important business event, although it does not involve an economic exchange. To make this distinction, the Activity Hierarchy Diagram is considered complete when arriving at the level of the elementary processes, which consist of REA model events, plus CRUD events. Elementary processes for an AMP of Fixed Assets are illustrated in Figure 7-B.

Figure 7-B about here

Another activity model, the Activity Dependency Diagram, will be done in conjunction with the Activity Hierarchy Diagram. An example of the Activity Dependency Diagram for the elementary processes of "Acquire and Pay for Fixed Assets" (following the Activity Hierarchy Diagram shown in Figure 7-B) is shown in Figure 8.

Figure 8 about here

Concurrently and iteratively, during the analysis phase of the systems development life cycle, the activity models would be cross-checked against the preliminary data model developed under REA modeling, with changes occurring in all three models. Thereafter, the analyst would confirm all these models by employing Process Logic and Entity Life Cycle Diagramming, which explicitly model the interactions between the activity models and the data model. Of course, throughout the analysis phase, all models and techniques would be further confirmed and specified with feedback obtained from users of the system being developed.
With the increased possibility of identifying, through Activity Hierarchy Diagram and Activity Dependency Diagram modeling, the “correct” business events of a given business process, REA modeling could proceed as originally indicated, and then be converted to an ERD. Activity Hierarchy Diagram and Activity Dependency Diagram analyses assist in the identification of undiscovered business events, or lead to business events at higher or lower levels of aggregation or decomposition than originally contemplated. These redefined business events would be analyzed as originally outlined.  That is, each event would be surrounded by redefined RALs, relationships would be respecified, and so forth. The results would lead to improved specification of ERDs. The ERD is a data model that depicts data (entities, attributes) and the relationships enforcing business rules between entities. Figure 9 illustrates an ERD built in COOL:Gen™. The data model is physically implemented as a database in a developed system.

Figure 9 about here

Our approach combines REA modeling and activity analysis in an explicitly iterative manner. The development of data and activity models requires iteration, to validate the (1) data and process components individually, as well as their interactions, and (2) business rules or internal controls embedded in the models.
Validation of business rules is accomplished by presenting successive versions of the models to the business users for discussion and eventual approval, resulting in the modification of business rules by which business processes are conducted. The iteration that must take place in order to refine and validate a model is often missed in classroom expositions of modeling. In practice, the cost of failing to iterate will result in invalid or missing rules and controls.
In contrast to formal interaction modeling, REA modeling (1) is done earlier, (2) gives semantics by helping with the development of activity and data models (as opposed to merely being confirmatory), and (3) is done in an iterative manner.

IV. CONCLUSION

By combining the accounting discipline's REA withactivity modeling at the conceptual level, the student arrives at better interaction models. These, in turn, lead to better models of business semantics. This modeling approach can be enhanced by the use of an appropriate systems development toolset, which would support accounting information systems development across functional areas of the business. 
The use of an integrated systems development toolset in the classroom is particularly advantageous because it supports the construction of information systems for a variety of operating systems, database management systems and programming languages. It therefore allows for the development of higher-level planning and analysis skills, with less emphasis on technology-dependent skills and a working knowledge of programming languages.


REFERENCES
Callaghan, J.H., Lauer, T.W., & Peacock, E. (1998). Developing a Comprehensive Curriculum for Accounting Information Systems: A Model-Oriented, Tool-Enhanced Approach. The Review of Accounting Information Systems, 2(4), 57-65.

Callaghan, J.H., Peacock, E., & Savage, A. (2000). Assessment of an Accounting Information Systems Curriculum: An Analysis of the International Federation of Accountant's International Guideline 11. The Review of Accounting Information Systems, 4(1), 1-12.

Hollander, A. S., Denna, E.L., & Cherrington, J.O. (1996). Accounting, Information Technology, and Business Solutions. Irwin McGraw-Hill.

Hollander, A. S., Denna, E.L., & Cherrington, J.O. (2000). Accounting, Information Technology, and Business Solutions, 2nd ed. Irwin McGraw-Hill.

Martin, J. (1989a). Information Engineering: Introduction, Book I. Englewood Cliffs, NJ: Prentice Hall.

Martin, J. (1989b). Information Engineering: Planning and Analysis, Book II.  Englewood Cliffs, NJ: Prentice Hall.

Martin, J. (1989c). Information Engineering: Design and Construction, Book III. Englewood Cliffs, NJ: Prentice Hall.

McCarthy, W. E. (1979, October). An Entity-Relationship View of Accounting Models, The Accounting Review, 667-686.

McCarthy, W. E. (1982, July). The REA Accounting Model: A Generalized Framework for Accounting Systems in a Shared Data Environment. The Accounting Review, 554-578.

McCarthy, W.E. (1999). Semantic Modeling in Accounting Education, Practice, and Research: Some Progress and Impediments. In Conceptual Modeling: Current Issues and Future Directions, Chen, P., Akoka, J., Kangassalo, H., & Thalheim, B. (Eds.). Berlin: Springer Verlag.

Sterling Software, Inc. (1997, September). Diagrams to Code: Student Guide. Plano, TX: Sterling Software.

Texas Instruments (1990). A Guide to Information Engineering Using the IEF™: Computer-Aided Planning, Analysis, and Design, 2nd Ed. Texas Instruments.

Walker, K.B., & Denna, E.L. (1997, July). Arrivederci, Pacioli? A New Accounting System Is Emerging. Management Accounting, 22-30.

Whitten, J.L., & Bentley, L.D. (1998). Systems Analysis and Design Methods, 4th Ed. Irwin McGraw-Hill.


This toolset was formerly known as Texas Instruments IEF (Information Engineering Facility), to which the seminal works of Martin repeatedly (1989a, 45, 50; 1989c, 24, 26, 60, 77) refer.

 

Source: http://www.sba.oakland.edu/Faculty/callagha/acc419619/REA%20paper%20body%202.doc

Web site to visit: http://www.sba.oakland.edu

Author of the text: indicated on the source document of the above text

If you are the author of the text above and you not agree to share your knowledge for teaching, research, scholarship (for fair use as indicated in the United States copyrigh low) please send us an e-mail and we will remove your text quickly. Fair use is a limitation and exception to the exclusive right granted by copyright law to the author of a creative work. In United States copyright law, fair use is a doctrine that permits limited use of copyrighted material without acquiring permission from the rights holders. Examples of fair use include commentary, search engines, criticism, news reporting, research, teaching, library archiving and scholarship. It provides for the legal, unlicensed citation or incorporation of copyrighted material in another author's work under a four-factor balancing test. (source: http://en.wikipedia.org/wiki/Fair_use)

The information of medicine and health contained in the site are of a general nature and purpose which is purely informative and for this reason may not replace in any case, the council of a doctor or a qualified entity legally to the profession.

 

REA model and Systems Development Life Cycle

 

The texts are the property of their respective authors and we thank them for giving us the opportunity to share for free to students, teachers and users of the Web their texts will used only for illustrative educational and scientific purposes only.

All the information in our site are given for nonprofit educational purposes

 

REA model and Systems Development Life Cycle

 

 

Topics and Home
Contacts
Term of use, cookies e privacy

 

REA model and Systems Development Life Cycle