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 ABAP 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 ADD_BOOLEAN Instance method Public Method Adds a Boolean parameter 20120319
2 ADD_CALLBACK_API Instance method Public Method Adds a refernence to the callback API as a parameter 20120319
3 ADD_NULL Instance method Public Method Adds a null parameter value 20120321
4 ADD_STRING Instance method Public Method Adds a string parameter 20120319
5 ADD_UI_ELEM_DATA_SOURCE Instance method Public Method Adds the value of an aggregated DataSource 20120322
6 ADD_UI_ELEM_PARAMETER Instance method Public Method Adds the value of an aggregated parameter 20120322
7 FUNCTION Instance method Public Method Adds a nested function call 20120706
8 VARIABLE 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 Returning SCRIPT_CALL Value transfer Object reference (TYPE REF TO) IF_WD_HTML_SCRIPT_CALL JavaScript Aufruf 20120319
2 Importing VALUE Call by reference Type reference (TYPE) ABAP_BOOL 20120319
# Exception Resumable Description Created on
1 CX_WDR_HTML_ELEMENT_EXCEPTION 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 Returning SCRIPT_CALL Value transfer Object reference (TYPE REF TO) IF_WD_HTML_SCRIPT_CALL JavaScript Aufruf 20120319
# Exception Resumable Description Created on
1 CX_WDR_HTML_ELEMENT_EXCEPTION 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 Returning SCRIPT_CALL Value transfer Object reference (TYPE REF TO) IF_WD_HTML_SCRIPT_CALL JavaScript Aufruf 20120321
# Exception Resumable Description Created on
1 CX_WDR_HTML_ELEMENT_EXCEPTION 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 Returning SCRIPT_CALL Value transfer Object reference (TYPE REF TO) IF_WD_HTML_SCRIPT_CALL JavaScript Aufruf 20120319
2 Importing VALUE Call by reference Type reference (TYPE) STRING Parameterwert 20120319
# Exception Resumable Description Created on
1 CX_WDR_HTML_ELEMENT_EXCEPTION 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 Importing DATA_SOURCE_NAME Call by reference Type reference (TYPE) STRING Name der gebundenen DataSource 20120322
2 Returning SCRIPT_CALL Value transfer Object reference (TYPE REF TO) IF_WD_HTML_SCRIPT_CALL JavaScript Aufruf 20120322
# Exception Resumable Description Created on
1 CX_WDR_HTML_ELEMENT_EXCEPTION 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 Importing PARAMETER_NAME Call by reference Type reference (TYPE) STRING 20120322
2 Returning SCRIPT_CALL Value transfer Object reference (TYPE REF TO) IF_WD_HTML_SCRIPT_CALL JavaScript Aufruf 20120322
# Exception Resumable Description Created on
1 CX_WDR_HTML_ELEMENT_EXCEPTION Ausnahmeklasse für Script-Aufrufe 20120710

Method FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20120706
2 Returning 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 Importing NAME Call by reference Type reference (TYPE) STRING 20120706
2 Returning 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