VLCVEHICLE_MARK SAP (VELO: Vehicle Master (Structure with Selection Field)) Structure details

Dictionary Type: Structure
Description: VELO: Vehicle Master (Structure with Selection Field)




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




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

VLCVEHICLE_MARK 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 "VELO: Vehicle Master (Structure with Selection Field)" 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_VLCVEHICLE_MARK TYPE VLCVEHICLE_MARK.

The VLCVEHICLE_MARK table consists of various fields, each holding specific information or linking keys about VELO: Vehicle Master (Structure with Selection Field) data available in SAP. These include MANDT (Client), VGUID (Vehicle GUID (Globally Unique IDentifier)), VHCLE (Internal Vehicle Number), MATNR (Vehicle Model).. 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 VLCVEHICLE_MARK 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
MARKSelection 'X' selected, ' ' unselected XUMARKCHAR1XUMARK
MANDTClient MANDTCLNT3T000MANDT
VGUIDVehicle GUID (Globally Unique IDentifier) VLC_GUIDCHAR22SYSUUID_22
VHCLEInternal Vehicle Number VLC_VHCLECHAR10Assigned to domainCHARGF4_HELP_VHCLE
MATNRVehicle Model VLC_MATNRCHAR18MARAMATN1MATNRMATMAT1
LIFNRVendor VLC_LIFNRCHAR10LFA1ALPHALIFNRLIFKRED
CHARGBatch Number CHARG_DCHAR10MCH1CHARGCHA
EQUNREquipment Number EQUNRCHAR18EQUIALPHAEQUNREQNEQUI
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
BWTARValuation Type BWTAR_DCHAR10MBEWBWTARBWT
CUOBJConfiguration (internal object number) CUOBJNUMC18CUOBJCUX
CUABAType of Document for Action VLC_ACTDOCTYPECHAR4VLC_ACTDOCTYPE
MMCTRAction Control VLC_CNTRLCHAR4CVLC01VLC_CNTRL
MMSTAPrimary Status VLC_MMSTATUCHAR4CVLC02VLC_STATUF4_HELP_STATUS
MMTSPLong Time Stamp VLC_LTSTAMPDEC21(7) TZNTSTMPL
SDCTRAction Control VLC_CNTRLCHAR4CVLC01VLC_CNTRL
SDSTASecondary Status VLC_SDSTATUCHAR4CVLC02VLC_STATUF4_HELP_STATUS
SDTSPLong Time Stamp VLC_LTSTAMPDEC21(7) TZNTSTMPL
KUNNRCustomer VLC_KUNNRCHAR10KNA1ALPHAKUNNRVAGDEBI
ENDCUEnd Customer (Central Business Partner) VLC_ENDCUCHAR10BUT000ALPHABU_PARTNERBPABUPA
VHVINVehicle Identification Number (Vehicle Identification No.) VLC_VHVINCHAR35TEXT35F4_HELP_VHCLE
VHCEXExternal Vehicle Number VLC_VHCEXCHAR35CHAR35F4_HELP_VHCLE
AVAILAvailability Status VLC_AVAILABILITYCHAR2CVLC10VLC_AVAILABILITYF4_HELP_AVAIL
VBLTYVisibility VLC_VISIBILITYCHAR1VLC_VISIBILITY
LOCTNVMS-Vehicle Location VLC_LOCTNCHAR10CHAR10F4_HELP_LOCTN
GPRICEGross List Price of Vehicle VLC_GPRICECURR17(2)
GPRICECUKYCurrency of Vehicle Price VLC_GPRICECUKYCUKY5TCURCWAERS
CDTSPTime Stamp for Confirmed Delivery Date VLC_CTSTAMPDEC15TZNTSTMPS
PSTSPTime Stamp for Planned Delivery Time VLC_PTSTAMPDEC15TZNTSTMPS
PDTSPTime Stamp for Production Time VLC_PRODTSTAMPDEC15TZNTSTMPS
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
VHUSGVehicle Usage VLC_VEHIUSAGECHAR2CVLC13VLC_VEHIUSAGEF4_HELP_VHUSG
CMPGNSales Campaign VLC_SALESCAMPAIGNCHAR10VLCSCAMPGNVLC_SALESCAMPAIGNF4_HELP_CMPGN
PCOUNTCounter Reading VLC_PCOUNTQUAN7VLC_PCOUNT
PCOUNT_UFleet counter unit FLEET_COUNT_UNITUNIT3T006CUNITMEINS
IMMATDATEInitial Registration Date VLC_IMMATDATEDATS8DATE
VHSARVehicle Search Area VLC_VHSARCHAR10CVLC18VLC_VHSARF4_HELP_VHSAR
VHORDOriginal Ordering Party of Vehicle VLC_VHORDCHAR10KNA1ALPHAKUNNR
SHLVLSharing Levels for Vehicle Search VLC_SHLVLCHAR2CVLC27VLC_SHLVL
ARCHIVE_FLAGArchiving VLC_ARCHIVE_VEHICLECHAR1XFELD
USED_VEHICLEFlag That Indicates That the Vehicle Is a Used Vehicle VLC_USED_FLAGCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table VLCVEHICLE_MARK

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