-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabapappend_shortref.html
128 lines (125 loc) · 5.51 KB
/
abapappend_shortref.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="EN">
<!-- ABAPAPPEND_SHORTREF -->
<!-- Mirrored from help.sap.com/doc/abapdocu_751_index_htm/7.51/en-US/abapappend_shortref.htm by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 20 Jan 2022 18:03:58 GMT -->
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="author" content="SAP">
<meta name="description" content="APPEND">
<title>
APPEND - ABAP Keyword Documentation
</title>
<link rel="icon" href="ABAPIcon.ico" type="image/ico">
<link rel="shortcut icon" href="ABAPIcon.ico">
<LINK rel="stylesheet" href="abap_docu.css" type="text/css">
<script type="text/JavaScript">
function call_link(linked_file)
{
if(parent.frames.length>0){
parent.window.frames["basefrm"].window.location = linked_file;
parent.window.frames["treeframe"].window.location = "abap_docu_tree92bd.html?file=" + linked_file;}
else {
window.location = linked_file;}
}
function urlToClipboard(id){
try{ var loc = top.location.href;}
catch(e){ alert( "URL cannnot be determined" ); return; }
var field = document.getElementById(id);
field.focus();
if ( loc.search( ".htm" ) == -1 && loc.search( ".HTM" ) == -1 ){ loc = loc + "index.htm"; }
if ( loc.search( "index.html" ) != -1
|| loc.search( "INDEX-2.html" ) != -1 ){
var off = loc.search( "file=" );
if ( off == -1 ){
field.value = loc + "?file=abapappend_shortref.htm"; }
else {
field.value = loc.substring( 0, off ) + "file=abapappend_shortref.htm";
}
}
else {
field.value = loc; }
field.setSelectionRange(0, field.value.length);
var r = confirm( "Copy URL to clipboard?\n\n" + field.value + "\n\nCopy to clipboard does not work in all browsers." );
if (r == true) {
try{
document.execCommand("copy");
}
catch(e){ alert( "URL could not be copied to clipboard" ); }
}
window.scrollTo(0,0);
}
</script>
</head>
<body>
<div class="all">
<p class="copyright">SAP NetWeaver AS ABAP Release 751, ©Copyright 2017 SAP AG. All rights reserved.
<input type="button" value="URL" style="font-size:8px; width:26px; height:16px; padding:0"
onclick="urlToClipboard('url')" title="Copy URL to Clipboard" >
</p>
<span class="path">
<a href="javascript:call_link('abenabap.html')" class="blue">ABAP - Keyword Documentation</a> →
<a href="javascript:call_link('abenabap_shortref.html')" class="blue">ABAP - Quick Reference</a> →
A
</span>
<p><span class="h1">
APPEND - Quick reference<br><br>
</span></p>
<P>
<a href="javascript:call_link('abapappend.html')" class="blue">Reference</a> <br><br>
</P>
<p><span class="h2">
<span class="bold">Syntax</span>
</span></p>
<P>
<span class="qtext">APPEND <i class=bn>{</i> wa <br> <i class=bn>|</i> <i class=bn>{</i>INITIAL LINE<i class=bn>}</i> <br>
<i class=bn>|</i> <i class=bn>{</i>LINES OF jtab <i class=bn>[</i>FROM idx1<i
class=bn>]</i> <i class=bn>[</i>TO idx2<i class=bn>]</i> <i class=bn>[</i>USING KEY key_name<i class=bn>|</i>(name)<i class=bn>]</i><i class=bn>}</i> <i class=bn>}</i> <br>
TO itab <i class=bn>[</i>SORTED BY comp<i class=bn>]</i> <br> <i class=bn>[</i> <i
class=bn>{</i>ASSIGNING <fs> <i class=bn>[</i>CASTING<i class=bn>]</i><i class=bn>}</i> <i class=bn>|</i> <i class=bn>{</i>REFERENCE INTO dref<i class=bn>}</i> <i class=bn>]</i>.</span> <br><br>
</P>
<p><span class="h4">
Effect
</span></p>
<P>
Appends rows to an internal table <span class="qtext">itab</span>. <br><br>
</P>
<p><span class="h3">
<span class="bold">Additions</span>
</span></p>
<P>
</P>
<ul class="disc">
<li>
<a href="javascript:call_link('abapappend_linespec.html')" class="blue"><span class="qtext">wa</span></a> <br>Appends a work area <span class="qtext">wa</span>. <br>
<br></li>
<li>
<a href="javascript:call_link('abapappend_linespec.html')" class="blue"><span class="qtext">INITIAL LINE</span></a> <br>Appends an initial row. <br>
<br></li>
<li>
<a href="javascript:call_link('abapappend_linespec.html')" class="blue"><span class="qtext">LINES OF jtab <i class=bn>[</i>FROM idx1<i
class=bn>]</i> <i class=bn>[</i>TO idx2<i class=bn>]</i> <i class=bn>[</i>USING KEY key_name<i class=bn>|</i>(name)<i class=bn>]</i></span></a> <br>
Appends the rows from <span class="qtext">idx1</span> to <span class="qtext">idx2</span> of the internal
table <span class="qtext">jtab</span>. The table key to be used for this can be specified either statically or dynamically. <br>
<br></li>
<li>
<a href="javascript:call_link('abapappend.html')" class="blue"><span class="qtext">SORTED BY comp</span></a> <br>Creates a ranking, which is sorted by the row component <span class="qtext">comp</span> in descending order. <br>
<br></li>
<li>
<a href="javascript:call_link('abapappend_result.html')" class="blue"><span class="qtext">ASSIGNING <fs> <i class=bn>[</i>CASTING<i class=bn>]</i></span></a> <br>
Assigns an appended row to a field symbol <span class="qtext"><fs></span> (castings are possible). <br>
<br></li>
<li>
<a href="javascript:call_link('abapappend_result.html')" class="blue"><span class="qtext">REFERENCE INTO dref</span></a> <br>Sets a data reference <span class="qtext">dref</span> to an appended row.
<br></li>
</ul>
<br>
<br>
<br>
<br>
</DIV>
<fieldset style="opacity:0">
<input id="url" type="text" />
</fieldset>
</BODY>
<!-- Mirrored from help.sap.com/doc/abapdocu_751_index_htm/7.51/en-US/abapappend_shortref.htm by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 20 Jan 2022 18:03:58 GMT -->
</html>