SAP ABAP Class CL_DEMO_CR_CUSTOMERS_MNGR (Manager Class for Customers)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     SABAP_DEMOS_CAR_RENTAL_PERSIST (Package) Persistence Layer of the Demo Application
Properties
Class CL_DEMO_CR_CUSTOMERS_MNGR  
Short Description Manager Class for Customers    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SABAP_DEMOS_CAR_RENTAL_PERSIST   Persistence Layer of the Demo Application 
Created 20080918   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DEMO_CR_CUSTOMERS_MNGR has no forward declaration.
Interfaces
Class CL_DEMO_CR_CUSTOMERS_MNGR has no interface implemented.
Friends
Class CL_DEMO_CR_CUSTOMERS_MNGR has no friend class.
Attributes
Class CL_DEMO_CR_CUSTOMERS_MNGR has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_CUSTOMER Static method Public Method Create Customer 20080918
2 DELETE_ALL Static method Public Method Delete All Customers 20080918
3 DELETE_CUSTOMER_BY_ID Static method Public Method Delete Customer 20080918
4 GET_ALL Static method Public Method Get All Customers 20080918
5 GET_CUSTOMER_BY_ID Static method Public Method Get Customer by ID 20080918
6 GET_CUSTOMER_BY_NAME Static method Public Method Get Customer by Name 20080918
Events
Class CL_DEMO_CR_CUSTOMERS_MNGR has no event.
Types
Class CL_DEMO_CR_CUSTOMERS_MNGR has no local type.
Method Signatures

Method CREATE_CUSTOMER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CUSTOMER Call by reference Type reference (TYPE) DEMO_CR_CUSTOMER_NAME Table type for Customers 20080918
2 Returning R_CUSTOMER_ID Value transfer Type reference (TYPE) DEMO_CR_CUSTOMER_ID 20090514
# Exception Resumable Description Created on
1 CX_DEMO_CR_CUSTOMER 20080918

Method DELETE_ALL Signature

Method DELETE_ALL on class CL_DEMO_CR_CUSTOMERS_MNGR has no parameter.
Method DELETE_ALL on class CL_DEMO_CR_CUSTOMERS_MNGR has no exception.

Method DELETE_CUSTOMER_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CUSTOMER_ID Call by reference Type reference (TYPE) DEMO_CR_CUSTOMER_ID table Type of Customers 20080918
# Exception Resumable Description Created on
1 CX_DEMO_CR_CUSTOMER 20080918

Method GET_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CUSTOMERS Value transfer Type reference (TYPE) DEMO_CR_CUSTOMERS_TT Table Type for Customers 20080918

Method GET_ALL on class CL_DEMO_CR_CUSTOMERS_MNGR has no exception.

Method GET_CUSTOMER_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) DEMO_CR_CUSTOMER_ID Customer Id 20080918
2 Returning R_CUSTOMER Value transfer Type reference (TYPE) DEMO_CR_SCUSTOMER Customer Structure 20080918

Method GET_CUSTOMER_BY_ID on class CL_DEMO_CR_CUSTOMERS_MNGR has no exception.

Method GET_CUSTOMER_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Value transfer Type reference (TYPE) DEMO_CR_CUSTOMER_NAME Customer Name 20080918
2 Returning R_CUSTOMERS Value transfer Type reference (TYPE) DEMO_CR_CUSTOMERS_TT Customer Table 20080918

Method GET_CUSTOMER_BY_NAME on class CL_DEMO_CR_CUSTOMERS_MNGR has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 712