SAP ABAP Class CL_NWDEMO_PERSIST_BP_AD (SAP NW Demo Model - bp address persistence class)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-NWD (Application Component) NetWeaver Demonstration
     S_NWDEMO_MODEL_BUSINESS_P (Package) SAP NetWeaver Demo Model - Business Partner
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_OS_STATE State Management for a 'Managed Object' 20070614
Properties
Class CL_NWDEMO_PERSIST_BP_AD  
Short Description SAP NW Demo Model - bp address persistence class    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 10  Persistent Class 
Package S_NWDEMO_MODEL_BUSINESS_P   SAP NetWeaver Demo Model - Business Partner 
Created 20070614   SAP 
Last change 20071217   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_OS_SYSTEM Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_OS_STATE State Management for a 'Managed Object' 20070614
Friends
# Friend Modeled only Created on Description
1 CB_NWDEMO_PERSIST_BP_AD 20070614 Base agent SAP NW Demo Model - bp address persistence class
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ADDRESS_GUID Instance attribute Protected Type reference (TYPE) GUID_16 GUID in 'RAW' format 20070614
2 BUILDING Instance attribute Protected Type reference (TYPE) SDEMO_BUILDING Building 20070614
3 CITY Instance attribute Protected Type reference (TYPE) SDEMO_CITY City 20070614
4 COUNTRY Instance attribute Protected Type reference (TYPE) SDEMO_COUNTRY Country 20070614
5 POSTAL_CODE Instance attribute Protected Type reference (TYPE) SDEMO_POSTAL_CODE Postal Code 20070614
6 STREET Instance attribute Protected Type reference (TYPE) SDEMO_STREET Street 20070614
7 TYPE Instance attribute Protected Type reference (TYPE) SDEMO_TYPE_OF_ADDRESS Address Type 20070614
8 VAL_DATE_END Instance attribute Protected Type reference (TYPE) SDEMO_VALIDITY_END_DATE Validity End Date 20070614
9 VAL_DATE_START Instance attribute Protected Type reference (TYPE) SDEMO_VALIDITY_START_DATE Validity Start Date 20070614
Methods
# Method Level Visibility Method type Description Created on
1 GET_ADDRESS_GUID Instance method Public Get-method of a virtual attribute Reads Attribute ADDRESS_GUID 20070614
2 GET_BUILDING Instance method Public Get-method of a virtual attribute Reads Attribute BUILDING 20070614
3 GET_CITY Instance method Public Get-method of a virtual attribute Reads Attribute CITY 20070614
4 GET_COUNTRY Instance method Public Get-method of a virtual attribute Reads Attribute COUNTRY 20070614
5 GET_POSTAL_CODE Instance method Public Get-method of a virtual attribute Reads Attribute POSTAL_CODE 20070614
6 GET_STREET Instance method Public Get-method of a virtual attribute Reads Attribute STREET 20070614
7 GET_TYPE Instance method Public Get-method of a virtual attribute Reads Attribute TYPE 20070614
8 GET_VAL_DATE_END Instance method Public Get-method of a virtual attribute Reads Attribute VAL_DATE_END 20070614
9 GET_VAL_DATE_START Instance method Public Get-method of a virtual attribute Reads Attribute VAL_DATE_START 20070614
10 SET_BUILDING Instance method Public Set-method of a virtual attribute Sets Attribute BUILDING 20070614
11 SET_CITY Instance method Public Set-method of a virtual attribute Sets Attribute CITY 20070614
12 SET_COUNTRY Instance method Public Set-method of a virtual attribute Sets Attribute COUNTRY 20070614
13 SET_POSTAL_CODE Instance method Public Set-method of a virtual attribute Sets Attribute POSTAL_CODE 20070614
14 SET_STREET Instance method Public Set-method of a virtual attribute Sets Attribute STREET 20070614
15 SET_TYPE Instance method Public Set-method of a virtual attribute Sets Attribute TYPE 20070614
16 SET_VAL_DATE_END Instance method Public Set-method of a virtual attribute Sets Attribute VAL_DATE_END 20070614
17 SET_VAL_DATE_START Instance method Public Set-method of a virtual attribute Sets Attribute VAL_DATE_START 20070614
Events
Class CL_NWDEMO_PERSIST_BP_AD has no event.
Types
Class CL_NWDEMO_PERSIST_BP_AD has no local type.
Method Signatures

Method GET_ADDRESS_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) GUID_16 Attribute Value 20070614
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070614

Method GET_BUILDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SDEMO_BUILDING Attribute Value 20070614
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070614

Method GET_CITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SDEMO_CITY Attribute Value 20070614
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070614

Method GET_COUNTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SDEMO_COUNTRY Attribute Value 20070614
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070614

Method GET_POSTAL_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SDEMO_POSTAL_CODE Attribute Value 20070614
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070614

Method GET_STREET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SDEMO_STREET Attribute Value 20070614
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070614

Method GET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SDEMO_TYPE_OF_ADDRESS Attribute Value 20070614
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070614

Method GET_VAL_DATE_END Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SDEMO_VALIDITY_END_DATE Attribute Value 20070614
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070614

Method GET_VAL_DATE_START Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SDEMO_VALIDITY_START_DATE Attribute Value 20070614
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070614

Method SET_BUILDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BUILDING Call by reference Type reference (TYPE) SDEMO_BUILDING Attribute Value 20070614
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070614

Method SET_CITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CITY Call by reference Type reference (TYPE) SDEMO_CITY Attribute Value 20070614
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070614

Method SET_COUNTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COUNTRY Call by reference Type reference (TYPE) SDEMO_COUNTRY Attribute Value 20070614
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070614

Method SET_POSTAL_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_POSTAL_CODE Call by reference Type reference (TYPE) SDEMO_POSTAL_CODE Attribute Value 20070614
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070614

Method SET_STREET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STREET Call by reference Type reference (TYPE) SDEMO_STREET Attribute Value 20070614
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070614

Method SET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Type reference (TYPE) SDEMO_TYPE_OF_ADDRESS Attribute Value 20070614
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070614

Method SET_VAL_DATE_END Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VAL_DATE_END Call by reference Type reference (TYPE) SDEMO_VALIDITY_END_DATE Attribute Value 20070614
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070614

Method SET_VAL_DATE_START Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VAL_DATE_START Call by reference Type reference (TYPE) SDEMO_VALIDITY_START_DATE Attribute Value 20070614
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20070614
History
Last changed by/on SAP  20071217 
SAP Release Created in 710