BAPIVEHIACTIONDATA_ITEM SAP (VELO: Transfer Structure for Actions (Header Data)) Structure details

Dictionary Type: Structure
Description: VELO: Transfer Structure for Actions (Header Data)




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




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

BAPIVEHIACTIONDATA_ITEM 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: Transfer Structure for Actions (Header Data)" 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_BAPIVEHIACTIONDATA_ITEM TYPE BAPIVEHIACTIONDATA_ITEM.

The BAPIVEHIACTIONDATA_ITEM table consists of various fields, each holding specific information or linking keys about VELO: Transfer Structure for Actions (Header Data) data available in SAP. These include VEHICLEGUID32 (Vehicle GUID (Globally Unique IDentifier) (32)), VEHICLENUMBER (Internal Vehicle Number), PO_ITEM (Item Number of Purchasing Document), DELIV_DATE (Item Delivery Date).. 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 BAPIVEHIACTIONDATA_ITEM 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
VEHICLEGUIDVehicle GUID (Globally Unique IDentifier) VLC_GUIDCHAR22SYSUUID_22
VEHICLEGUID32Vehicle GUID (Globally Unique IDentifier) (32) VLC_GUID_32CHAR32SYSUUID_C
VEHICLENUMBERInternal Vehicle Number VLC_VHCLECHAR10Assigned to domainCHARGF4_HELP_VHCLE
PO_ITEMItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
DELIV_DATEItem Delivery Date EINDTDATS8DATUM
DEL_DATCAT_EXTCategory of Delivery Date LPEINCHAR1Assigned to domainPRGBZ
INTERNALOBJECTNUMBERConfiguration (internal object number) CUOBJNUMC18CUOBJCUX
PO_NUMBERPurchase Order Number BSTNRCHAR10Assigned to domainALPHAEBELNBES
MAT_DOCNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
DOC_YEARMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
MATDOC_ITMItem in Material Document MBLPONUMC4MBLPOPOS
ITEM_AMOUNTCurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
CURRENCY_ISOISO code currency WAERS_ISOCHAR3ISOCD
FILENAMELocal file for upload/download LOCALFILECHAR128LOCALFILE
ENDCUSTOMEREnd Customer (Central Business Partner) VLC_ENDCUCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
VEHICLEIDENTNUMBVehicle Identification Number (Vehicle Identification No.) VLC_VHVINCHAR35TEXT35F4_HELP_VHCLE
VEHICLEEXTERNNUMExternal Vehicle Number VLC_VHCEXCHAR35CHAR35F4_HELP_VHCLE
VEHICLEAVAILABILAvailability Status VLC_AVAILABILITYCHAR2Assigned to domainVLC_AVAILABILITYF4_HELP_AVAIL
VEHICLEVISIBILITVisibility VLC_VISIBILITYCHAR1VLC_VISIBILITY
VEHICLELOCATIONVMS-Vehicle Location VLC_LOCTNCHAR10CHAR10F4_HELP_LOCTN
GROSSPRICECurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
GROSSPRICECURRENCYISO code currency WAERS_ISOCHAR3ISOCD
PLNNDDELIVERYDATEPlanned Delivery Date VLC_PDATUMDATS8DATUM
PRODUCTIONDATEProduction Date VLC_PRODDATUMDATS8DATUM
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
VEHICLEUSAGEVehicle Usage VLC_VEHIUSAGECHAR2Assigned to domainVLC_VEHIUSAGEF4_HELP_VHUSG
SALESCAMPAIGNSales Campaign VLC_SALESCAMPAIGNCHAR10Assigned to domainVLC_SALESCAMPAIGNF4_HELP_CMPGN
MILEAGECounter Reading VLC_PCOUNTQUAN7VLC_PCOUNT
MILEAGEUNIT_SAPFleet counter unit FLEET_COUNT_UNITUNIT3Assigned to domainCUNITMEINS
MILEAGEUNIT_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
REGISTRATIONDATEInitial Registration Date VLC_IMMATDATEDATS8DATE
CONSTRUCTYEARConstruction Year of Vehicle VLC_YEAR_OF_CONSTRUCTIONNUMC4GJAHRGJAHR
CONSTRUCTMONTHMonth of Construction of Vehicle VLC_MONTHNUMC2VLC_MONTH
VEHICLESEARCHAREAVehicle Search Area VLC_VHSARCHAR10Assigned to domainVLC_VHSARF4_HELP_VHSAR
VEHICLEORDEREROriginal Ordering Party of Vehicle VLC_VHORDCHAR10Assigned to domainALPHAKUNNR
EQUIPMENTEquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
MASTEREQUIPMENTReference Equipment for Measuring Points VLC_MSEQUICHAR18Assigned to domainALPHAEQUNREQUI
MASTER_WARRANTYMaster warranty number MGANRCHAR20Assigned to domainALPHAMGANRGAM
WAR_DATEWarranty Date GWLDTDATS8DATUM
MASTER_WARRANTY_2Master warranty number MGANRCHAR20Assigned to domainALPHAMGANRGAM
WAR_DATE_2Warranty Date GWLDTDATS8DATUM
MAIN_WORKCENTERMain work center for maintenance tasks GEWRKCHAR8ARBPLVAP
ORDERIDOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
SHARINGLEVELSharing Levels for Vehicle Search VLC_SHLVLCHAR2Assigned to domainVLC_SHLVL

Key field Non-key field



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

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

How to access SAP table BAPIVEHIACTIONDATA_ITEM

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