Skip to Content
0
Former Member
Dec 20, 2007 at 10:30 AM

routine create new records

20 Views

Hello all you experts,

I am new in ABAP programming and i need some help

Here is the scenario

i have a DSO with records' form like that:

cost center kf1 kf2 kf3

3000 10 20 30

and in the target DSO i want to split each record into three, like this:

cost center cost element kf4

3000 6000000000 10

3000 6000000001 20

3000 6000000002 30

Can anybody post ABAP code to help me out?

Thanks for listening