/BEV1/TSSDBSPR SAP (Column Reference for Main Table Statistics Telephone Sales) Table details

Dictionary Type: Table
Description: Column Reference for Main Table Statistics Telephone Sales




ABAP Code to SELECT data from /BEV1/TSSDBSPR
Related tables to /BEV1/TSSDBSPR
Access table /BEV1/TSSDBSPR




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

/BEV1/TSSDBSPR is a standard SAP Table which is used to store Column Reference for Main Table Statistics Telephone Sales data and is available within R/3 SAP systems depending on the version and release level.

The /BEV1/TSSDBSPR table consists of various fields, each holding specific information or linking keys about Column Reference for Main Table Statistics Telephone Sales data available in SAP. These include VKORG (Sales Organization), VTWEG (Distribution Channel), SPART (Division), ANWBER (Application Area).. 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: Cannot Be Enhanced


SAP /BEV1/TSSDBSPR 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
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
ANWBERApplication Area /BEV1/TSABER___DCHAR10Assigned to domain/BEV1/TSABER
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
SPNRDMaintenance Number for Columns/Dynamic Part/Statistics Area /BEV1/TSSPNRDNUMC3/BEV1/TSSPNRD
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZETEntry time ERZETTIMS6UZEIT
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
FACCALIDFactory Calendar WFCIDCHAR2Assigned to domainWFCIDFCI
FELDNAMEColumn Reference Field in Main Statistics Table TS /BEV1/TSSRFELDCHAR30Assigned to domainFDNAME
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
VBTYPSD document category VBTYPCHAR1VBTYP
STYPColumn Type Statistics Telephone Sales /BEV1/TSSSTYPCHAR1/BEV1/TSSSTYP
SPBREITEDefault Column Width in Statistics Column Telephone Sales /BEV1/TSSSPBRNUMC2/BEV1/TSSPBR40
SPUEBHeading REPTEXTCHAR55REPTEXT
F2ANZRoutine for F2 Action in Mode 'Display statistics TS' /BEV1/TSSF2ANZNUMC3NUMC3
F2UEBRouting for F2 Action in Mode 'Data Transfer Statistics TS' /BEV1/TSSF2UEBNUMC3NUMC3
DUEBSPERLData Transfer Allowed on Column Level /BEV1/TSDUESPERCHAR1/BEV1/CAMARK
DUEBEZERLData Transfer Allowed on an Individual Entry Level /BEV1/TSDUEEZERCHAR1/BEV1/CAMARK
DUEBSPNMAData Transfer Columns Only Material Number /BEV1/TSDUESPNMCHAR1/BEV1/CAMARK

Key field Non-key field



How do I retrieve data from SAP table /BEV1/TSSDBSPR using ABAP code

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

SELECT SINGLE *
FROM /BEV1/TSSDBSPR
INTO CORRESPONDING FIELDS OF WA_/BEV1/TSSDBSPR
WHERE...

How to access SAP table /BEV1/TSSDBSPR

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