cancel
Showing results for 
Search instead for 
Did you mean: 

Migration of old data flow

Former Member
0 Kudos

Hi folks,

I want to migrate a 3.5.-data flow to 7.0 (from DataSource to DSO). In the old data flow we have characteristic routines in transfer rules. In addition there were start routines in the transfer and update rules.

In our new data flow we donu2019t have an infosource.

Now I wonder how to migrate all the logic in the old routines. I thought to do the follwing:

- start routine in transfer rule becomes start routine of 7.0-transformation

- start routine in update rule -> end routine in 7.0-transformation

- characteristic routines in transfer rules -> characteristic routine in transformation

Is it correct to do it this way?

Thanks for your help!

Thomas

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

In case of routines you cant use the same ,The way in which routines can be implemented changes when the programming language for routines is converted from ABAP to ABAP objects.Some editing is needed to be done by Abapers.

This link will help.

Migration of Update Rules, 3.x InfoSources, and Transfer Rules

[http://help.sap.com/saphelp_nw70/helpdata/EN/43/f00e2696d24c5fe10000000a155369/frameset.htm]

Differences in Routine Concepts

http://help.sap.com/saphelp_nw70/helpdata/EN/44/bd9b5be97c112ce10000000a11466f/content.htm

Hope it helps........

Former Member
0 Kudos

Yes, this is the correct way. You are on right track.

Thanks..

Shambhu