cancel
Showing results for 
Search instead for 
Did you mean: 

enhance additional fields for RDA

former_member657893
Participant
0 Kudos

Hi

what is process need to follow if I want enhance fields to dso which is using loading process as RDA. and what is process follow while moving to production and what is process  I need historical loads for rda dso.


Accepted Solutions (1)

Accepted Solutions (1)

KodandaPani_KV
Active Contributor
0 Kudos

Hi,

you are enhancing the info obejcts to dso?

you want enhace the fields to rescepctive data source at ECC

if yes enhace the data soruce at ECC side then wirte the code for the enhaceing the fields at CMOD.

check the data for all fieds in RSA3.

repicate the data soruce form ECC to BW

add the info obejcts to DSO -> create the transfromation form data source to DSO

data loading

you want historical for the new fields you want delete the data form the DSO then full load again.

delete the existing delta pointer in IPK do full load again set delta pointer at IPK.

Thanks,

Phani.

former_member657893
Participant
0 Kudos

I know the process of historical data loads and fields enhanecements.

if its RDA process, what are the precautions need to take care.

this is my proposed solution

field is available in pds, I can add dso .

while moving production

stop RDA

move TR to production

load full load ( because data not in psa)

execute dtp to load dso

activate dso

start rda is regular to load delta

please let me know any additional steps required.

RamanKorrapati
Active Contributor
0 Kudos

Above steps was fine.

What about delta pointer?

if need then add that step before rda load.

former_member657893
Participant
0 Kudos

I am not disturbing any delta, just load full repair only, I am not doing any initialization?

RamanKorrapati
Active Contributor
0 Kudos

At targets side you won't delete old data and reload historic?

if need historic data then why can't you go from scratch.

if you go thru repair full request how many selections you use to load old data? is that correct way to load historic data?

Just think about it and continue as per your ideas.

former_member657893
Participant
0 Kudos

I can delete from cube ideal, dso will be overwrite

RamanKorrapati
Active Contributor
0 Kudos

Ok. From DSO to cube you need to load whole data.

At repair full request, use correct selections which can cover whole data to pull into bw.

Answers (1)

Answers (1)

RamanKorrapati
Active Contributor
0 Kudos

Hi,


Whats your data flow?


Assuming as source field might be exist at source/psa.


at Dev system you can add required info object to DSO.

do the proper transformations from source.

if you at PSA/source there is no historic data then delete psa/dso data.

Load historical data from source to psa and then dso..further.

at prod. Stop DSO data flow process chain.delete delta pointer at data source level.

move your changes to prod.

load full load.

run init info pack without data.

set delta pointer and continue your loads.

At DSO level data deletion not mandatory if your dso key fig are over write option. But memory wise better to delete old data and reload historic data.

Think twice and follow your actions.

Thanks