Hi,
I am facing some challenge in writing an ABAP code. My requirement is as below.
I have two DSOs -
DSO1 contains ZSUB and ZZSUBT
DSO2 contains ZSUB and 0SEGMENT
Data is there is both DSOs for the respective fileds.
I want to take a ZSUB field from DSO1, look out for that field in DSO2 and if found bring 0SEGMENT from DSO2 to DSO1.
Current view -
DSO1
ZSUB ZZSUBT
00001 First record
DS02
ZSUB 0SEGMENT
00001 ABCDE
Desired View (in DSO1)-
ZSUB ZZSUBT 0SEGMENT
00001 First Record ABCDE
My plan is to write an end routine in DSO1 to achieve this.
This is a high priority task for me. Any input will be highly appreciated.
Thanks and regards,
Naineesh
Please do not dump your ABAP requirements in SDN
Edited by: Pravender on Feb 24, 2011 10:54 AM