SAP ABAP Class IF_IAC_JSON_OBJECT (JSON Object)
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_IAC_JSON | JSON Object | 20130129 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_IAC_JSON_OBJECT | JSON Object | 20130129 |
Properties
Class | IF_IAC_JSON_OBJECT | |
Short Description | JSON Object | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20121216 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_IAC_JSON_OBJECT has no forward declaration.
Interfaces
Class IF_IAC_JSON_OBJECT has no interface implemented.
Friends
Class IF_IAC_JSON_OBJECT has no friend class.
Attributes
Class IF_IAC_JSON_OBJECT has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20130129 | |
2 | ![]() |
Instance method | Public | Method | 20130129 | |
3 | ![]() |
Instance method | Public | Method | 20130129 | |
4 | ![]() |
Instance method | Public | Method | 20130129 | |
5 | ![]() |
Instance method | Public | Method | 20130129 | |
6 | ![]() |
Instance method | Public | Method | 20130129 |
Events
Class IF_IAC_JSON_OBJECT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_PROPERTIES | Public | See coding | 20130129 | t_properties TYPE SORTED TABLE OF t_property
WITH UNIQUE KEY name
|
||
2 | T_PROPERTY | Public | See coding | 20130129 | BEGIN OF t_property,
name TYPE string,
value TYPE REF TO if_iac_json,
END OF t_property
|
Method Signatures
Method ADD_BOOLEAN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130129 | |||
2 | ![]() |
P_VALUE | Call by reference | Type reference (TYPE) | FLAG | 20130129 |
Method ADD_BOOLEAN on class IF_IAC_JSON_OBJECT has no exception.
Method ADD_NULL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130129 |
Method ADD_NULL on class IF_IAC_JSON_OBJECT has no exception.
Method ADD_NUMERIC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130129 | |||
2 | ![]() |
P_VALUE | Call by reference | Type reference (TYPE) | NUMERIC | 20130129 |
Method ADD_NUMERIC on class IF_IAC_JSON_OBJECT has no exception.
Method ADD_PROPERTY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130129 | |||
2 | ![]() |
P_VALUE | Call by reference | Object reference (TYPE REF TO) | IF_IAC_JSON | 20130129 |
Method ADD_PROPERTY on class IF_IAC_JSON_OBJECT has no exception.
Method ADD_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130129 | |||
2 | ![]() |
P_VALUE | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130129 |
Method ADD_STRING on class IF_IAC_JSON_OBJECT has no exception.
Method GET_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_PROPERTIES | Call by reference | Type reference (TYPE) | T_PROPERTIES | 20130129 |
Method GET_PROPERTIES on class IF_IAC_JSON_OBJECT has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in |