FTPS_CAR SAP (Rental Car Price List) Structure details

Dictionary Type: Structure
Description: Rental Car Price List




ABAP Code to SELECT data from FTPS_CAR
Related tables to FTPS_CAR
Access table FTPS_CAR




Structure field list including key, data, relationships and ABAP select examples

FTPS_CAR is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Rental Car Price List" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_FTPS_CAR TYPE FTPS_CAR.

The FTPS_CAR table consists of various fields, each holding specific information or linking keys about Rental Car Price List data available in SAP. These include SAME_CURR_IND (No Rate Currency Translation), CAR_CLASS (Rental Car Vehicle Class), CAR_TYPE (Rental Car Vehicle Type), CAR_TRANSMISSION (Car Transmission).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP FTPS_CAR structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
DEFAULT_IND Standard Rate0
SAME_CURR_IND No Rate Currency Translation0
CAR_CLASSRental Car Vehicle Class CAR_CLASSCHAR1FTPD_CAR_CLASS
CAR_TYPERental Car Vehicle Type CAR_TYPECHAR1FTPD_CAR_TYPE
CAR_TRANSMISSIONCar Transmission CAR_TRANSMISSIONCHAR1FTPD_CAR_TRANSMISSION
CAR_AIR_CONDITIONVehicle Air-Conditioning CAR_AIR_CONDITIONCHAR1FTPD_CAR_AIR_CONDITION
RATE_CODERental Car Rate Key (Provider-Dependent) CAR_RATECODECHAR12CHAR12
RATE_PLANRental Car Rate Rule (by day/weekend/week/month) CAR_RATE_PLANCHAR8CHAR8
CAR_RATECar Rental Price Per Day/Week/Etc. CAR_PRICECURR10(2) FTPD_PRICE
EXTRA_MILE_CHARGESurcharge for Exceeding Miles/Kms Limit for Rental Car CAR_EXTRA_MILAGECURR10(2) FTPD_PRICE
CURRENCYCurrency CAR_CURRENCYCUKY5Assigned to domainWAERS
FREE_MILESDistance Restriction (miles/kilometers) CAR_FREE_MILESCHAR5CHAR5
DEPOSIT_NEEDEDRental car: Down payment required CAR_DEPOSIT_NEEDEDCHAR1CHAR1_X
STATUS_CODE A=Available; R=Requested0

Key field Non-key field



How do I retrieve data from SAP structure FTPS_CAR using ABAP code?

As FTPS_CAR is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on FTPS_CAR as there is no data to select.

How to access SAP table FTPS_CAR

Within an ECC or HANA version of SAP you can also view further information about FTPS_CAR and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!