Dear all,
I have requirement to update a field from one DSO to another DSO. Need help to write a routine
DSO1
AdminSupport
User | Team | Application | BPF |
---|---|---|---|
Srini | Admin | Finance | |
Madhu | Support | Eva | |
DSO2
Team | Application | BPF |
---|---|---|
Admin | Finance | Revenue planning |
Admin | Finance | Expense planning |
EVA | EVA | EVA Topdown |
Expected result in DSO1 after loading data by lookup
User | Team | Application | BPF |
---|---|---|---|
Srini | Admin | Finance | Revenue planning |
Srini | Admin | Finance | Expense planning |
Madhu | Support | EVA | EVA Topdown |
Anyway we can achieve this by coding in bw, provide sample code