-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabapbreak-point_internal.html
110 lines (108 loc) · 4.45 KB
/
abapbreak-point_internal.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
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="EN">
<!-- ABAPBREAK-POINT_INTERNAL -->
<!-- Mirrored from help.sap.com/doc/abapdocu_751_index_htm/7.51/en-US/abapbreak-point_internal.htm by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 20 Jan 2022 17:45:58 GMT -->
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="author" content="SAP">
<meta name="description" content="BREAK-POINT - interner Zusatz">
<title>
BREAK-POINT - interner Zusatz - 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=abapbreak-point_internal.htm"; }
else {
field.value = loc.substring( 0, off ) + "file=abapbreak-point_internal.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_reference.html')" class="blue">ABAP - Reference</a> →
<a href="javascript:call_link('abenprogram_editing.html')" class="blue">program editing</a> →
<a href="javascript:call_link('abenabap_tests.html')" class="blue">Testing and Checking Programs</a> →
<a href="javascript:call_link('abencheckpoints.html')" class="blue">Checkpoints</a> →
<a href="javascript:call_link('abapbreak-point.html')" class="blue">BREAK-POINT</a> →
</span>
<p><span class="h1">
BREAK-POINT - interner Zusatz
</span></p>
<P>
<span class="bold">This addition is for internal use only. <br>It must not be used in application programs.</span> <br><br>
</P>
<A NAME="@@AT NEXT APPLICATION STATEMENT@@BREAK-POINT - internal@@"></A>
<p><span class="h3">
Addition:
</span></p>
<P>
<span class="qtext">... AT NEXT APPLICATION STATEMENT</span> <br>
</P>
<p><span class="h4">
Effect
</span></p>
<P>
This addition can be optionally entered after <span class="qtext">log_text</span>, but not together
with the addition <span class="qtext">ID</span>. It is only useful in system programs, system modules, system subprograms, and system function modules that have names beginning with %_ .
</P>
<ul class="disc">
<li>
If system debugging is not activated, the program does not stop until the next statement that is not located in one of the contexts listed above.
<br><br></li>
<li>
If system debugging is activated, the program stops at the statement <span class="qtext">BREAK-POINT</span>.
<br></li>
</ul>
<P>
If system debugging is not activated and the addition <span class="qtext">AT NEXT APPLICATION STATEMENT</span> is not used, <span class="qtext">BREAK-POINT</span> statements in the contexts listed above are ignored.
</P>
<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/abapbreak-point_internal.htm by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 20 Jan 2022 17:45:58 GMT -->
</html>