Skip to Content
0
Former Member
Dec 04, 2008 at 07:42 AM

internal table

57 Views

hi all,

i have 2 internal tables

gt_final1[] and gt_final[]

in gt_final1[] i have all the credit values where as in gt_final[] internal table i have all debit values

the problem is

for eg: in gt_final1[] there are 2line items

and in gt_final[] there are 3 line items

how can i move all 2+3 = 5 line items into one internal table suppose into gt_output.

gt_output = 5 line items

please help me how to write this