CRM_VTRK_G SAP (Tracking Data for Display Prepared for Internet) Structure details

Dictionary Type: Structure
Description: Tracking Data for Display Prepared for Internet




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




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

CRM_VTRK_G 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 "Tracking Data for Display Prepared for Internet" 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_CRM_VTRK_G TYPE CRM_VTRK_G.

The CRM_VTRK_G table consists of various fields, each holding specific information or linking keys about Tracking Data for Display Prepared for Internet data available in SAP. These include SORT (Not More Closely Defined Area, Possibly Used for Patchlevels), VLABDATA (Express delivery company's data field), VEMNG (Delivery item quantity in the shipping unit item), VEMEH (Unit of measure of delivery item quantity in ship.elem.item).. 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: Not classified


SAP CRM_VTRK_G 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
UEVBELNHigher-level document CRM_UEVBELNCHAR10ALPHAVBELN
SORTNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
VLABDATAExpress delivery company's data field CRM_VLABDATACHAR40CRM_VLABBDATA
VEMNGDelivery item quantity in the shipping unit item CRM_VEMNGQUAN15(3) MENG15
VEMEHUnit of measure of delivery item quantity in ship.elem.item CRM_VEMEHUNIT3Assigned to domainCUNITMEINS
TRKSTATDTracking status details CRM_TRKSTATDCHAR4CRM_TRKSTATD
TRKSTATTracking status CRM_TRKSTATCHAR1CRM_TRKSTAT
TRKTEXTSignificance of tracking status details CRM_TRKTEXTCHAR80TEXT80
TRACKDATECharacter Field Length = 10 CHAR10CHAR10CHAR10
TRACKTIMECharacter field, 8 characters long CHAR8CHAR8CHAR8
TRACKTZNZONETime Zone TZNZONECHAR6Assigned to domainTZNZONE
XSITDExpress delivery company CRM_XSITDCHAR10CRM_XSITD
VBTYPSD document category VBTYPCHAR1VBTYP
VBELNSales and Distribution Document Number VBELNCHAR10ALPHAVBELNAUN
POSNRItem number of the SD document POSNRNUMC6POSNR
TRACKLOCTracking location CRM_TRACKLOCCHAR50TEXT50
TRACKTEXTDescription of tracking event CRM_TRACKTEXTCHAR80TEXT80
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
VLABTYPExpress delivery company's data field CRM_VLABTYPCHAR10CRM_VLABTYP
VGBELDocument number of the reference document VGBELCHAR10ALPHAVBELN
VGPOSItem number of the reference item VGPOSNUMC6POSNR
LVC_VALUEALV Control: Cell Content LVC_VALUECHAR128TEXT128
TREELEVELCount parameters NUMC4NUMC4NUMC4
NKEYALV Tree Control: Node Key LVC_NKEYCHAR12
RELATKEYALV Tree Control: Node Key LVC_NKEYCHAR12
TYPEMessage type: S Success, E Error, W Warning, I Info, A Abort BAPI_MTYPECHAR1SYCHAR01
IDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
NUMBERMessage Number SYMSGNONUMC3SYMSGNO
MESSAGEMessage Text BAPI_MSGCHAR220TEXT220
MESSAGE_V1Message Variable SYMSGVCHAR50SYCHAR50
MESSAGE_V2Message Variable SYMSGVCHAR50SYCHAR50
MESSAGE_V3Message Variable SYMSGVCHAR50SYCHAR50
MESSAGE_V4Message Variable SYMSGVCHAR50SYCHAR50

Key field Non-key field



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

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

How to access SAP table CRM_VTRK_G

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