Skip to Content
0
Former Member
May 02, 2014 at 01:11 AM

Routine Query

27 Views

Hello, I have a query regarding some abap routine in transformation. I have data coming like this from ECC:

Customer Adr1 Adr2 Adr2

Sharma 1009

Sharma 1023

Sharma 9021

Ok,

Now what I want to do is if customer is 'Sharma' then put all addresses in one row. how is it possible? I created a DSO and made all four my key fields and then i wrote field routines but it is still showing data like this. do I need to write end routine to assign them to their respective fields?

Please help.

Thanks.