cancel
Showing results for 
Search instead for 
Did you mean: 

Transfer Routine in an InfoObject

Former Member
0 Kudos

If I write a transfer routine in an InfoObject does this mean that in any Transfer Structure it is used it will take this routine to gives its value and in the transfer structure you just carry out a one to one mapping? If so is there any substantial increase in load times as opposed to writing say a similar routine in the transfer structure itself? Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If I write a transfer routine in an InfoObject does this mean that in any Transfer Structure it is used it will take this routine to gives its value and in the transfer structure you just carry out a one to one mapping?

Yes, It will take care.

If so is there any substantial increase in load times as opposed to writing say a similar routine in the transfer structure itself?

There should not be any difference performace point of view. But here you have think in the maintainance point of view. if you take routine at IO level, no need to maintain at every UR/TR where the IO is used.

With rgds,

Anil Kumar Sharma .P

Answers (1)

Answers (1)

Former Member
0 Kudos

Yes, if you write a trasnfer routine this will modifi IO value for all records and the load it's faster than writing routin on the single IO in trasfer structure.

Hope it helps.

Rgeards