Contract consistency


Period 2013

Business Process / Requirement

Due to a really complex contract modell and the different channels to create them, it’s neccessary to check the consistency. For different it’s not possible to chech it during creation/change mode of the contract. Further more it needs to be very flexibel and easy to enhance, because it’s distributed to different regional systems (APAC, EMEA, LATAM), with different requirements.

Solution

Development objects

  • 2 step application (
    1. Select and verify data recommended in batch mode
    2. analyze data inforeground
  • Abap-oo framework with
    a main application class (with splitter conatiner handling for the 3 areas), handle the single checks,  ALV / Info-Control handling and office integration for a special formatted excel export of the data
    a Navigation class (including tree control)
    an interface for the single checks
    a bunch of global checks (classes) – for all regions relevant
  • Customizing table for the check classes
  • Framework report with dynamic selection screen according to the checks in the customizing table
  • Application data table to store the XML

Processing

  • Check the customizing table for valid entries
  • Select the relevant contracts according to the selection criteria
  • Iterative processing of the single checks for each contract
  • XSLT transformation of the check objects to XML – persistency needed
  • Store data in the application table
  • Prepare the output

My Role

  • Consultant
  • Responsible developer
  • From blueprint to realization in ABAP OO