cancel
Showing results for 
Search instead for 
Did you mean: 

Help needed in Transfer routine in Info object

Former Member
0 Kudos

Hi everybody,

I would like to know what is the use of the <b>Transfer Routine in the Info object</b>, i haven't used it before, it would be helpful if anyone provide me with an example Routine program and explain how it is used through out a program(e.g. loading data into data target). It would be a great help. Will reward points. Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

it useful if you have to do a transformation.

Say for eg the object gets data from various data sources. this is the place to get the format corrected.

source 1. material comes without leading zero.

eg: 1243, 4327

source 2. material comes with leading zero

eg: 0001243, 0004327

you have decided to have material without leading zero in you BW system.

in that case you have to write a TR for source 2 load to remove leading zero

hoep you got it.

Answers (2)

Answers (2)

purvang_zinzuwadia
Active Participant
0 Kudos

Hi RR,

transfer routines are the place whr u change the values of data in records before they are loaded into the target, be it Info object, cube or ODS.

U can write routines to filter records based on some value, or even change the value of a field and also u can fill up value for a field in rotine itself.

for more info, go thru below link.

<a href="http://help.sap.com/saphelp_nw70/helpdata/en/b9/2d9778476b11d4b2b40050da4c74dc/frameset.htm">http://help.sap.com/saphelp_nw70/helpdata/en/b9/2d9778476b11d4b2b40050da4c74dc/frameset.htm</a>

hope dis helps.

Regards,

Purvang

Former Member
0 Kudos

For Example.

I have material X in R/3 or source system but business reports generated from BW should display Material X -


> P . so we write a code in the transfer routine and convert it when it encouter material X it will Convert it as P.

Thanks

Sharp

Former Member
0 Kudos

Leav ethe existing object as it is , create a new one and write a code to change that from X to P