VLC_BW_GA SAP (VELO: Vehicle Attributes for Business Warehouse) Structure details

Dictionary Type: Structure
Description: VELO: Vehicle Attributes for Business Warehouse




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




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

VLC_BW_GA 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 Attributes for Business Warehouse" 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_VLC_BW_GA TYPE VLC_BW_GA.

The VLC_BW_GA table consists of various fields, each holding specific information or linking keys about VELO: Vehicle Attributes for Business Warehouse data available in SAP. These include VHCLE (Internal Vehicle Number), MATNR (Vehicle Model), LIFNR (Vendor), EQUNR (Equipment Number).. 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 VLC_BW_GA 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
VGUIDVehicle GUID (Globally Unique IDentifier) (32) VLC_GUID_32CHAR32SYSUUID_C
VHCLEInternal Vehicle Number VLC_VHCLECHAR10Assigned to domainCHARGF4_HELP_VHCLE
MATNRVehicle Model VLC_MATNRCHAR18Assigned to domainMATN1MATNRMATMAT1
LIFNRVendor VLC_LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
MMCTRAction Control VLC_CNTRLCHAR4Assigned to domainVLC_CNTRL
MMSTAPrimary Status VLC_MMSTATUCHAR4Assigned to domainVLC_STATUF4_HELP_STATUS
MMDSPDate of creation EDATUMDATS8DATUM
SDCTRAction Control VLC_CNTRLCHAR4Assigned to domainVLC_CNTRL
SDSTASecondary Status VLC_SDSTATUCHAR4Assigned to domainVLC_STATUF4_HELP_STATUS
SDDSPDate of creation EDATUMDATS8DATUM
KUNNRCustomer VLC_KUNNRCHAR10Assigned to domainALPHAKUNNRVAGDEBI
ENDCUEnd Customer (Central Business Partner) VLC_ENDCUCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
VHVINVehicle Identification Number (Vehicle Identification No.) VLC_VHVINCHAR35TEXT35F4_HELP_VHCLE
VHCEXExternal Vehicle Number VLC_VHCEXCHAR35CHAR35F4_HELP_VHCLE
AVAILAvailability Status VLC_AVAILABILITYCHAR2Assigned to domainVLC_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_GPRICECUKYCUKY5Assigned to domainWAERS
PSDSPDate of creation EDATUMDATS8DATUM
PDDSPDate of creation EDATUMDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
VHUSGVehicle Usage VLC_VEHIUSAGECHAR2Assigned to domainVLC_VEHIUSAGEF4_HELP_VHUSG
CMPGNSales Campaign VLC_SALESCAMPAIGNCHAR10Assigned to domainVLC_SALESCAMPAIGNF4_HELP_CMPGN
IMMATDATEInitial Registration Date VLC_IMMATDATEDATS8DATE
CSTRYEARConstruction Year of Vehicle VLC_YEAR_OF_CONSTRUCTIONNUMC4GJAHRGJAHR
CSTRMONTHMonth of Construction of Vehicle VLC_MONTHNUMC2VLC_MONTH
VHSARVehicle Search Area VLC_VHSARCHAR10Assigned to domainVLC_VHSARF4_HELP_VHSAR
VHORDOriginal Ordering Party of Vehicle VLC_VHORDCHAR10Assigned to domainALPHAKUNNR
SHLVLSharing Levels for Vehicle Search VLC_SHLVLCHAR2Assigned to domainVLC_SHLVL
UPDMODBW Delta Process: Record Mode RODMUPDMODCHAR1RODMUPDMOD

Key field Non-key field



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

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

How to access SAP table VLC_BW_GA

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