SAP ABAP Class CL_XI_ALERT_JSON_DOCUMENT (JSON Document)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-XI-IS-WKB (Application Component) Runtime Workbench/Monitoring
     SXMSALERT (Package) XI Alert Framework
Properties
Class CL_XI_ALERT_JSON_DOCUMENT  
Short Description JSON Document    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SXMSALERT   XI Alert Framework 
Created 20101203   SAP 
Last change 20110908   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 CL_XI_ALERT_JSON_DOCUMENT has no interface implemented.
Friends
Class CL_XI_ALERT_JSON_DOCUMENT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ARRAY_CURSOR Instance attribute Private Type reference (TYPE) I 20101203
2 DATA Instance attribute Private Type reference (TYPE) SXMSALERT_JSON_KEY_VALUE_T key value table 20101203
3 DATA_T Instance attribute Private Type reference (TYPE) STRING_TABLE 20101203
4 JSON Instance attribute Private Type reference (TYPE) STRING 20101203
Methods
# Method Level Visibility Method type Description Created on
1 ADD_DATA Instance method Private Method 20101203
2 ADD_DATE Instance method Private Method 20101203
3 ADD_NUMBER Instance method Private Method 20101203
4 ADD_STRING Instance method Private Method 20101203
5 ADD_STRU Instance method Private Method 20101203
6 ADD_TABLE Instance method Private Method 20101203
7 ADD_TIME Instance method Private Method 20101203
8 COPYRIGHT Static method Private Method 20101203
9 CREATE Static method Public Method 20101203
10 CREATE_WITH_DATA Static method Public Method 20101203
11 CREATE_WITH_JSON Static method Public Method 20101203
12 ESCAPECHAR Instance method Private Method 20101203
13 GET_JSON Instance method Public Method 20101203
14 GET_NEXT Instance method Public Method 20101203
15 GET_OFFSET_CLOSE Instance method Private Method 20101203
16 GET_VALUE Instance method Public Method 20101203
17 GET_VALUE_INT Instance method Public Method 20101203
18 PARSE Instance method Private Method 20101203
19 PARSE_ARRAY Instance method Private Method 20101203
20 PARSE_OBJECT Instance method Private Method 20101203
21 RESET_CURSOR Instance method Public Method 20101203
22 SET_DATA Instance method Public Method 20101203
23 SET_JSON Instance method Public Method 20101203
Events
Class CL_XI_ALERT_JSON_DOCUMENT has no event.
Types
Class CL_XI_ALERT_JSON_DOCUMENT has no local type.
Method Signatures

Method ADD_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA Call by reference Type reference (TYPE) ANY 20101203

Method ADD_DATA on class CL_XI_ALERT_JSON_DOCUMENT has no exception.

Method ADD_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATE Call by reference Type reference (TYPE) D 20101203

Method ADD_DATE on class CL_XI_ALERT_JSON_DOCUMENT has no exception.

Method ADD_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NUMBER Call by reference Type reference (TYPE) ANY 20101203

Method ADD_NUMBER on class CL_XI_ALERT_JSON_DOCUMENT has no exception.

Method ADD_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing STRING Call by reference Type reference (TYPE) ANY 20101203

Method ADD_STRING on class CL_XI_ALERT_JSON_DOCUMENT has no exception.

Method ADD_STRU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LINE Call by reference Type reference (TYPE) ANY 20101203

Method ADD_STRU on class CL_XI_ALERT_JSON_DOCUMENT has no exception.

Method ADD_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TABLE Call by reference Type reference (TYPE) ANY TABLE 20101203

Method ADD_TABLE on class CL_XI_ALERT_JSON_DOCUMENT has no exception.

Method ADD_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TIME Call by reference Type reference (TYPE) T 20101203

Method ADD_TIME on class CL_XI_ALERT_JSON_DOCUMENT has no exception.

Method COPYRIGHT Signature

Method COPYRIGHT on class CL_XI_ALERT_JSON_DOCUMENT has no parameter.
Method COPYRIGHT on class CL_XI_ALERT_JSON_DOCUMENT has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning JSON_DOCUMENT Value transfer Object reference (TYPE REF TO) CL_XI_ALERT_JSON_DOCUMENT JSON Document 20101203

Method CREATE on class CL_XI_ALERT_JSON_DOCUMENT has no exception.

Method CREATE_WITH_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA Call by reference Type reference (TYPE) ANY 20101203
2 Returning JSON_DOCUMENT Value transfer Object reference (TYPE REF TO) CL_XI_ALERT_JSON_DOCUMENT JSON Document 20101203

Method CREATE_WITH_DATA on class CL_XI_ALERT_JSON_DOCUMENT has no exception.

Method CREATE_WITH_JSON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing JSON Call by reference Type reference (TYPE) STRING 20101203
2 Returning JSON_DOCUMENT Value transfer Object reference (TYPE REF TO) CL_XI_ALERT_JSON_DOCUMENT JSON Document 20101203

Method CREATE_WITH_JSON on class CL_XI_ALERT_JSON_DOCUMENT has no exception.

Method ESCAPECHAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing JSON Call by reference Type reference (TYPE) STRING 20101203
2 Changing MATCH_RESULT Call by reference Type reference (TYPE) MATCH_RESULT_TAB 20101203
3 Importing OFFSET Call by reference Type reference (TYPE) I 20101203

Method ESCAPECHAR on class CL_XI_ALERT_JSON_DOCUMENT has no exception.

Method GET_JSON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning JSON Value transfer Type reference (TYPE) STRING 20101203

Method GET_JSON on class CL_XI_ALERT_JSON_DOCUMENT has no exception.

Method GET_NEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DATA_FOUND Value transfer Type reference (TYPE) BOOLEAN 20101203

Method GET_NEXT on class CL_XI_ALERT_JSON_DOCUMENT has no exception.

Method GET_OFFSET_CLOSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing JSON Call by reference Type reference (TYPE) STRING 20101203
2 Returning OFFSET_CLOSE Value transfer Type reference (TYPE) I 20101203
3 Importing OFFSET_OPEN Call by reference Type reference (TYPE) I 0 20101203

Method GET_OFFSET_CLOSE on class CL_XI_ALERT_JSON_DOCUMENT has no exception.

Method GET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) STRING 20101203
2 Returning VALUE Value transfer Type reference (TYPE) STRING 20101203

Method GET_VALUE on class CL_XI_ALERT_JSON_DOCUMENT has no exception.

Method GET_VALUE_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) STRING 20101203
2 Returning VALUE Value transfer Type reference (TYPE) I 20101203

Method GET_VALUE_INT on class CL_XI_ALERT_JSON_DOCUMENT has no exception.

Method PARSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing JSON Call by reference Type reference (TYPE) STRING 20101203

Method PARSE on class CL_XI_ALERT_JSON_DOCUMENT has no exception.

Method PARSE_ARRAY Signature

Method PARSE_ARRAY on class CL_XI_ALERT_JSON_DOCUMENT has no parameter.
Method PARSE_ARRAY on class CL_XI_ALERT_JSON_DOCUMENT has no exception.

Method PARSE_OBJECT Signature

Method PARSE_OBJECT on class CL_XI_ALERT_JSON_DOCUMENT has no parameter.
Method PARSE_OBJECT on class CL_XI_ALERT_JSON_DOCUMENT has no exception.

Method RESET_CURSOR Signature

Method RESET_CURSOR on class CL_XI_ALERT_JSON_DOCUMENT has no parameter.
Method RESET_CURSOR on class CL_XI_ALERT_JSON_DOCUMENT has no exception.

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA Call by reference Type reference (TYPE) ANY 20101203

Method SET_DATA on class CL_XI_ALERT_JSON_DOCUMENT has no exception.

Method SET_JSON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing JSON Call by reference Type reference (TYPE) STRING 20101203

Method SET_JSON on class CL_XI_ALERT_JSON_DOCUMENT has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 731