Explaining Phased Contracts

Objective

After completing this lesson, you will be able to explain Phased Contracts

Phased Subscription Contracts

Overview of Phased Subscription Contracts

The image describes the phased contracts feature, which allows splitting a contract item into multiple phases with varying attributes, and lists features such as receiving data from the Solution Quotation OData API and displaying phase data in a subscription item UI. It also mentions the distribution of phases to FI-CA Provider Contract & Billing Plan and SAP Convergent Charging.

Phased Contract Phases

A timeline illustrates a contract item split into three phases with varying quantities and prices: Phase 1 (10 units at $10 each), Phase 2 (20 units at $9 each), and Phase 3 (30 units at $8 each). The phases have different lengths and can overlap or have gaps.

Phased contracts are subscription contracts where customers prefer to split the contract into various phases, with varied requirements across each phase. Each phase is defined by a start and end date, such that one phase begins right after the end of the previous phase. All phases need not be of the same length, but they must be continuous, that is, without any gaps or overlaps.

Attributes such as quantity, configuration, and contract account can vary across each phase.

Contract Phases in a Solution Quotation

Solution Quotation 111 outlines a contract from 11/1/2020 to 10/1/2022, divided into two phased items with specific start and end dates, linked by a predecessor relationship. Item 10 runs from 11/1/2020 to 11/1/2021 at $80/month, and Item 20 from 11/1/2021 to 11/1/2022 at $90/month.

The following are the prerequisites for phased contracts in Subscription Order Management:

  • The Payer and Sold-to Party must be the same across all phases of a single subscription contract.
  • Phases can have different lengths, but there must be no gaps or overlaps between the phases.
  • The start of the time slice for the first phase and the end of the time slice for the last phase must be the same as the start and end dates of the contract, respectively.
  • The phase indicator and predecessor item number must be provided in the API structure of the subscription item.
  • Information for all phases, such as the FICA contract number and item number in subscription contract, must be supplied during a contract change together with the change process information.

Using the API to Create a Phased Contract

The image shows a JSON response from the API_BUS_SOLUTION_QUOTATION_SRV, highlighting the phase flag, start and end times of the phase, and predecessor item details for subscription items. The JSON includes details such as product ID, quantity, and subscription duration.

Phased contracts have the following features:

  • You can create and change subscription contracts using the Solution Quotation API only.
    • Phased subscription contracts with individual products are created as a follow-up of the solution quotation.
    • To change existing active and future phases of a phased contract, you must pass data for all the phases along with the required changes.
  • The following sets of dates are important to phased contracts and are visible under the Dates assignment block.
    • Contract start and end dates indicate the original contract duration.
    • Term start and end dates represent the planned contract duration.
    • Time slice start and end dates help to define the length of a phase.
  • You can view the phases on the subscription contract UI and the phase data on the subscription item UI.

E2E Data Flow Phased Contracts

The image illustrates the process flow from receiving and processing a solution quotation to contract distribution, detailing the linkage and phases of contracts in FI-CA and CC, and how recurring fees are managed in CI billing plans. It includes Solution Quotation 111, Subscription Contract 222, and FICA Provider Contract 123, with associated billing plans and contract phases.

The active phases of a phased contract are distributed to the FI-CA contract, CI billing plan, and SAP Convergent Charging. Future phases are distributed to the SAP FI-CA provider contract and the CI billing plan only.

Phased Contract Items in a Solution Quotation

The image shows a solution quotation with multiple phases of a cloud subscription storage product, highlighting the phase indicator and predecessor item number, with the first phase having no predecessor. The right panel displays detailed general data for the selected phase.

Observe the following:

  • You can create phased contracts using the Solution Quotation OData API only.
  • When it's defined, the phase structure is fixed.
  • Phases can have different phase lengths, but overlaps and gaps between the individual phases of an item are not allowed.
  • The start date and time of first phase must be the same as the contract start date and time, and the end of last phase must be same as the contract end date and time.
  • A contract phase always represents the full state of an item.
    • For example, in year 1 you plan 100 PC, in year 2 you plan 500 PC
    • Then, your items must look like year 1 – 100 PC, year 2 – 500 PC
  • Only main items are supported as phased items. This means that subitems cannot be combined together with phases.
  • When you change a contract, you must always send all active and future phases over the API.
  • If you are working with the FI-CA distribution scenario, you must plan the ODI distribution report CRM_ISX_MSG_START_PLANNED to trigger the distribution of future phases.

Contract Phases in a Subscription Contract

A hierarchical view of a subscription contract document is shown, with follow-up phase items displayed in a contract tree structure. The options to expand, collapse, and position are available.

Phases in an FI-CA Contract and Billing Plan

The image shows a screenshot of an FI-CA Provider Contract with contract items detailing validity periods and descriptions, and a CI Billing Plan listing billing items with associated fees, dates, and references.

The contract phases are also reflected in the in the Provider Contract and the Billing Plan. The phases are continuous and do not overlap at any point of the contract lifecycle.

Combining Phased Items and Non-Phased Items in a Solution Quotation

Diagram illustrating the flow of subscription order management from Solution Quotation to Subscription Contract Document, FI-CA, and SAP CC, showing how phased and non-phased items create individual contracts.

Distribution of Initial Phase and Next Phase

Flowchart illustrating the initial and next phase distribution processes for Subscription Contract Document 222, involving FICA and CC Provider Contracts 123, with transitions from active to inactive items and data follow-ons.

Phases in the FI-CA contract and Billing Plan are created with early distribution.

The CC Contract is only updated with the active time slice using a normal distribution.

Create Phased Contract

Log in to track your progress & complete quizzes