SAP ABAP Interface IF_WD_HTML_SCRIPT_CALL (Creation of JavaScript Call)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA (Application Component) Web Dynpro ABAP
⤷
SWDP_UIEL_WEB (Package) UIE Library "Web"

⤷

⤷

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
Interface | IF_WD_HTML_SCRIPT_CALL | |
Short Description | Creation of JavaScript Call |
General Data
Package | SWDP_UIEL_WEB | UIE Library "Web" |
Created | 20120319 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_WD_HTML_SCRIPT_CALL has no interface.
Friends
Interface IF_WD_HTML_SCRIPT_CALL has no friend.
Attributes
Interface 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
Interface IF_WD_HTML_SCRIPT_CALL has no event.
Types
Interface 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 Interface 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 Interface IF_WD_HTML_SCRIPT_CALL has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |