/BEV1/RPFT SAP (Type of Vehicle (Route Planning Customizing)) Table details

Dictionary Type: Table
Description: Type of Vehicle (Route Planning Customizing)




ABAP Code to SELECT data from /BEV1/RPFT
Related tables to /BEV1/RPFT
Access table /BEV1/RPFT




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

/BEV1/RPFT is a standard SAP Table which is used to store Type of Vehicle (Route Planning Customizing) data and is available within R/3 SAP systems depending on the version and release level.

The /BEV1/RPFT table consists of various fields, each holding specific information or linking keys about Type of Vehicle (Route Planning Customizing) data available in SAP. These include FZGTYP (Vehicle Category), LEGEW (Unladen Weight), ERGGEW (Permitted Total Weight), KG_GEWICHT (Usable Load).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = /BEV1/RPFTT


SAP /BEV1/RPFT table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
FZGTYPVehicle Category /BEV1/RPFZGTYPCHAR5/BEV1/RPFZGTYP
LEGEWUnladen Weight /BEV1/RPLEGEWQUAN13(3) MENG13
ERGGEWPermitted Total Weight /BEV1/RPERGGEWQUAN13(3) MENG13
KG_GEWICHTUsable Load /BEV1/RPNUTZLAST_OBSOLQUAN13(3) MENG13
GEWICHT_UUnit for Vehicle Weight /BEV1/FZ_GEW_UUNIT3T006CUNITMEINS
TOLERANZTolerance of Usable Load in Percent /BEV1/RPTOLERAZ_NLDEC3(1) PRZ21
LLFLLoading Area Length /BEV1/RPLLFLQUAN13(3) MENG13
BLFLWidth of Loading Area /BEV1/RPBLFLQUAN13(3) MENG13
HLFLLoading Area Height /BEV1/RPHLFLQUAN13(3) MENG13
LD_ABM_UUnit Loading Area Dimensions /BEV1/RPLDABMUNIT3T006CUNITMEINS
.INCLU--AP 0
/VSO/B_FZ_ABM_UBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
/VSO/B_AXL_POS_FQuantity MENGE_DQUAN13(3) MENG13
/VSO/B_AXL_POS_RQuantity MENGE_DQUAN13(3) MENG13
/VSO/B_FZ_GEW_UBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
/VSO/B_AXL_WGT_FQuantity MENGE_DQUAN13(3) MENG13
/VSO/B_AXL_WGT_RQuantity MENGE_DQUAN13(3) MENG13
/VSO/B_VCL_CATTwo digit number NUMC2NUMC2NUMC2
/VSO/B_LOAD_DIRNumeric 1-character NUM1NUMC1NUM1
/VSO/B_MATNR_HUMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1

Key field Non-key field



How do I retrieve data from SAP table /BEV1/RPFT using ABAP code

The following ABAP code Example will allow you to do a basic selection on /BEV1/RPFT to SELECT all data from the table
DATA: WA_/BEV1/RPFT TYPE /BEV1/RPFT.

SELECT SINGLE *
FROM /BEV1/RPFT
INTO CORRESPONDING FIELDS OF WA_/BEV1/RPFT
WHERE...

How to access SAP table /BEV1/RPFT

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