SAP ABAP Class /MRSS/CL_SGE_ADDRESS_DB (Address data base operations)
Hierarchy
☛
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
⤷
PM-WOC-MO (Application Component) Maintenance Orders
⤷
/MRSS/SGE (Package) Multiresource Planning: Scheduling Engine
⤷
⤷
Properties
| Class | /MRSS/CL_SGE_ADDRESS_DB | |
| Short Description | Address data base operations | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /MRSS/SGE | Multiresource Planning: Scheduling Engine |
| Created | 20071127 | SAP |
| Last change | 20141109 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /MRSS/CL_SGE_ADDRESS_DB has no forward declaration.
Interfaces
Class /MRSS/CL_SGE_ADDRESS_DB has no interface implemented.
Friends
Class /MRSS/CL_SGE_ADDRESS_DB has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | /MRSS/T_GUID | '00000000000000000000000000000000' | GUID | 20071203 | ||
| 2 | Static Attribute | Private | Type reference (TYPE) | /MRSS/T_OBJ_ADDRESS_INFO_TAB | Adresses for objects | 20071127 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | Create guid | 20071130 | |
| 2 | Static method | Private | Method | Get Geo Locaiton | 20071130 | |
| 3 | Static method | Public | Method | Maintain the address table | 20071127 | |
| 4 | Static method | Public | Method | 20100611 | ||
| 5 | Static method | Public | Method | Reads address details | 20071127 | |
| 6 | Static method | Public | Method | Reset | 20071127 | |
| 7 | Static method | Public | Method | Saves the changes to the database | 20071127 |
Events
Class /MRSS/CL_SGE_ADDRESS_DB has no event.
Types
Class /MRSS/CL_SGE_ADDRESS_DB has no local type.
Method Signatures
Method CREATE_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_GUID | Value transfer | Type reference (TYPE) | /MRSS/T_GUID | GUID | 20071130 |
Method CREATE_GUID on class /MRSS/CL_SGE_ADDRESS_DB has no exception.
Method GET_GEO_LOC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ADDRESS | Call by reference | Type reference (TYPE) | /MRSS/T_OBJ_ADDRESS_INFO | Structure to store the adresses to GEO code | 20071130 | |||
| 2 | RS_ADDRESS | Value transfer | Type reference (TYPE) | /MRSS/T_OBJ_ADDRESS_INFO | Address information | 20071130 |
Method GET_GEO_LOC on class /MRSS/CL_SGE_ADDRESS_DB has no exception.
Method MAINTAIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_OBJ_ADDRESS | Call by reference | Type reference (TYPE) | /MRSS/T_OBJ_ADDRESS_INFO | Address information | 20100611 | |||
| 2 | IS_OBJ_ADDRESS | Call by reference | Type reference (TYPE) | /MRSS/T_OBJ_ADDRESS_INFO | Address for demand/resource object | 20071127 | |||
| 3 | IV_FORCE_DELETE | Call by reference | Type reference (TYPE) | /MRSS/T_BOOLEAN | ' ' | Boolean Variable | 20140415 | ||
| 4 | IV_IS_DEMAND_OBJECT | Call by reference | Type reference (TYPE) | /MRSS/T_BOOLEAN | Boolean Variable | 20120919 | |||
| 5 | IV_NO_GEOLOCATION | Call by reference | Type reference (TYPE) | /MRSS/T_BOOLEAN | ' ' | 20120213 |
Method MAINTAIN on class /MRSS/CL_SGE_ADDRESS_DB has no exception.
Method MAINTAIN_MULTIPLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_OBJ_ADDRESS | Call by reference | Type reference (TYPE) | /MRSS/T_OBJ_ADDRESS_INFO_TAB | Address info table | 20100611 | |||
| 2 | IT_ADDRESS_DEL | Call by reference | Type reference (TYPE) | /MRSS/T_ADDRESS_TAB | Address table | 20140319 |
Method MAINTAIN_MULTIPLE on class /MRSS/CL_SGE_ADDRESS_DB has no exception.
Method READ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ADDRESS | Call by reference | Type reference (TYPE) | /MRSS/T_ADDRESS_TAB | Adresses for objects | 20071127 | |||
| 2 | ET_OBJ_ADDRESS | Call by reference | Type reference (TYPE) | /MRSS/T_OBJ_ADDRESS_TAB | 20110712 | ||||
| 3 | IT_OBJ_KEY | Call by reference | Type reference (TYPE) | /MRSS/T_GUID_TAB | GUID | 20090924 | |||
| 4 | IV_NO_GEOLOCATION | Call by reference | Type reference (TYPE) | /MRSS/T_BOOLEAN | ' ' | Boolean Variable | 20120213 | ||
| 5 | IV_OBJ_KEY | Call by reference | Type reference (TYPE) | /MRSS/T_GUID | Adresses for objects | 20071127 | |||
| 6 | IV_RELOAD | Call by reference | Type reference (TYPE) | /MRSS/T_BOOLEAN | ' ' | Bypass Buffer? | 20090222 | ||
| 7 | IV_SEC_ADDRESS | Call by reference | Type reference (TYPE) | /MRSS/T_BOOLEAN | Boolean Variable | 20071127 | |||
| 8 | IV_VALID_FROM | Call by reference | Type reference (TYPE) | BEGDA | Start Date | 20100611 | |||
| 9 | IV_VALID_TO | Call by reference | Type reference (TYPE) | ENDDA | End Date | 20100611 |
Method READ on class /MRSS/CL_SGE_ADDRESS_DB has no exception.
Method RESET Signature
Method RESET on class /MRSS/CL_SGE_ADDRESS_DB has no parameter.
Method RESET on class /MRSS/CL_SGE_ADDRESS_DB has no exception.
Method SAVE Signature
Method SAVE on class /MRSS/CL_SGE_ADDRESS_DB has no parameter.
Method SAVE on class /MRSS/CL_SGE_ADDRESS_DB has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 610 |