SAP ABAP Class CL_GENIOS_CUST_PARAMETER (GENIOS: Customizing Parameter)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-GEN (Application Component) GENeric Integer Optimizer System
⤷
GENIOS_MAIN (Package) GENIOS: Common objects

⤷

⤷

Properties
Class | CL_GENIOS_CUST_PARAMETER | |
Short Description | GENIOS: Customizing Parameter | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GENIOS_MAIN | GENIOS: Common objects |
Created | 20091204 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_GENIOS_CUST_PARAMETER has no interface implemented.
Friends
Class CL_GENIOS_CUST_PARAMETER has no friend class.
Attributes
Class CL_GENIOS_CUST_PARAMETER has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Component-Names to a String separated by ';' | 20091207 |
2 | ![]() |
Static method | Public | Method | Component-Values to a String separated by ';' | 20091207 |
3 | ![]() |
Static method | Public | Method | Get all Parameter | 20091204 |
4 | ![]() |
Static method | Public | Method | Get one Parameter | 20091204 |
5 | ![]() |
Static method | Private | Method | 20091207 | |
6 | ![]() |
Static method | Public | Method | Set one Parameter | 20091204 |
7 | ![]() |
Static method | Public | Method | Internal Table to a String Table separated by ';' | 20091207 |
Events
Class CL_GENIOS_CUST_PARAMETER has no event.
Types
Class CL_GENIOS_CUST_PARAMETER has no local type.
Method Signatures
Method COMPONENTNAME_TO_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_STRUCTDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20091207 | ||
2 | ![]() |
IS_DATA | Call by reference | Type reference (TYPE) | ANY | 20091207 | |||
3 | ![]() |
IV_SEPERATOR | Call by reference | Type reference (TYPE) | GENIOS_CHAR | ';' | GENIOS: generic char[1] | 20091207 | |
4 | ![]() |
RV_STRING | Value transfer | Type reference (TYPE) | GENIOS_STRING | GENIOS: string | 20091207 |
Method COMPONENTNAME_TO_STRING on class CL_GENIOS_CUST_PARAMETER has no exception.
Method COMPONENTVALUE_TO_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_STRUCTDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20091207 | ||
2 | ![]() |
IS_DATA | Call by reference | Type reference (TYPE) | ANY | 20091207 | |||
3 | ![]() |
IV_SEPERATOR | Call by reference | Type reference (TYPE) | GENIOS_CHAR | ';' | GENIOS: generic char[1] | 20091207 | |
4 | ![]() |
RV_STRING | Value transfer | Type reference (TYPE) | GENIOS_STRING | GENIOS: string | 20091207 |
Method COMPONENTVALUE_TO_STRING on class CL_GENIOS_CUST_PARAMETER has no exception.
Method GET_ALL_PARAMETER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_PARAMETER | Value transfer | Type reference (TYPE) | GENIOST_PARAMETER | GENIOS: Parameter | 20091204 |
Method GET_ALL_PARAMETER on class CL_GENIOS_CUST_PARAMETER has no exception.
Method GET_PARAMETER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_DEFAULT_VALUE | Call by reference | Type reference (TYPE) | GENIOS_PARAMETER_VALUE | GENIOS: Parameter Value | 20091204 | ||
2 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | GENIOS_PARAMETER_NAME | GENIOS: Parameter Name | 20091204 | ||
3 | ![]() |
IV_SOLVER_ID | Call by reference | Type reference (TYPE) | GENIOS_SOLVERID | GENIOS: ID of the solver | 20091204 | ||
4 | ![]() |
RV_VALUE | Value transfer | Type reference (TYPE) | GENIOS_PARAMETER_VALUE | GENIOS: Parameter | 20091204 |
Method GET_PARAMETER on class CL_GENIOS_CUST_PARAMETER has no exception.
Method GET_STRUCT_DESCR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA | Call by reference | Type reference (TYPE) | ANY | 20091207 | |||
2 | ![]() |
RO_STRUCTDESCR | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20091207 |
Method GET_STRUCT_DESCR on class CL_GENIOS_CUST_PARAMETER has no exception.
Method SET_PARAMETER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_PARAMETER | Call by reference | Type reference (TYPE) | GENIOSS_PARAMETER | GENIOS: Parameter | 20091204 |
Method SET_PARAMETER on class CL_GENIOS_CUST_PARAMETER has no exception.
Method TABLE_TO_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_TABLE | Call by reference | Type reference (TYPE) | ANY TABLE | 20091207 | |||
2 | ![]() |
IV_COLUMNNAMES | Call by reference | Type reference (TYPE) | GENIOS_BOOL | GENIO_FALSE | GENIOS: bool variable | 20091207 | |
3 | ![]() |
IV_SEPERATOR | Call by reference | Type reference (TYPE) | GENIOS_CHAR | ';' | GENIOS: generic char[1] | 20091207 | |
4 | ![]() |
RT_STRING | Value transfer | Type reference (TYPE) | GENIOST_STRING | GENIOS: String Table | 20091207 |
Method TABLE_TO_STRING on class CL_GENIOS_CUST_PARAMETER has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 702 |