FTPS_WEB_CAR_SERVICE SAP ((Portal RFC Interface)) Structure details

Dictionary Type: Structure
Description: (Portal RFC Interface)




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




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

FTPS_WEB_CAR_SERVICE 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 "(Portal RFC Interface)" 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_WEB_CAR_SERVICE TYPE FTPS_WEB_CAR_SERVICE.

The FTPS_WEB_CAR_SERVICE table consists of various fields, each holding specific information or linking keys about (Portal RFC Interface) data available in SAP. These include PROVIDER (Car Rental Provider), PROVIDER_NAME (Provider Name), CAR_DESC_TEXT (Long Text), DATE_BEG_C (Start Date for Rental Car).. 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: Can be enhanced (character-type or numeric)


SAP FTPS_WEB_CAR_SERVICE 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
PROVIDERCar Rental Provider CAR_PROVIDERCHAR3Assigned to domainFTPD_PROVIDER_CODE
PROVIDER_NAMEProvider Name PROVIDER_NAMECHAR30TEXT30
CAR_DESC_TEXTLong Text FTPD_WEB_LONG_NAMECHAR100TEXT100
.INCLU-_C 0
DATE_BEG_CStart Date for Rental Car CAR_DATE_BEGDATS8FTPD_DATE
TIME_BEG_CRental Car Starting Time CAR_TIME_BEGTIMS6FTPD_TIME
LOC_BEG_CRental Car Starting Location CAR_LOC_BEGCHAR3Assigned to domainFTPD_IATA_LOCATION
DAY_BEG_CDay name TAGBEZCHAR15CHAR15
PICKUP_LOCATION_TEXT_CLong Text FTPD_WEB_LONG_NAMECHAR100TEXT100
PICKUP_LOC_ADD_INFO_CLong Text FTPD_WEB_LONG_NAMECHAR100TEXT100
.INCLU-_C 0
DATE_END_CEnd date for car rental CAR_DATE_ENDDATS8FTPD_DATE
TIME_END_CEnd time for car rental CAR_TIME_ENDTIMS6FTPD_TIME
LOC_END_CDropoff Location CAR_LOC_ENDCHAR3Assigned to domainFTPD_IATA_LOCATION
DAY_END_CDay name TAGBEZCHAR15CHAR15
DROPOFF_LOCATION_TEXT_CLong Text FTPD_WEB_LONG_NAMECHAR100TEXT100
DROPOFF_LOC_ADD_INFO_CLong Text FTPD_WEB_LONG_NAMECHAR100TEXT100
CAR_TOTAL_RATETotal Price for Car Rental CAR_TOTAL_RATE_AMOUNTCURR10(2) FTPD_PRICE
CAR_CURRENCYCurrency CAR_CURRENCYCUKY5Assigned to domainWAERS
CAR_PICKUP_LOCCar rental branch office for vehicle pickup CAR_PICKUP_LOCCHAR6CHAR6
CAR_DROPOFF_LOCCar rental office for dropoff CAR_DROPOFF_LOCCHAR6CHAR6
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
CAR_RATE_CODERental Car Rate Key (Provider-Dependent) CAR_RATECODECHAR12CHAR12
CAR_DELIVERY_ADDRAddress to Which Car Is Delivered CAR_DELIVERY_ADDRESSCHAR60CHAR60
CAR_COLLECTION_ADDRAddress at Which Car Is Collected CAR_COLLECTION_ADDRESSCHAR60CHAR60

Key field Non-key field



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

As FTPS_WEB_CAR_SERVICE 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_WEB_CAR_SERVICE as there is no data to select.

How to access SAP table FTPS_WEB_CAR_SERVICE

Within an ECC or HANA version of SAP you can also view further information about FTPS_WEB_CAR_SERVICE 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!