Interface table user exit class

When you use interface tables to receive messages from an external system, you can perform customization in the polling program that retrieves the data from the interface table and sends data to the system.

The cron task manager runs the interface table polling program. The IFACETABLECONSUMER cron task, has an optional EXITCLASS property where you can specify the fully qualified name of a Java™ exit class.

The Java data structure list represents the record from the interface tables, where the first element is always the action of the message. The remaining elements of the list are the mapped data structures and each map represents a row in the interface table for each message. The keys in the map are the column names and the values are the corresponding column values. All the column values are converted to their translated string format before they are set in the map.

The EXITCLASS class must implement the psdi.iface.intertables.IfaceTbExit interface and the following methods:

This class can perform the following processes:

The user exit that uses the afterCommit or afterRollback method can perform the following processes:

You identify this class in the Cron Task Setup application.



Feedback