Skip to Content
0
Former Member
Dec 11, 2006 at 03:26 PM

abap code help needed for a customer exit

30 Views

Hi Gurus,

I have 3 tables TAB1,TAB2 and TAB3

TAB1 has key value K1,K2.Tab2 has Key Values K2, K3 and Tab 3 has key Values K3,K4. K4 has multiple values in that table.(001,002,003,004)

I have to write a code to link all these tables to get K4 multiple values assigned to all key values.

Tab1 is a generic datasource structure.

The code should disply like this:

(Tab1)KEY1--


(tab2)KEY2
(tab3)KEY3
--


(Tba3)KEy4-001

(Tab1)KEY1--


(tab2)KEY2
(tab3)KEY3
--


(Tba3)KEy4-002

(Tab1)KEY1--


(tab2)KEY2
(tab3)KEY3
--


(Tba3)KEy4-003

(Tab1)KEY1--


(tab2)KEY2
(tab3)KEY3
--


(Tba3)KEy4-004

KEY1,KEy2,KEy3 values are same for all K4 values.

Can anyone please help me with the code in ABAP?

Thanks

DEV