cancel
Showing results for 
Search instead for 
Did you mean: 

batch program to replicate DataSources in process chains

Former Member
0 Kudos

Hi everybody,

I am looking for a batch program to replicate DataSoruces in a BW 3.5 system. I would like to use this program at the beginning of process chains, in order to avoid any potential problems from transports into productive environment.

I found the following program already but it seems not to work: RSAOS_METADATA_UPLOAD_BATCH

thanks in advance for any help

Ulrich

View Entire Topic
Former Member
0 Kudos

Hi Ulrich,

try RS_TRANSTRU_ACTIVATE_ALL, probably with a proper variant in the beginning. In large implementations it will take a while ...

hth

cheers

sven

Former Member
0 Kudos

Hi Sven,

yes of course - RS_TRANSTRU_ACTIVATE_AL is in my process chain allready but this does not replicate the datasources

thx anyway

cheers,

Ulrich

Former Member
0 Kudos

Hi Ulrich and welcome to the SDN,

use FM

FUNCTION RSAOS_METADATA_UPLOAD

EXPORTING

I_LOGSYS = <your source system>

I_OSOURCE = <your datasource> "optional

kind regards

Siggi

Former Member
0 Kudos

Hi Siggi,

good point but this FM is exactly the same that is embedded in the program RSAOS_METADATA_UPLOAD_BATCH which I tried already but is unfortunately ineffective. Do you have an idea why?

regards,

Ulrich