Skip to Content
0
Former Member
Nov 29, 2006 at 06:50 AM

moving the data of five internal tables to one internal tables.

210 Views

iam having the five internal table. like below

g_t_vbfa

g_t_vbrk

g_t_vbpa

g_t_kna1

g_t_vbak

this are the five internal tables. each tables having the datas . but each table having the number of records is different. one table having 100 records means another table having 50 records.

previously i used index sys-tabix concept it was not working properly...

my output table is g_t_output_header_data ..

i want to move that output table....

please coding wise give some solution...

thanks

santhosh