Hierarchy

⤷

⤷

Properties
Class | CL_JAVA_SCRIPT | |
Short Description | Wrapper for Obsolete Java Script Engine | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | S | System Program |
Category | 0 | |
Package | SJAVASCRIPT | Integrated Java Script Engine |
Created | 20000221 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_JAVA_SCRIPT has no interface implemented.
Friends
Class CL_JAVA_SCRIPT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | Line in Script Where Breakpoint Was Inserted | 20000830 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | Name of Script Containing Breakpoint | 20000830 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | I | 999 | Return Code for Breakpoint() | 20000830 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | I | 10001 | Return Code: Internal Table Error | 20010116 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | I | 10101 | Return Code: Object Reference is not Appended | 20010123 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | I | 20000 | Return Code: Use of Properties that are not Supported | 20010116 | |
7 | ![]() |
Constant | Public | Type reference (TYPE) | I | 10002 | Return Code: Context Missing | 20010118 | |
8 | ![]() |
Constant | Public | Type reference (TYPE) | I | 10100 | Return Code: Parameter is not an Object Reference | 20010123 | |
9 | ![]() |
Constant | Public | Type reference (TYPE) | I | 0 | Return Code: OK | 20000829 | |
10 | ![]() |
Constant | Public | Type reference (TYPE) | I | 10003 | Return Code: Invalid Script | 20010123 | |
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | %_C_POINTER | JS Context | 20000221 | ||
12 | ![]() |
Constant | Private | Type reference (TYPE) | I | 2 | Append the Instance to which an Object Reference Points | 20001031 | |
13 | ![]() |
Constant | Private | Type reference (TYPE) | I | 1 | Standard Procedure when Appending Data | 20001031 | |
14 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | 0 | Status Code of the Last Method Call | 20000413 | |
15 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | Error Message of Last Method Call | 20000413 | ||
16 | ![]() |
Constant | Public | Type reference (TYPE) | JS_PROPERTY_KIND | 'B' | Property Type Boolean | 20010124 | |
17 | ![]() |
Constant | Public | Type reference (TYPE) | JS_PROPERTY_KIND | 'D' | Property Type Double | 20010124 | |
18 | ![]() |
Constant | Public | Type reference (TYPE) | JS_PROPERTY_KIND | 'F' | Property Type Function | 20010124 | |
19 | ![]() |
Constant | Public | Type reference (TYPE) | JS_PROPERTY_KIND | 'I' | Property Type Integer | 20010124 | |
20 | ![]() |
Constant | Public | Type reference (TYPE) | JS_PROPERTY_KIND | 'N' | Property Type Null | 20010124 | |
21 | ![]() |
Constant | Public | Type reference (TYPE) | JS_PROPERTY_KIND | 'O' | Property Type Object | 20010124 | |
22 | ![]() |
Constant | Public | Type reference (TYPE) | JS_PROPERTY_KIND | 'S' | Property Type String | 20010124 | |
23 | ![]() |
Constant | Public | Type reference (TYPE) | JS_PROPERTY_KIND | 'V' | Property Type Void | 20010124 | |
24 | ![]() |
Instance attribute | Private | See coding | Table with Compiled Scripts | 20000522 | |||
25 | ![]() |
Instance attribute | Private | See coding | Work Area with Compiled Script | 20000522 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Manual Destructor for JavaScript Context | 20000522 |
2 | ![]() |
Instance method | Public | Method | Appends ABAP Data to JavaScript Context | 20000522 |
3 | ![]() |
Instance method | Public | Method | Appends Kernel ICT-HTTP Object | 20000904 |
4 | ![]() |
Instance method | Public | Method | Appends the Instance to which an Object Reference Points | 20001031 |
5 | ![]() |
Instance method | Public | Method | Appends Kernel OMRT Object | 20000908 |
6 | ![]() |
Instance method | Public | Method | Delete Breakpoint for Script | 20000830 |
7 | ![]() |
Instance method | Public | Method | Delete All Breakpoints in Context | 20000904 |
8 | ![]() |
Instance method | Public | Method | Delete All Breakpoints in Script | 20000831 |
9 | ![]() |
Instance method | Public | Method | Compile Script | 20000522 |
10 | ![]() |
Instance method | Public | Method | Continue Interrupted Execution (EXECUTE Only) | 20000804 |
11 | ![]() |
Static method | Public | Method | Creates Context for JavaScript Engine | 20000221 |
12 | ![]() |
Instance method | Public | Method | Script Released | 20000522 |
13 | ![]() |
Instance method | Public | Destructor | 20030519 | |
14 | ![]() |
Instance method | Public | Method | Compile, Execute, and Release JavaScript | 20000522 |
15 | ![]() |
Instance method | Public | Method | Executes a Script in a Specific Stack Context | 20000906 |
16 | ![]() |
Instance method | Public | Method | Execute Compiled Script | 20000522 |
17 | ![]() |
Instance method | Private | Method | Formats the Text of the Feedback Message | 20010123 |
18 | ![]() |
Instance method | Public | Method | Create a JS Load from a Compiled Script | 20010111 |
19 | ![]() |
Instance method | Public | Method | Returns Value of a JavaScript Property | 20000413 |
20 | ![]() |
Instance method | Public | Method | Returns Call Stack After a Breakpoint | 20000906 |
21 | ![]() |
Instance method | Public | Method | Returns All Properties of the Object in that Context | 20010124 |
22 | ![]() |
Instance method | Public | Method | Returns All Properties of the Global Object | 20010124 |
23 | ![]() |
Instance method | Public | Method | Returns All Properties of the Local Object | 20010124 |
24 | ![]() |
Instance method | Public | Method | Returns All Properties of the Object | 20010124 |
25 | ![]() |
Instance method | Public | Method | Returns All Properties of the Object in Global Scope | 20010124 |
26 | ![]() |
Instance method | Public | Method | Returns All Properties of the Object in Local Scope | 20010124 |
27 | ![]() |
Instance method | Public | Method | Returns All Properties of the Object in This Scope | 20010124 |
28 | ![]() |
Instance method | Public | Method | Set a JavaScript Property with Generation if not Available | 20000413 |
29 | ![]() |
Instance method | Public | Method | Set Breakpoint for Script | 20000830 |
30 | ![]() |
Instance method | Public | Method | Single Step without Tracing Call (STEP_OVER) | 20000904 |
31 | ![]() |
Instance method | Public | Method | Single Step with Call Tracing | 20000904 |
32 | ![]() |
Instance method | Public | Method | Ends the Current Function | 20000904 |
33 | ![]() |
Instance method | Public | Method | Convert a JS Load into an Executable Script | 20010111 |
Events
Class CL_JAVA_SCRIPT has no event.
Types
Class CL_JAVA_SCRIPT has no local type.
Method Signatures
Method ABAP_DESTRUCTOR Signature
Method ABAP_DESTRUCTOR on class CL_JAVA_SCRIPT has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen mit nur dynamischer Prüfung von RAISING | 20010426 |
Method BIND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DATA | Call by reference | Type reference (TYPE) | ANY | Datenobjekt | 20000523 | ||
2 | ![]() |
NAME_OBJ | Call by reference | Type reference (TYPE) | STRING | Name des Objekts | 20000523 | ||
3 | ![]() |
NAME_PROP | Call by reference | Type reference (TYPE) | STRING | Name der Property | 20000523 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen mit nur dynamischer Prüfung von RAISING | 20010426 |
Method BIND_HTTP_ENTITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
HTTP_ENTITY | Call by reference | Object reference (TYPE REF TO) | CL_HTTP_ENTITY | ICT-HTTP_Objekt | 20000904 | ||
2 | ![]() |
NAME_OBJ | Call by reference | Type reference (TYPE) | STRING | Name des Objekts an das Gebunden werden soll | 20000904 | ||
3 | ![]() |
NAME_PROP | Call by reference | Type reference (TYPE) | STRING | Name des ICT-HTTP-Objekts in JavaScript | 20000904 |
Method BIND_HTTP_ENTITY on class CL_JAVA_SCRIPT has no exception.
Method BIND_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME_OBJ | Call by reference | Type reference (TYPE) | STRING | Name des Objekts in JS | 20001031 | ||
2 | ![]() |
NAME_PROP | Call by reference | Type reference (TYPE) | STRING | Name der Property in JS | 20001031 | ||
3 | ![]() |
OBJECT_REF | Call by reference | Type reference (TYPE) | ANY | Objektreferenz die auf eine Instanz verweist | 20001031 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen mit nur dynamischer Prüfung von RAISING | 20010426 |
Method BIND_OMRT_ENTITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME_OBJ | Call by reference | Type reference (TYPE) | STRING | Name des Objekts an das Gebunden werden soll | 20000908 | ||
2 | ![]() |
NAME_PROP | Call by reference | Type reference (TYPE) | STRING | Name des OMRT-Objekts in JavaScript | 20000908 | ||
3 | ![]() |
OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | OMRT Objekt | 20000908 |
Method BIND_OMRT_ENTITY on class CL_JAVA_SCRIPT has no exception.
Method CLEAR_BREAKPOINT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
LINE_NUMBER | Call by reference | Type reference (TYPE) | I | Zeilennummer | 20000830 | ||
2 | ![]() |
SCRIPT_NAME | Call by reference | Type reference (TYPE) | STRING | Scriptname | 20000830 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen mit nur dynamischer Prüfung von RAISING | 20010426 |
Method CLEAR_BREAKPOINTS Signature
Method CLEAR_BREAKPOINTS on class CL_JAVA_SCRIPT has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen mit nur dynamischer Prüfung von RAISING | 20010426 |
Method CLEAR_SCRIPT_BREAKPOINTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SCRIPT_NAME | Call by reference | Type reference (TYPE) | STRING | JavaScript Name | 20000831 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen mit nur dynamischer Prüfung von RAISING | 20010426 |
Method COMPILE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SCRIPT | Call by reference | Type reference (TYPE) | STRING | Script | 20000522 | ||
2 | ![]() |
SCRIPT_NAME | Call by reference | Type reference (TYPE) | STRING | Name des Script | 20000522 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen mit nur dynamischer Prüfung von RAISING | 20010426 |
Method CONTINUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | STRING | Rückgabewert | 20000804 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen mit nur dynamischer Prüfung von RAISING | 20010426 |
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
HEAPSIZE | Value transfer | Type reference (TYPE) | I | 640000 | Größe der Halde in Bytes | 20010417 | |
2 | ![]() |
REF | Value transfer | Object reference (TYPE REF TO) | CL_JAVA_SCRIPT | Kontext Instanz | 20000413 | ||
3 | ![]() |
STACKSIZE | Value transfer | Type reference (TYPE) | I | 8096 | Größe des Stacks in Bytes | 20010417 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen mit nur dynamischer Prüfung von RAISING | 20010426 |
Method DESTROY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SCRIPT_NAME | Call by reference | Type reference (TYPE) | STRING | Scriptname | 20000522 |
Method DESTROY on class CL_JAVA_SCRIPT has no exception.
Method DESTRUCTOR Signature
Method DESTRUCTOR on class CL_JAVA_SCRIPT has no parameter.
Method DESTRUCTOR on class CL_JAVA_SCRIPT has no exception.
Method EVALUATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
JAVA_SCRIPT | Call by reference | Type reference (TYPE) | STRING | Java Script | 20000522 | ||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | STRING | Ergebnis | 20000522 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen mit nur dynamischer Prüfung von RAISING | 20010426 |
Method EVALUATE_IN_STACK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | STRING | Ergebnis | 20000906 | ||
2 | ![]() |
SCRIPT | Call by reference | Type reference (TYPE) | STRING | JavaScript | 20000906 | ||
3 | ![]() |
STACK_ENTRY_NUMBER | Call by reference | Type reference (TYPE) | I | 1 | Nummer des Stack-Eintrags | 20000906 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen mit nur dynamischer Prüfung von RAISING | 20010426 |
Method EXECUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | STRING | Ergebnis des letzten Ausdrucks | 20000522 | ||
2 | ![]() |
SCRIPT_NAME | Call by reference | Type reference (TYPE) | STRING | Scriptname | 20000522 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen mit nur dynamischer Prüfung von RAISING | 20010426 |
Method FORMAT_RCODE Signature
Method FORMAT_RCODE on class CL_JAVA_SCRIPT has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen mit nur dynamischer Prüfung von RAISING | 20010426 |
Method FREEZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SCRIPT_LOAD | Value transfer | Type reference (TYPE) | XSTRING | Bytecode eine Skripts | 20010111 | ||
2 | ![]() |
SCRIPT_NAME | Call by reference | Type reference (TYPE) | STRING | Name des Skripts | 20010111 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen mit nur dynamischer Prüfung von RAISING | 20010426 |
Method GET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20000413 | ||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | STRING | Ergebnis | 20000413 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen mit nur dynamischer Prüfung von RAISING | 20010426 |
Method GET_CALL_STACK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CALL_STACK | Value transfer | Type reference (TYPE) | JS_STACK_TABLE | Aufruf-stack | 20000906 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen mit nur dynamischer Prüfung von RAISING | 20010426 |
Method GET_PROPERTIES_OF_EVALUATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PROPERTY_PATH | Call by reference | Type reference (TYPE) | STRING | Pfad des Objekts bezüglich dem globalen Objekt | 20010124 | ||
2 | ![]() |
PROPERTY_TABLE | Value transfer | Type reference (TYPE) | JS_PROPERTY_TAB | Properties des Objekts | 20010124 | ||
3 | ![]() |
STACK_ENTRY_NUMBER | Call by reference | Type reference (TYPE) | I | Nummer des Stack-Eintrags | 20010124 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen mit nur dynamischer Prüfung von RAISING | 20010426 |
Method GET_PROPERTIES_OF_GLOBAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PROPERTY_TABLE | Value transfer | Type reference (TYPE) | JS_PROPERTY_TAB | Tabelle aller Properties | 20010124 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen mit nur dynamischer Prüfung von RAISING | 20010426 |
Method GET_PROPERTIES_OF_LOCAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PROPERTY_TABLE | Value transfer | Type reference (TYPE) | JS_PROPERTY_TAB | Tabelle aller Properties | 20010124 | ||
2 | ![]() |
STACK_ENTRY_NUMBER | Call by reference | Type reference (TYPE) | I | Nummer des Stack-Eintrags | 20010124 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen mit nur dynamischer Prüfung von RAISING | 20010426 |
Method GET_PROPERTIES_OF_THIS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PROPERTY_TABLE | Value transfer | Type reference (TYPE) | JS_PROPERTY_TAB | Tabelle aller Properties | 20010124 | ||
2 | ![]() |
STACK_ENTRY_NUMBER | Call by reference | Type reference (TYPE) | I | 1 | Nummer des Stack-Eintrags | 20010124 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen mit nur dynamischer Prüfung von RAISING | 20010426 |
Method GET_PROPERTIES_SCOPE_GLOBAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PROPERTY_PATH | Call by reference | Type reference (TYPE) | STRING | Pfad des Objekts bezüglich dem globalen Objekt | 20010124 | ||
2 | ![]() |
PROPERTY_TABLE | Value transfer | Type reference (TYPE) | JS_PROPERTY_TAB | Properties des Objekts | 20010124 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen mit nur dynamischer Prüfung von RAISING | 20010426 |
Method GET_PROPERTIES_SCOPE_LOCAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PROPERTY_PATH | Call by reference | Type reference (TYPE) | STRING | Pfad des Objekts bezüglich dem globalen Objekt | 20010124 | ||
2 | ![]() |
PROPERTY_TABLE | Value transfer | Type reference (TYPE) | JS_PROPERTY_TAB | Properties des Objekts | 20010124 | ||
3 | ![]() |
STACK_ENTRY_NUMBER | Call by reference | Type reference (TYPE) | I | Nummer des Stack-Eintrags | 20010124 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen mit nur dynamischer Prüfung von RAISING | 20010426 |
Method GET_PROPERTIES_SCOPE_THIS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PROPERTY_PATH | Call by reference | Type reference (TYPE) | STRING | Pfad des Objekts bezüglich dem globalen Objekt | 20010124 | ||
2 | ![]() |
PROPERTY_TABLE | Value transfer | Type reference (TYPE) | JS_PROPERTY_TAB | Properties des Objekts | 20010124 | ||
3 | ![]() |
STACK_ENTRY_NUMBER | Call by reference | Type reference (TYPE) | I | 1 | Nummer des Stack-Eintrags | 20010124 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen mit nur dynamischer Prüfung von RAISING | 20010426 |
Method SET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20000413 | ||
2 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRING | Wert | 20000413 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen mit nur dynamischer Prüfung von RAISING | 20010426 |
Method SET_BREAKPOINT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
LINE_NUMBER | Call by reference | Type reference (TYPE) | I | Zeilennummer | 20000830 | ||
2 | ![]() |
SCRIPT_NAME | Call by reference | Type reference (TYPE) | STRING | Scriptname | 20000830 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen mit nur dynamischer Prüfung von RAISING | 20010426 |
Method STEP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | STRING | Rückgabewert | 20000905 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen mit nur dynamischer Prüfung von RAISING | 20010426 |
Method STEP_INTO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | STRING | Rückgabewert | 20000905 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen mit nur dynamischer Prüfung von RAISING | 20010426 |
Method STEP_OUT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | STRING | Rückgabewert | 20000905 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen mit nur dynamischer Prüfung von RAISING | 20010426 |
Method THAW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SCRIPT_LOAD | Call by reference | Type reference (TYPE) | XSTRING | Load des kompilierten Skripts | 20010111 | ||
2 | ![]() |
SCRIPT_NAME | Value transfer | Type reference (TYPE) | STRING | Name des Skripts aus der Load | 20010111 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen mit nur dynamischer Prüfung von RAISING | 20010426 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 50A |