/VSO/P_RSLT_VHCL SAP (Result of VSO: Vehicle) Table details

Dictionary Type: Table
Description: Result of VSO: Vehicle




ABAP Code to SELECT data from /VSO/P_RSLT_VHCL
Related tables to /VSO/P_RSLT_VHCL
Access table /VSO/P_RSLT_VHCL




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

/VSO/P_RSLT_VHCL is a standard SAP Table which is used to store Result of VSO: Vehicle data and is available within R/3 SAP systems depending on the version and release level.

The /VSO/P_RSLT_VHCL table consists of various fields, each holding specific information or linking keys about Result of VSO: Vehicle data available in SAP. These include TKNUM (Shipment Number), FZGNR (Vehicle), VCL_CAT (Means of Transport Category (VSO)), ANZ_PAL (Number VSO Packing Proposals in Means of Transport (VSO)).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /VSO/P_RSLT_VHCL 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
TKNUMShipment Number TKNUMCHAR10VTTKALPHATKNUMTNRSD_F4_SHP_ID
FZGNRVehicle /DSD/RP_TRUCKCHAR18Assigned to domainALPHAEQUNR
VCL_CATMeans of Transport Category (VSO) /VSO/M_VCL_CATNUMC2/VSO/M_VCL_CAT
ANZ_PALNumber VSO Packing Proposals in Means of Transport (VSO) /VSO/M_ANZ_PALNUMC3/VSO/M_ANZ_PAL
VOL_AUSLVolume Utilization of Means of Transport in % (VSO) /VSO/P_VOL_AUSLDEC13(3) /VSO/P_PER_CENT
GEW_AUSLWeight Utilization of a Means of Transport. in % (VSO) /VSO/P_GEW_AUSLDEC13(3) /VSO/P_PER_CENT
LAD_LAENGELength of Loading Platform of Materials in Means of Trans. /VSO/P_LAD_LAENGEQUAN13(3) MENG13
LSPLLength between Base Loading Area and Loading Center (VSO) /VSO/P_LSPLQUAN13(3) MENG13
LSPQWidth Between Base Loading Area and Loading Center (VSO) /VSO/P_LSPQQUAN13(3) MENG13
LSPHHeight Between Base Loading Area and Loading Center (VSO) /VSO/P_LSPHQUAN13(3) MENG13
GES_GEWTotal Weight of a Means of Transport in VSO /VSO/P_GES_GEWQUAN13(3) MENG13
AXL_WGT_FAllowed Load on Front Axle (Vehicle Space Optimization) /VSO/P_AXL_WGT_FQUAN13(3) MENG13
AXL_WGT_RAllowed Load on Rear Axle (Vehicle Space Optimization) /VSO/P_AXL_WGT_RQUAN13(3) MENG13
DIST_UOMUnit of Measure for Legs (Length, Width, Height) for VSO /VSO/M_DIST_UOMUNIT3Assigned to domainCUNITMEINS/VSO/R_SH_T006_LE
WGHT_UOMWeight Unit for Vehicle Space Optimization /VSO/M_GEWEIUNIT3/VSO/M_VSO_MEINS/VSO/R_SH_T006_GE
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
VENUMInternal Handling Unit Number VENUMCHAR10Assigned to domainALPHAVENUMVEL

Key field Non-key field



How do I retrieve data from SAP table /VSO/P_RSLT_VHCL using ABAP code

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

SELECT SINGLE *
FROM /VSO/P_RSLT_VHCL
INTO CORRESPONDING FIELDS OF WA_/VSO/P_RSLT_VHCL
WHERE...

How to access SAP table /VSO/P_RSLT_VHCL

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