You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Status

  Approved

OwnerROWLINSON-ext, Kerry 
Stakeholders
Jira Request ID

ERP-228 - Getting issue details... STATUS

Jira Development ID

ERP-261 - Getting issue details... STATUS

High- Level Specification

ParameterValue
Application System (Source)Icertis Contract Intelligence
Application System ( Target)SAP ERP (PF2) & SAP ERP (WP2)
Business Process Reference03.04.04.01. Manage Outline Agreements (R2)

Functional Overview

Icertis Contract Intelligence is the contract management and authoring application for Syensqo's purchase contracts. Purchase orders are created in S/4 HANA with reference to purchase contracts (outline agreements). The key information from the legal contract which is relevant for procurement forms the basis of the purchase contract or outline agreement in S/4 HANA.  For release 4, the integration between Icertis and S/4 HANA will be completer and more automated. However, for release 2 the option for a 'light' integration was decided due to the limitations of the two SAP ECC systems and in particular the substantial existing custom logic which needed to remain unaffected by any changes.

The 'light' integration consists of three main parts:

  1. Maintaining the relationship between the Icertis Contract ID and the SAP outline agreement number.
  2. The ability to report where there are inconsistencies in the data between the two systems.
  3. The ability for users to update the Icertis Contract ID on the SAP outline agreement.

When an agreement in Icertis is executed, an event in Icertis is initiated and the stream event payload is received to CPI (Cloud Platform Integration). CPI then uses key fields from that payload to make a call to Icertis to retrieve the complete contract record payload from Icertis. An additional call is made for some agreement types to find associations to a master agreement. Based on the information received from Icertis in those calls confidential records are filtered out; fields not required are ignored; and some field values are translated.

A subset of the total fields provided are then mapped to fields in a custom table in both SAP ECC systems (PF2 and WP2) where the data is stored. New contracts which are executed in Icertis and which are relevant for storing in the custom table will have a new entry made. Amendments, renewals and terminations require existing table entries to either be updated or first deleted and then re-created.

The purpose of this functional specification is to provide the details of the ABAP logic in SAP ECC which takes the field values from CPI and enables placement of the entries into the custom table.

Scope and Objectives

The objective of the interface for release 2 is to provide a functional relationship between the Icertis Contract and the SAP outline agreement to enable consistency of the data to be reported and therefore maintained. The business users will manually create and change the outline agreements as a result of contract executions, amendments, renewals and contract terminations.

The entry and update of the contract data in the custom table enables:

  1. Validation that the correct Icertis Contract ID is entered on the outline agreement.
  2. Reporting any key header data from the outline agreement which is not aligned with the corresponding data in Icertis.
  3. Enables identification of orphan outline agreements which do not have an Icertis Contract ID assigned.
  4. Enables a complete reporting view of all the Icertis types of purchase contracts, their hierarchical structure along with their association to the SAP outline agreement (if relevant for assignment).

The purpose of this specification is to define the logic of the custom ABAP program which will take the data received from Icertis and make the necessary entries in 

Process Flow Diagram






Step

Description


Comment

1

A purchase contract is executed in Icertis

Icertis

A legal purchase contract is executed in Icertis

2

New entry in custom table for the Icertis Contract

SAP ECC

Integration automatically creates the Icertis Contract record in custom table in both SAP ECC systems (WP2 & PF2) with the Tenant ID, Agreement Type, System ID, Icertis Agreement Code and the relevant data fields from the contract header.

3

An amendment to a contract in Icertis is executed

Icertis

An amendment for an existing contract is executed in Icertis.

4

Change entry in custom table for the parent contract of the amendment

SAP ECC

The existing entry in the table for the parent agreement of the amendment is located and the relevant fields in the table are overwritten with the values provided in the amendment.

5

A renewal of an existing contract in Icertis is made.

Icertis

An existing purchase contract in Icertis is renewed which updates the overall value and the validity end date.

6

The entry in the custom table for the contract is updated.

SAP ECC

The existing entry in the table for the purchase contract is updated to reflect the changes to the overall value and the validity end date.

7

An existing purchase contract in Icertis subject to automatic renewal is renewed.

Icertis

An existing purchase contract in Icertis is renewed automatically when the renewal date comes due which updates the validity end date.

8

The entry in the custom table for the contract is updated.

SAP ECC

The existing entry in the table for the purchase contract is updated to reflect the changes to the validity end date.

9

An existing purchase contract in Icertis is terminated.

Icertis

An existing purchase contract in Icertis is terminated which updates the validity end date and the status in Icertis.

10

The entry in the custom table for the contract is updated.

SAP ECC

The existing entry in the table for the purchase contract is updated to reflect the changes to the validity end date.

Assumptions

There are no specific assumptions identified.

Dependencies

This specification is dependent on the integration development ERP-260 Custom Integration to Call/Dump Icertis Records into Z-Table.

Security, Integrity and Controls

No confidential agreements (ICMCONFIDENTIALCONTRACT=YES) are to be stored in the custom table.

Configuration Requirements

There are no configuration requirements.

Special Requirements


Design Rationale

API Use

Data Structure

The following fields will be used to provide the required data structure of the interface:

Parent - ECC Custom TableFieldDescriptionMandatory (Y/N)Data Type - SAP ECC lengths
ZWPUT_ICMCONTRCTTENANTIDTenant IDY20 CHAR
ZWPUT_ICMCONTRCTCONTRACTTYPENAMEContract Type NameY224 CHAR
ZWPUT_ICMCONTRCTSYSIDSystem IDY36 CHAR
ZWPUT_ICMCONTRCTICMAGREEMENTCODEAgreement CodeY224 CHAR
ZWPUT_ICMCONTRCTICMPURCHASINGORGCODE

Purchasing Org Code

Y
ZWPUT_ICMCONTRCTICMCONFIDENTIALCONTRACTConfidential ContractN3 CHAR
ZWPUT_ICMCONTRCTNAMEAgreement NameN1000 CHAR
ZWPUT_ICMCONTRCTASSOCIATINGTYPEAssociating Agreement TypeN224 CHAR
ZWPUT_ICMCONTRCTASSOCIATINGCODEAssociating Agreement CodeN224 CHAR
ZWPUT_ICMCONTRCT

ASSOCIATINGSYSID

Associating System IDN36 CHAR
ZWPUT_ICMCONTRCTICMSUPPLIERSAPIDBidders/Supplier SAP IDN224 CHAR
ZWPUT_ICMCONTRCTICMEFFECTIVEDATEEffective DateNDATE
ZWPUT_ICMCONTRCTICMEXPIRYExpiryNDATE
ZWPUT_ICMCONTRCTICMTOTALCONTRACTVALUETotal Contract ValueNINT(15 including 2 decimals)
ZWPUT_ICMCONTRCTICMCURRENCYSupplier CurrencyN5 CHAR
ZWPUT_ICMCONTRCTICMLEGALENTITYCODESyensqo Legal Entity CodeN1000 CHAR
ZWPUT_ICMCONTRCT

ICMPURCHASINGGROUPCODE

Purchasing GroupN1000 CHAR
ZWPUT_ICMCONTRCTICMREGIONRegionN1000 CHAR
ZWPUT_ICMCONTRCTICMPRIMARYOWNERNAMEPrimary Contract OwnerN224 CHAR
ZWPUT_ICMCONTRCTICMINCOTERMSCODEIncoterms CodeN224 CHAR
ZWPUT_ICMCONTRCTICMINCOTERMSLOCATIONIncoterms LocationN1000 CHAR
ZWPUT_ICMCONTRCTICMPAYMENTTERMSPayment TermsN224 CHAR











Calculation and Validation

ParentFieldRule TypeRule Instruction
ZWPUT_ICMCONTRCT


ZWPUT_ICMCONTRCT


ZWPUT_ICMCONTRCT


Processing Logic


Delta or Full Load Requirements

Interface Alert & Monitoring

Language Requirements

User Interface Requirements

Volumetrics


Performance Consideration

Error Handling


Testing

How to Test

Test Conditions and Expected Results

IDConditionExpected Results






Test Considerations/Dependencies


Other Information


Development Details

Package

Package NameParent Package




Other Development Objects

Object TypeObject NamePurpose/High Level LogicDesign Rationale Reference









Appendix

See also


No files shared here yet.

Change log

Version Published Changed By Comment
CURRENT (v. 8) Apr 07, 2026 09:07 ROWLINSON-ext, Kerry
v. 81 Apr 02, 2026 16:03 TORRES-ext, Benedict
v. 80 Mar 27, 2026 14:03 ROWLINSON-ext, Kerry CR0397 Events from Icertis Legacy Contract Load
v. 79 Jan 21, 2026 11:06 WENNINGER-ext, Sascha removed link to ERP-766 which has been descoped
v. 78 Dec 20, 2025 06:48 ROWLINSON-ext, Kerry
v. 77 Nov 25, 2025 12:40 ROWLINSON-ext, Kerry
v. 76 Nov 14, 2025 09:55 TORRES-ext, Benedict
v. 75 Nov 14, 2025 09:32 TORRES-ext, Benedict
v. 74 Nov 14, 2025 09:27 TORRES-ext, Benedict
v. 73 Nov 14, 2025 08:43 ROWLINSON-ext, Kerry

Go to Page History

  • No labels