data:begin of itab1 occurs 0,
a1 type c value '1',
a2 type c value '2',
end of itab1.
data:begin of itab2 occurs 0,
b1 type c value '3',
b2 type c value '4',
end of itab2.
data:begin of itab3 occurs 0,
a1 type c,
a2 type c,
b1 type c,
b2 type c,
end of itab3.
itab3-a1 = itab1-a1.
itab3-a2 = itab1-a2.
itab3-b1 = itab2-b1.
itab3-b2 = itab2-b2.
append itab3.
[quote]原帖由 [i]lulu1212[/i] 于 2008-7-8 08:57 发表 [url=http://www.itpub.net/redirect.php?goto=findpost&pid=10884541&ptid=1018154][img]http://www.itpub.net/images/common/back.gif[/img][/url]
data:begin of itab1 occurs 0,
a1 type c value '1',
a2 type c value '2',
end of itab1.
data:begin of itab2 occurs 0,
b1 type c value '3',
b2 type c value '4',
end of itab2.
data:begin of itab3 occurs 0,
a1 type c,
a2 type c,
b1 type c,
b2 type c,
end of itab3.
itab3-a1 = itab1-a1.
itab3-a2 = itab1-a2.
itab3-b1 = itab2-b1.
itab3-b2 = itab2-b2.
append itab3.
[quote]原帖由 [i]lulu1212[/i] 于 2008-7-8 08:57 发表 [url=http://www.itpub.net/redirect.php?goto=findpost&pid=10884541&ptid=1018154][img]http://www.itpub.net/images/common/back.gif[/img][/url]
data:begin of itab1 occurs 0,
a1 type c value '1',
a2 type c value '2',
end of itab1.
data:begin of itab2 occurs 0,
b1 type c value '3',
b2 type c value '4',
end of itab2.
data:begin of itab3 occurs 0,
a1 type c,
a2 type c,
b1 type c,
b2 type c,
end of itab3.
itab3-a1 = itab1-a1.
itab3-a2 = itab1-a2.
itab3-b1 = itab2-b1.
itab3-b2 = itab2-b2.
append itab3.
[quote]原帖由 [i]lulu1212[/i] 于 2008-7-8 08:57 发表 [url=http://www.itpub.net/redirect.php?goto=findpost&pid=10884541&ptid=1018154][img]http://www.itpub.net/images/common/back.gif[/img][/url]
data:begin of itab1 occurs 0,
a1 type c value '1',
a2 type c value '2',
end of itab1.
data:begin of itab2 occurs 0,
b1 type c value '3',
b2 type c value '4',
end of itab2.
data:begin of itab3 occurs 0,
a1 type c,
a2 type c,
b1 type c,
b2 type c,
end of itab3.
itab3-a1 = itab1-a1.
itab3-a2 = itab1-a2.
itab3-b1 = itab2-b1.
itab3-b2 = itab2-b2.
append itab3.