cancel
Showing results for 
Search instead for 
Did you mean: 

Data transfer logic from Infosource to DSO

Former Member
0 Kudos

Hi All,

I have a requirement in my project where in I have to transfer every field in a record of Infosource to a single row in the DSO.

To make it more clear, if I have 5 fields in my Infosource with one key field, it should go to the DSO as 5 records with the same key field (I will have one more field which will form the combined key in the DSO). Is it possible to achieve this?Any inputs would be highly appreciated.

Thanks

Sundar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

We came up with start routines to address this. Thanks for your suggestion!!

Regards,

Sundar

Former Member
0 Kudos

Hi....you can use a Init routine in update rule this is an abap program that runs at the beginning of the update process previously to ODS recording...and here you can delete or add more records to the entire package of records that come from R3 remembre that this update rules are executing for every package once...and you only have access to the records of that packacge....i believe that what you want to do is possbile using this...

Regards