SAP ABAP Class CL_NWDEMO_PERSIST_PO_SL (SAP NetWeaver Demo Model - Purch Order Item Schedule Line)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-NWD (Application Component) NetWeaver Demonstration
     S_NWDEMO_MODEL_PURCHASE_ORDER (Package) SAP NetWeaver Demo Model - Purchase Order
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' 20071026
Properties
Class CL_NWDEMO_PERSIST_PO_SL  
Short Description SAP NetWeaver Demo Model - Purch Order Item Schedule Line    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 10  Persistent Class 
Package S_NWDEMO_MODEL_PURCHASE_ORDER   SAP NetWeaver Demo Model - Purchase Order 
Created 20071026   SAP 
Last change 20080612   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' 20071026
Friends
# Friend Modeled only Created on Description
1 CB_NWDEMO_PERSIST_PO_SL 20080227 Base agent SAP NetWeaver Demo Model - Purch Order Item Sched
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DELIVERY_PERIODE Instance attribute Protected Type reference (TYPE) TIMESTAMPL UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) 20071026
2 EVENT_TYPE_CODE Instance attribute Protected Type reference (TYPE) SDEMO_EVENT_TYPE_CODE Event Type Code 20071026
3 GUID Instance attribute Protected Type reference (TYPE) GUID_16 GUID in 'RAW' format 20071026
4 PO_ITEM_GUID Instance attribute Protected Type reference (TYPE) GUID_16 GUID in 'RAW' format 20071026
5 QUANTITY Instance attribute Protected Type reference (TYPE) SDEMO_QUANT Quantity 20071026
6 QUANTITY_UNIT Instance attribute Protected Type reference (TYPE) SDEMO_QUANT_UNIT Quantity Unit Code 20071026
Methods
# Method Level Visibility Method type Description Created on
1 GET_DELIVERY_PERIODE Instance method Public Get-method of a virtual attribute Reads Attribute DELIVERY_PERIODE 20071026
2 GET_EVENT_TYPE_CODE Instance method Public Get-method of a virtual attribute Reads Attribute EVENT_TYPE_CODE 20071026
3 GET_GUID Instance method Public Get-method of a virtual attribute Reads Attribute GUID 20071026
4 GET_PO_ITEM_GUID Instance method Public Get-method of a virtual attribute Reads Attribute PO_ITEM_GUID 20071026
5 GET_QUANTITY Instance method Public Get-method of a virtual attribute Reads Attribute QUANTITY 20071026
6 GET_QUANTITY_UNIT Instance method Public Get-method of a virtual attribute Reads Attribute QUANTITY_UNIT 20071026
7 SET_DELIVERY_PERIODE Instance method Public Set-method of a virtual attribute Sets Attribute DELIVERY_PERIODE 20071026
8 SET_EVENT_TYPE_CODE Instance method Public Set-method of a virtual attribute Sets Attribute EVENT_TYPE_CODE 20071026
9 SET_PO_ITEM_GUID Instance method Public Set-method of a virtual attribute Sets Attribute PO_ITEM_GUID 20071026
10 SET_QUANTITY Instance method Public Set-method of a virtual attribute Sets Attribute QUANTITY 20071026
11 SET_QUANTITY_UNIT Instance method Public Set-method of a virtual attribute Sets Attribute QUANTITY_UNIT 20071026
Events
Class CL_NWDEMO_PERSIST_PO_SL has no event.
Types
Class CL_NWDEMO_PERSIST_PO_SL has no local type.
Method Signatures

Method GET_DELIVERY_PERIODE Signature

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

Method GET_EVENT_TYPE_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_EVENT_TYPE_CODE Attribute Value 20071026
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20071026

Method GET_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 20071026
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20071026

Method GET_PO_ITEM_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 20071026
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20071026

Method GET_QUANTITY Signature

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

Method GET_QUANTITY_UNIT Signature

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

Method SET_DELIVERY_PERIODE Signature

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

Method SET_EVENT_TYPE_CODE Signature

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

Method SET_PO_ITEM_GUID Signature

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

Method SET_QUANTITY Signature

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

Method SET_QUANTITY_UNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_QUANTITY_UNIT Call by reference Type reference (TYPE) SDEMO_QUANT_UNIT Attribute Value 20071026
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20071026
History
Last changed by/on SAP  20080612 
SAP Release Created in 711