Table /BTI/TE_INT_PROC is used within the Integration Framework to define the Process Identifiers that are used within the Integration.
Field | Description |
---|---|
EXTSYS_NO | Integration system number (as configured in /BTI/TE_INT_SYST |
EXTSYS_NAME | Full description of external system |
IDENTIFIER | This identifier is the crux of the integration framework and denotes a point of integration, more than likely this would be some kind of internal id, in our OOTB example it is a task status. This point of integration is attached to a process code denoted above and this is what would cause an integration to be performed when this identifier is reached. |
PROCESS_CODE | The process codes used by the integration framework to perform some kind of action. The framework gets shipped with two standard process codes CREATE and UPDATE. |
IGNORE_CHANGES | This flag is set when you wish to ignore previous changes in case the integrated object has skipped through more than one integration point since the integration trigger program was last run. |
Example configuration
Post your comment on this topic.