cancel
Showing results for 
Search instead for 
Did you mean: 

Global transfer routines in 7.x

Former Member
0 Kudos

Hi Experts,

I recently had a read on 3.x version transfer rules, It has a feature which can specify global transfer routine for an info object, I would like to know

In 7.x version Global Transformation Routines are also supported? If so kindly provide some guidance or how to guide to achieve this.

Thank you.

Regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

ccc_ccc
Active Contributor
0 Kudos

Hi Widyl,

Its available in 7.x also.

When you create a transfer routine, it is valid globally for the characteristic and is included in all the transformation rules that contain the InfoObject. However, the transfer routine is only run in one transformation with a DataSource as a source. The transfer routine is used to correct data before it is updated in the characteristic.

During data transfer, the logic stored in the individual transformation rule is executed first. Then the transfer routine for the value of the corresponding field is executed for each InfoObject that has a transfer routine.

In this way, the transfer routine can store InfoObject-dependent coding that only needs to be maintained once, but that is valid for all transformation rules.

Ex you can 0SOURSYSTEM infoobject in your system for sample code.

Thank you,

Nanda

Former Member
0 Kudos

So its basically available within the transformation itself and cannot be externally referred to it?

Regards.

ccc_ccc
Active Contributor
0 Kudos

This routine is integrated in all transfer rules that contain the InfoObject.

When data is transferred, the logic contained in the individual transfer rules runs first. The transfer routine is then carried out on the value of the corresponding field for every InfoObject that has a transfer routine.

In the transfer routine you can define InfoObject-dependent code that you only have to maintain once, but is valid for all transfer rules.

Regaqrds

Nanda