DEMO_CR_RESERVTN - Rental Car Reservations
Rental Car Reservations information is stored in SAP table DEMO_CR_RESERVTN.
It is part of development package SABAP_DEMOS_CAR_RENTAL_PERSIST in software component BC-ABA-LA. This development package consists of objects that can be grouped under "Persistence Layer of the Demo Application".
It is part of development package SABAP_DEMOS_CAR_RENTAL_PERSIST in software component BC-ABA-LA. This development package consists of objects that can be grouped under "Persistence Layer of the Demo Application".
Fields for table DEMO_CR_RESERVTN
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
CLIENT | Client | X | MANDT | CLNT | 6 | |
RESERVATION_ID | Reservation Number | X | DEMO_CR_RESERVATION_ID | NUMC | 16 | |
CUSTOMER_ID | Customer ID | DEMO_CR_CUSTOMER_ID | NUMC | 16 | DEMO_CR_CUSTOMRS | |
LICENSE_PLATE | License Plate | DEMO_CR_LICENSE_PLATE | CHAR | 20 | DEMO_CR_CARS | |
DATE_FROM | Begin Date | DEMO_CR_DATE_FROM | DATS | 16 | ||
DATE_TO | End Date | DEMO_CR_DATE_TO | DATS | 16 | ||
PRICE | Car Rental Price | DEMO_CR_PRICE | DEC | 6 |