Output from Business Process to SAP Suite adapter

This example shows the Schedule_SAPTidCleaner business process to the SAP Suite adapter.

Table 1. The following table contains the parameter passed from the business process to the SAP Suite adapter:
Parameter Description
DeleteTIDAfterDays Optional. Specify the number of days after which the TID entries in the SAP_TID table are deleted. The number of days is calculated from the date of creation of the TID entry and the current system time. The default value is 30 days.

Schedule_SAPTidCleaner Business Process Example

<process name="Schedule_SAPTidCleaner">
	<sequence name="Sequence Start">
         <operation name="CleanOldTIDEntries">
                    <participant name="SAPTidCleanerInstance"/>
                    <output message="InputMessage">
                       <assign to="." from="*"/>
                    </output>
                    <input message="inmsg">
                       <assign to="." from="*"/>
                    </input>
                </operation>
	</sequence>
</process>