P08_P11D_COMPCAR SAP (HR-GB: P11D structure for company cars) Structure details

Dictionary Type: Structure
Description: HR-GB: P11D structure for company cars




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




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

P08_P11D_COMPCAR 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 "HR-GB: P11D structure for company cars" 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_P08_P11D_COMPCAR TYPE P08_P11D_COMPCAR.

The P08_P11D_COMPCAR table consists of various fields, each holding specific information or linking keys about HR-GB: P11D structure for company cars data available in SAP. These include RGNDA (First registration date), BEGDA (P11D-GB: Date as of which car was available), ENDDA (P11D-GB: Date to which car was available), BAND1 (P11D-GB: Business mileage: 2499 or less).. 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: Cannot Be Enhanced


SAP P08_P11D_COMPCAR 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
MAKE_MODELP11D-GB: Car make and model P08_CARMMCHAR40TEXT40
RGNDAFirst registration date P08_RGNDADATS8DATUM
BEGDAP11D-GB: Date as of which car was available P08_CARBDDATS8DATUM
ENDDAP11D-GB: Date to which car was available P08_CAREDDATS8DATUM
BAND1P11D-GB: Business mileage: 2499 or less P08_BMIL1CHAR1XFELD
BAND2P11D-GB: Business mileage: 2500 to 17999 P08_BMIL2CHAR1XFELD
BAND3P11D-GB: Business mileage: 18000 or more P08_BMIL3CHAR1XFELD
ECAPCEngine capacity P08_ECAPCNUMC8NUM8
EPETRP11D-GB: Type of fuel - Petrol P08_PETRLCHAR1XFELD
EDIESP11D-GB: Type of fuel - Diesel P08_DIESLCHAR1XFELD
LISTPCar list price P08_LISTPCURR9(2) WERT05
ACCSSP11D-GB: Price of access. fitted when car was first availab. P08_ACSS1CURR9(2) WERT05
ACSS2P11D-GB: Price of access. after the car was first available P08_ACSS2CURR9(2) WERT05
CAPCNCapital contribution to company car P08_CAPCNCURR9(2) WERT05
TTPPUP11D-GB: Amount paid by employee for private use of the car P08_PPUCRCURR15(2) PRBETRG
TXBENNet car benefit P08_TXBENCURR9(2) WERT05
FSCHGFuel scale charge P08_FSCHGCURR9(2) WERT05
EGTYPFuel type P_EGTYPCHAR1P_EGTYP
FUELRFuel rule P_FUELRCHAR3P_FUELR
CO2EMCar C02 Emissions P_CO2EMNUMC3NUMC03
FSCWDFuel Scale charge - Date Free fuel was withdrawn P08_FSCWDDATS8
FSCRIFSC Free fuel reinstated P08_FSCRICHAR1
REGNOLicense plate number P_KFZKZCHAR10CHAR10
B1998HR-GB:Before 1998 (Was Car Registered) P08_B1998CHAR3CHAR3
NOAPVDHR-GB:No Approved P08_NOAPVDCHAR3CHAR3

Key field Non-key field



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

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

How to access SAP table P08_P11D_COMPCAR

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