SAP ABAP Class CL_DEMO_CR_CARS_MNGR (Manager Class for Rental Cars)
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_CARS_MNGR | |
| Short Description | Manager Class for Rental Cars | |
| 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 | 20090618 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_DEMO_CR_CARS_MNGR has no forward declaration.
Interfaces
Class CL_DEMO_CR_CARS_MNGR has no interface implemented.
Friends
Class CL_DEMO_CR_CARS_MNGR has no friend class.
Attributes
Class CL_DEMO_CR_CARS_MNGR has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Create Rental Car | 20080918 | |
| 2 | Static method | Public | Method | Delete All Rental Cars | 20080918 | |
| 3 | Static method | Public | Method | Delete Car by License Plate | 20080918 | |
| 4 | Static method | Public | Method | Get Rental Cars by Category | 20080918 |
Events
Class CL_DEMO_CR_CARS_MNGR has no event.
Types
Class CL_DEMO_CR_CARS_MNGR has no local type.
Method Signatures
Method CREATE_CAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CAR | Call by reference | Type reference (TYPE) | DEMO_CR_SCAR | Car structure | 20080918 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für Autos | 20080918 |
Method DELETE_ALL Signature
Method DELETE_ALL on class CL_DEMO_CR_CARS_MNGR has no parameter.
Method DELETE_ALL on class CL_DEMO_CR_CARS_MNGR has no exception.
Method DELETE_CARS_BY_LICENCE_PLATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LICENSE_PLATE | Call by reference | Type reference (TYPE) | DEMO_CR_LICENSE_PLATE | License plate | 20080918 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080918 |
Method GET_CARS_BY_CATEGORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CATEGORY | Call by reference | Type reference (TYPE) | DEMO_CR_CATEGORY | Car category | 20080918 | |||
| 2 | R_CARS | Value transfer | Type reference (TYPE) | DEMO_CR_CARS_TT | Table type for cars | 20080918 |
Method GET_CARS_BY_CATEGORY on class CL_DEMO_CR_CARS_MNGR has no exception.
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 712 |