Show TOC Entering content frame

Object documentation Event Type Locate the document in its SAP Library structure

Definition

An event occurs when an application notifies the IOITF of a significant occurrence. An occurrence is significant if the application’s control flow depends on information about the individual object or the individual object is influenced by this event. The event type contains the meta data for such events.

There are two forms of events: explicit and implicit events. An event is explicit when the event type is known to the application prior to run-time. Implicit events are only known and determined at run-time. Unless otherwise noted, we assume the event is explicit.

Use

Defining and Registering Event Types

      1.      Create a list of all events that your application needs to raise.

      2.      Register them with the IOITF as follows. From the SAP Implementation Guide (IMG), choose Customer Relationship Management à Master Data  ® Products à Individual Objects à Individual Object Integration Framework (IOITF) à Event Type à Define/Register Event Types

      3.      Enter the event type ID.

      4.      Save your entry.

Caution

Any event that will be raised by your application must be registered with the IOITF.

Structure

In the delivered example for software entitlements the following event types are registered and are therefore known to the IOITF.

Delivered Event Types

Event Name

Description

ISHT_DOWNLOAD

Software entitlement’s binary was downloaded

ISHT_EXTEND_MAINTENANCE

Maintenance contract for software entitlement was extended

ISHT_MAINTENANCE_EXPIRED

Maintenance contract for software entitlement expired

ISHT_MAINTENANCE_PURCHASED

Maintenance contract for software entitlement was purchased

ISHT_PRODUCT_REGISTERED

Software entitlement was registered

ISHT_PRODUCT_RETURNED

Software entitlement was returned

ISHT_UPGRADE

Software entitlement’s binary was upgraded to a higher version

IOITF: Events

Event Name

Application Context

Individual Object Context

EHIO Relevant

ISHT_DOWNLOAD

 

 

 

ISHT_EXTEND_MAINTENANCE

 

 

 

ISHT_MAINTENANCE_EXPIRED

 

 

 

ISHT_MAINTENANCE_PURCHASED

 

 

 

ISHT_PRODUCT_REGISTERED

 

 

 

ISHT_PRODUCT_RETURNED

 

 

 

ISHT_UPGRADE

 

 

 

 

Leaving content frame