/AWS1/CL_LOMATTRIBUTEVALUE¶
An attribute value.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_s TYPE /AWS1/LOMSTRINGATTRIBUTEVALUE /AWS1/LOMSTRINGATTRIBUTEVALUE¶
A string.
iv_n TYPE /AWS1/LOMNUMBERATTRIBUTEVALUE /AWS1/LOMNUMBERATTRIBUTEVALUE¶
A number.
iv_b TYPE /AWS1/LOMBINARYATTRIBUTEVALUE /AWS1/LOMBINARYATTRIBUTEVALUE¶
A binary value.
it_ss TYPE /AWS1/CL_LOMSTRLISTATTRVALUE_W=>TT_STRINGLISTATTRIBUTEVALUE TT_STRINGLISTATTRIBUTEVALUE¶
A list of strings.
it_ns TYPE /AWS1/CL_LOMNUMLISTATTRVALUE_W=>TT_NUMBERLISTATTRIBUTEVALUE TT_NUMBERLISTATTRIBUTEVALUE¶
A list of numbers.
it_bs TYPE /AWS1/CL_LOMBINARYLSTATTRVAL_W=>TT_BINARYLISTATTRIBUTEVALUE TT_BINARYLISTATTRIBUTEVALUE¶
A list of binary values.
Queryable Attributes¶
S¶
A string.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S() |
Getter for S, with configurable default |
ASK_S() |
Getter for S w/ exceptions if field has no value |
HAS_S() |
Determine if S has a value |
N¶
A number.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_N() |
Getter for N, with configurable default |
ASK_N() |
Getter for N w/ exceptions if field has no value |
HAS_N() |
Determine if N has a value |
B¶
A binary value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_B() |
Getter for B, with configurable default |
ASK_B() |
Getter for B w/ exceptions if field has no value |
HAS_B() |
Determine if B has a value |
SS¶
A list of strings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SS() |
Getter for SS, with configurable default |
ASK_SS() |
Getter for SS w/ exceptions if field has no value |
HAS_SS() |
Determine if SS has a value |
NS¶
A list of numbers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NS() |
Getter for NS, with configurable default |
ASK_NS() |
Getter for NS w/ exceptions if field has no value |
HAS_NS() |
Determine if NS has a value |
BS¶
A list of binary values.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BS() |
Getter for BS, with configurable default |
ASK_BS() |
Getter for BS w/ exceptions if field has no value |
HAS_BS() |
Determine if BS has a value |