primary learning objectives

Download Primary Learning Objectives

If you can't read please download the document

Upload: galeno

Post on 06-Jan-2016

13 views

Category:

Documents


0 download

DESCRIPTION

Primary Learning Objectives. Use the SAP system to experience the steps in a typical sales transaction See how a highly integrated ERP system (SAP) handles a typical sales transaction Work through the procedures involved in a test of transactions - PowerPoint PPT Presentation

TRANSCRIPT

  • 2009 by SAP AG. All rights reserved. / SAP University Alliances Page *Primary Learning ObjectivesUse the SAP system to experience the steps in a typical sales transactionSee how a highly integrated ERP system (SAP) handles a typical sales transactionWork through the procedures involved in a test of transactionsLook at a special feature of the sales and distribution (SD) module of SAPAccounting Information Systems

  • Sales CyclePayment ReceivedInvoice GeneratedCollectionsGoods DeliverySales OrderCustomers POProduct Information to CustomersAdvertising Marketing Sales Department Materials Mgmt AccountingIdea for Chart taken from Univ. of TorontoAccounting Information Systems

  • Professions, Sales, and SAPProduct PreferencesCustomer Demand LevelsProduct Info and Pricing to CustomersStock AvailabilityCustomer PO / Sales Order

    Pick and pack the itemsDeliver the GoodsAccounting Information Systems

  • Professions, Sales, and SAPCredit Terms / LimitsPayment ReceivedAging of AccountsCollectionsBudgeting and Cash Flow ProjectionsGeneral Ledger Account ReviewInvoice GenerationAllow for Doubtful Acct CalculationOversight of Accounts Receivable

    Survey of Controls including ITTests of ControlsTests of TransactionsTests of Account Balances

    Accounting Information Systems

  • 2009 by SAP AG. All rights reserved. / SAP University Alliances Page *Test of Transactions (Review)A test of transactions is an audit procedure used for compliance testingA normal business transaction is followed through all of the steps in the business processAs the transaction is processed, for each step, all affected accounts are checked to certify that the transaction is being processed properlyFor this assignment the following accounts (A321) will be checked:Goods tracked in the inventory control area (in units)GL inventoryGL cashGL sales revenueGL cost of goods soldGL AR control (Reconciliation Account in SAP terms)AR Subsidiary LedgerAs you step through the assignment, these checks will show how the transaction is processedAccounting Information Systems

  • 2009 by SAP AG. All rights reserved. / SAP University Alliances Page *Display Document Flow FeatureThe Display Document Flow feature of the SD module of SAP shows how all of the documents in the sales process are related and the completion state of each document at any point in the processThis is a great illustration of how SAP generates documents at each step of a transactionIt is also a great illustration of the integration of the SAP systemBecause of the linking one document to other related documents, you can select a document and view any prior or succeeding documents Accounting Information Systems

  • 2009 by SAP AG. All rights reserved. / SAP University Alliances Page *Accounting Information Systems - Module 4 - Assignment

    Sales Example Using SAP ERP Assignment Learning Objectives: Experience the steps in a typical sales transactionSee how an ERP system handles a typical sales transactionWork through the procedures involved in a test of transactionsLook at a special feature of the sales and distribution (SD) module of SAP

    NOTE: You are to enter information into the system and also answer questions embedded within this assignment. Whenever an XX appears in the problem, you should enter your assigned two-digit number. An abbreviated assignment sheet is provided to you to complete. Use the same SAP instance and client that you used for the previous assignment.

    Accounting Information Systems

  • 2009 by SAP AG. All rights reserved. / SAP University Alliances Page *Accounting Information Systems - Module 4 Assignment StepsCreate a Customer Master RecordSet up Credit Limit for the CustomerCheck Inventory AvailabilityCreate a Sales OrderDisplay the Sales Order and Record the Scheduled Delivery Date and Pricing Information Create the Delivery for Sales OrderPost the Goods Delivered in General Ledger and Appropriate Sub-LedgersCreate an Invoice (Bill) for the DeliveryReceive and Post the Incoming Payment in General Ledger and the Sub-Ledgers

    Accounting Information Systems

  • 2009 by SAP AG. All rights reserved. / SAP University Alliances Page *Accounting Information Systems - Module 4 Assignment - Things to ConsiderWhile completing this exercise make sure to think about the following controls:1. Application Controls: (See list on last two pages)2. General Controls: Segregation of DutiesProper AuthorizationAdequate DocumentationIndependence ChecksControl of Physical Assets

    Accounting Information Systems

  • 2009 by SAP AG. All rights reserved. / SAP University Alliances Page *Accounting Information Systems - Module 4 AssignmentNOTE: You are to enter information into the system and also answer questions embedded within this assignment. Whenever an XX appears in the problem, you should enter your assigned two-digit number. Log into the Riga instance, use client 300 and your USER-XX for your user name.An abbreviated assignment sheet is provided for you to complete.

    Accounting Information Systems

  • Application ControlsIT application controls are fully-automated (i.e., performed automatically by the systems) and designed to ensure the complete and accurate processing of data. These controls may also help ensure the privacy and security of data transmitted between applications. Data that does not conform to these rules will have a negative impact on data integrity. (Source: Arkady Maydanchik (2007), "Data Quality Assessment", Technics Publications, LLC)

  • Application Controls, cont.Field Check the application checks to see if only expected characters are present in a field (for example, a name should only include alpha characters)Sign Check checks to see if the data being entered has the proper sign - positive or negative (for example, a cash deposit should only be a positive number)Limit Check checks to see if the data being entered doesnt exceed the limit authorized (for example, the largest number of cups that can be ordered for the coffee shop is 1,000)Range Check checks to see if the data being entered is within the range allowed (for example, an Espresso Coffee purchase order can be no smaller than for one item and no larger than for 1,000 items)

    Source - Wikipedia

  • Application Controls, cont.Size Check checks to see if the size of the data entered is consistent with the data type (for example, a U.S. phone number should be ten digits in length)Completeness Check checks to ensure all data was entered and processed from initiation to completion (for example a purchase order form requires an item number, item quantity and item price to be entered. The system would make sure all of these data was entered and processed based on the rules defined in the system)Validity Check checks to ensure only valid data is input or processed (for example, if a customer enters Boulder for their city, the system would check to make sure the zip code is a valid code for Boulder)Reasonableness Test checks to see if data entered in the form is reasonable (for example, a customer who has consistently ordered ten lbs. of coffee a week submits an order for one hundred lbs.)Source - Wikipedia