/BEV1/TSSSPBG SAP (Statistics: Column Definition) Table details

Dictionary Type: Table
Description: Statistics: Column Definition




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




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

/BEV1/TSSSPBG is a standard SAP Table which is used to store Statistics: Column Definition data and is available within R/3 SAP systems depending on the version and release level.

The /BEV1/TSSSPBG table consists of various fields, each holding specific information or linking keys about Statistics: Column Definition 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /BEV1/TSSSPBG 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 VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVKOVVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2TVTASPARTSPAC_SPART
ANWBERApplication Area /BEV1/TSABER___DCHAR10/BEV1/TSABER/BEV1/TSABER
SPNRDMaintenance Number for Columns/Dynamic Part/Statistics Area /BEV1/TSSPNRDNUMC3/BEV1/TSSPNRD
STYPColumn Type Statistics Telephone Sales /BEV1/TSSSTYPCHAR1/BEV1/TSSSTYP
TRVOGTransaction group TRVOGCHAR1TRVOGVTV
NULLANZGZero Values Displayed /BEV1/TSSNLLANZCHAR1/BEV1/CAMARK
SPBREITEDefault Column Width in Statistics Column Telephone Sales /BEV1/TSSSPBRNUMC2/BEV1/TSSPBR40
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
F2ANZRoutine for F2 Action in Mode 'Display statistics TS' /BEV1/TSSF2ANZNUMC3NUMC3
F2UEBRouting for F2 Action in Mode 'Data Transfer Statistics TS' /BEV1/TSSF2UEBNUMC3NUMC3
PARVWPartner Function for Statistics Column Data Telephone Sales /BEV1/TSSPPARVWCHAR2Assigned to domainPARVWPARVW
TABNAMEName of an LIS Table /BEV1/TSVTNAMECHAR30DD02VAS4TAB
FELDNAMEField Name of LIS Table /BEV1/TSVFNAMECHAR30/BEV1/TSDD03VT_VFDNAME
VRSIOVersion number in the information structure VRSIOCHAR3P44VVRSIOMCV
ANZPERNumber of Periods in an LIS table to Be Considered /BEV1/TSVANZPERNUMC4NUMC4

Key field Non-key field



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

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

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

How to access SAP table /BEV1/TSSSPBG

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