SAP ABAP Class IF_WD_HTML_SCRIPT_CALL (Creation of JavaScript Call)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WDR_HTML_SCRIPT_CALL | Service Class to Create HTML JavaScript Calls (internal) | 20120321 |
Properties
| Class | IF_WD_HTML_SCRIPT_CALL | |
| Short Description | Creation of JavaScript Call | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20120319 | SAP |
| Last change | 20130531 | 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 IF_WD_HTML_SCRIPT_CALL has no interface implemented.
Friends
Class IF_WD_HTML_SCRIPT_CALL has no friend class.
Attributes
Class IF_WD_HTML_SCRIPT_CALL has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds a Boolean parameter | 20120319 | |
| 2 | Instance method | Public | Method | Adds a refernence to the callback API as a parameter | 20120319 | |
| 3 | Instance method | Public | Method | Adds a null parameter value | 20120321 | |
| 4 | Instance method | Public | Method | Adds a string parameter | 20120319 | |
| 5 | Instance method | Public | Method | Adds the value of an aggregated DataSource | 20120322 | |
| 6 | Instance method | Public | Method | Adds the value of an aggregated parameter | 20120322 | |
| 7 | Instance method | Public | Method | Adds a nested function call | 20120706 | |
| 8 | Instance method | Public | Method | Adds a variable, for example, variable.function(); | 20120706 |
Events
Class IF_WD_HTML_SCRIPT_CALL has no event.
Types
Class IF_WD_HTML_SCRIPT_CALL has no local type.
Method Signatures
Method ADD_BOOLEAN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SCRIPT_CALL | Value transfer | Object reference (TYPE REF TO) | IF_WD_HTML_SCRIPT_CALL | JavaScript Aufruf | 20120319 | |||
| 2 | VALUE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120319 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für Script-Aufrufe | 20120710 |
Method ADD_CALLBACK_API Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SCRIPT_CALL | Value transfer | Object reference (TYPE REF TO) | IF_WD_HTML_SCRIPT_CALL | JavaScript Aufruf | 20120319 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für Script-Aufrufe | 20120710 |
Method ADD_NULL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SCRIPT_CALL | Value transfer | Object reference (TYPE REF TO) | IF_WD_HTML_SCRIPT_CALL | JavaScript Aufruf | 20120321 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für Script-Aufrufe | 20120710 |
Method ADD_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SCRIPT_CALL | Value transfer | Object reference (TYPE REF TO) | IF_WD_HTML_SCRIPT_CALL | JavaScript Aufruf | 20120319 | |||
| 2 | VALUE | Call by reference | Type reference (TYPE) | STRING | Parameterwert | 20120319 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für Script-Aufrufe | 20120710 |
Method ADD_UI_ELEM_DATA_SOURCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA_SOURCE_NAME | Call by reference | Type reference (TYPE) | STRING | Name der gebundenen DataSource | 20120322 | |||
| 2 | SCRIPT_CALL | Value transfer | Object reference (TYPE REF TO) | IF_WD_HTML_SCRIPT_CALL | JavaScript Aufruf | 20120322 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für Script-Aufrufe | 20120710 |
Method ADD_UI_ELEM_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PARAMETER_NAME | Call by reference | Type reference (TYPE) | STRING | 20120322 | ||||
| 2 | SCRIPT_CALL | Value transfer | Object reference (TYPE REF TO) | IF_WD_HTML_SCRIPT_CALL | JavaScript Aufruf | 20120322 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für Script-Aufrufe | 20120710 |
Method FUNCTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | 20120706 | ||||
| 2 | SCRIPT_CALL | Value transfer | Object reference (TYPE REF TO) | IF_WD_HTML_SCRIPT_CALL | Erzeugung eines JavaScript Aufrufs | 20120706 |
Method FUNCTION on class IF_WD_HTML_SCRIPT_CALL has no exception.
Method VARIABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | 20120706 | ||||
| 2 | SCRIPT_CALL | Value transfer | Object reference (TYPE REF TO) | IF_WD_HTML_SCRIPT_CALL | Erzeugung eines JavaScript Aufrufs | 20120706 |
Method VARIABLE on class IF_WD_HTML_SCRIPT_CALL has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |