SAP ABAP Class CL_EAMS_BO_ADDRESS (Business Object Address)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PM (Application Component) Plant Maintenance
     EAMS_BO_MISC (Package) Miscellaneous for Business Object
Properties
Class CL_EAMS_BO_ADDRESS  
Short Description Business Object Address    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package EAMS_BO_MISC   Miscellaneous for Business Object 
Created 20090224   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)
2 ITOB Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_EAMS_BO_ADDRESS has no interface implemented.
Friends
Class CL_EAMS_BO_ADDRESS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_EAMS_BO_ADDRESS Instance of BO Class for Addresses 20090224
2 LC_FIELD_NAME Static Attribute Private Type reference (TYPE) TSADRV-DDIC_FIELD 'ADRNR' Data Dictionary application table field name 20090225
3 LC_TABLE_FAX Static Attribute Private Type reference (TYPE) SZAD_FIELD-TABLE_TYPE 'ADFAX' Table COMM_TABLE structure name 20090506
4 LC_TABLE_NAME Static Attribute Private Type reference (TYPE) TSADRV-DDIC_TABLE 'ILOA' Data Dictionary application table name 20090225
5 LC_TABLE_TEL Static Attribute Private Type reference (TYPE) SZAD_FIELD-TABLE_TYPE 'ADTEL' Table COMM_TABLE structure name 20090506
6 MO_SRV Instance attribute Protected Object reference (TYPE REF TO) CL_EAMS_BO_SRV Instance of BO Service Class 20090224
Methods
# Method Level Visibility Method type Description Created on
1 ACTION_GET_GEOLOC_BY_ADDRNUM Instance method Public Method Resolve Inheritance Abortions 20090924
2 CLASS_CONSTRUCTOR Static method Public Constructor Class Constructor 20090224
3 CONSTRUCTOR Instance method Private Constructor Constructor 20090224
4 GET_ADDRESS Instance method Public Method Get Address Details 20090224
5 INSERT_ADDRESS Instance method Private Method Insert Address Details 20090228
6 SET_ADDRESS Instance method Public Method Set Address Details 20090224
7 S_GET_INSTANCE Static method Public Method Get Singleton Instance of Class CL_EAMS_BO_ADDRESS 20090224
8 UPDATE_ADDRESS Instance method Private Method Update Address Details 20090228
9 UPDATE_REFERENCE Instance method Public Method Update Address Reference entry; Use to update temporary IDs 20100305
Events
Class CL_EAMS_BO_ADDRESS has no event.
Types
Class CL_EAMS_BO_ADDRESS has no local type.
Method Signatures

Method ACTION_GET_GEOLOC_BY_ADDRNUM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090924
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_GEOLOC Business Object Functional Location - Header Data 20090924
3 Exporting ET_NODE_ID_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL Relationship between index of source and target node ID 20090924
4 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20090924
5 Importing IR_GEOLOC Call by reference Object reference (TYPE REF TO) CL_PLMN_BO_GLOC Business object class for Geoloc data 20090924
6 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_BO_ADDRESS_ID Business Object Functional Location - Identification 20090924

Method ACTION_GET_GEOLOC_BY_ADDRNUM on class CL_EAMS_BO_ADDRESS has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_EAMS_BO_ADDRESS has no parameter.
Method CLASS_CONSTRUCTOR on class CL_EAMS_BO_ADDRESS has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_EAMS_BO_ADDRESS has no parameter.
Method CONSTRUCTOR on class CL_EAMS_BO_ADDRESS has no exception.

Method GET_ADDRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090224
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_ADDRESS Business Object Functional Location - Address Data 20090224
3 Exporting ET_NODE_ID_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL Relationship between index of source and target node ID 20090224
4 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20090224
5 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_BO_ADDRESS_ID Address number 20090224

Method GET_ADDRESS on class CL_EAMS_BO_ADDRESS has no exception.

Method INSERT_ADDRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_NODE_DATA Call by reference Type reference (TYPE) EAMS_S_BO_ADDRESS Business Object Functional Location - Address Data 20090228
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090228
3 Importing IS_NODE_DATA Call by reference Type reference (TYPE) EAMS_S_BO_ADDRESS Address transfer structure 20090228
4 Importing IV_APPL_FIELD Call by reference Type reference (TYPE) AD_APPLFLD Data Dictionary application table field name 20090228
5 Importing IV_APPL_KEY Call by reference Type reference (TYPE) AD_APPLKEY Application table key (incl. client) 20100303
6 Importing IV_APPL_TABLE Call by reference Type reference (TYPE) AD_APPLTAB Data Dictionary application table name 20090228
7 Importing IV_GROUP Call by reference Type reference (TYPE) AD_GROUP Address Group (Key) (Business Address Services) 20090228
8 Importing IV_HANDLE Call by reference Type reference (TYPE) AD_HANDLE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20090228

Method INSERT_ADDRESS on class CL_EAMS_BO_ADDRESS has no exception.

Method SET_ADDRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_INDEX_FAILED Call by reference Type reference (TYPE) /PLMB/T_SPI_INDEX_FAILED Index of node ID for which no data is available 20090224
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090224
3 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_ADDRESS Table Type for Address field 20090224
4 Exporting ET_NODE_ID_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL Relationship between index of source and target node ID 20090224
5 Importing IT_NODE_DATA Call by reference Type reference (TYPE) EAMS_T_BO_ADDRESS Table Type for Address field 20090224
6 Importing IV_APPL_FIELD Call by reference Type reference (TYPE) AD_APPLFLD Data Dictionary application table field name 20090228
7 Importing IV_APPL_KEY Call by reference Type reference (TYPE) AD_APPLKEY Application table key (incl. client) 20100303
8 Importing IV_APPL_TABLE Call by reference Type reference (TYPE) AD_APPLTAB Data Dictionary application table name 20090228
9 Importing IV_GROUP Call by reference Type reference (TYPE) AD_GROUP Address Group (Key) (Business Address Services) 20090228
10 Importing IV_HANDLE Call by reference Type reference (TYPE) AD_HANDLE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20090228

Method SET_ADDRESS on class CL_EAMS_BO_ADDRESS has no exception.

Method S_GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_EAMS_BO_ADDRESS Business Object Address 20090224

Method S_GET_INSTANCE on class CL_EAMS_BO_ADDRESS has no exception.

Method UPDATE_ADDRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_NODE_DATA Call by reference Type reference (TYPE) EAMS_S_BO_ADDRESS Business Object Functional Location - Address Data 20090228
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090228
3 Importing IS_NODE_DATA Call by reference Type reference (TYPE) EAMS_S_BO_ADDRESS Business Object Functional Location - Address Data 20090228

Method UPDATE_ADDRESS on class CL_EAMS_BO_ADDRESS has no exception.

Method UPDATE_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ADDR_ID Call by reference Type reference (TYPE) EAMS_S_BO_ADDRESS_ID Address Id 20100305
2 Importing IS_NEW_ADDR_REF Call by reference Type reference (TYPE) ADDR_REF Transfer structure for the use of addresses 20100305
3 Importing IS_OLD_ADDR_REF Call by reference Type reference (TYPE) ADDR_REF Transfer structure for the use of addresses 20100305

Method UPDATE_REFERENCE on class CL_EAMS_BO_ADDRESS has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 605