S276 SAP () Table details

Dictionary Type: Table
Description:




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




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

S276 is a standard SAP Table which is used to store data and is available within R/3 SAP systems depending on the version and release level.

The S276 table consists of various fields, each holding specific information or linking keys about data available in SAP. These include SSOUR (Statistic(s) origin), VRSIO (Version number in the information structure), SPMON (Period to analyze - month), SPTAG (Period to analyze - current 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP S276 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 MANDTCLNT3T000MANDT
SSOURStatistic(s) origin SSOURCHAR4SSOUR
VRSIOVersion number in the information structure VRSIOCHAR3Assigned to domainVRSIOMCV
SPMONPeriod to analyze - month SPMONNUMC6PERIMCPERIOD
SPTAGPeriod to analyze - current date SPTAGDATS8DATUM
SPWOCPeriod to analyze - week SPWOCNUMC6PERIMCPERIOD
SPBUPPeriod to analyze - posting period SPBUPNUMC6PERIMCPERIOD
BWBELNBW: Document Number MCBW_BELNCHAR10VBUKALPHAVBELN
BWBLPOSBW: Document Item Number MCBW_BLPOSNUMC6VBUPPOSNR
BWEINTBW: Document Schedule MCBW_EINTNUMC4VBEPETENR
BWVORGBW: Transaction Key SAP BW MCBW_VORGNUMC3NUM3
BWSUPKZAuxiliary statistics update indicator MCBW_SUPKZCHAR1SUPKZ
ERZETEntry time ERZETTIMS6UZEIT
PERIVFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
VWDATPointer to administrative data VWDATNUMC10VWDAT
VRKMESales unit VRKMEUNIT3T006CUNITMEINS
WAERKSD Document Currency WAERKCUKY5TCURCWAERSFWS
BASMEBase Unit of Measure MEINSUNIT3T006CUNITMEINS
BWMVEBW: Quantity in Sales Unit MCBW_MVEQUAN15(3) MENGV15_3
BWANZBW: Number of Transactions MCBW_ANZINT410MCZAEHLINT
KZWI1Subtotal 1 from pricing procedure for condition KZWI1CURR13(2) WERTV7
KZWI2Subtotal 2 from pricing procedure for condition KZWI2CURR13(2) WERTV7
KZWI3Subtotal 3 from pricing procedure for condition KZWI3CURR13(2) WERTV7
KZWI4Subtotal 4 from pricing procedure for condition KZWI4CURR13(2) WERTV7
KZWI5Subtotal 5 from pricing procedure for condition KZWI5CURR13(2) WERTV7
KZWI6Subtotal 6 from pricing procedure for condition KZWI6CURR13(2) WERTV7
PKUNAGSold-to party KUNAGCHAR10KNA1ALPHAKUNNRVAG
WERKSPlant EWERKCHAR4T001WWERKSWRK
AKTNRCOUPON WAKTIONCHAR10WAKHALPHAWAKTIONWAK
WMINRProduct Catalog Number MCBW_WMINRCHAR10MCBW_WMINR
MATWAMaterial entered MATWACHAR18MARAMATN1MATNRMAT
VOGRUBW: Reason for Transaction MCBW_VOGRUCHAR4CHAR4
ABGRUReason for rejection of quotations and sales orders ABGRU_VACHAR2TVAGABGRU_VA
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVKOVVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2TVTASPARTSPAC_SPART
VKBURSales Office VKBURCHAR4TVKBZVKBURVKB
VKGRPSales Group VKGRPCHAR3TVBVKVKGRPVKG
PKUNWEShip-to party KUNWECHAR10KNA1ALPHAKUNNR
BWBLTYPBW: Document Category MCBW_BLTYPCHAR1BSTYP
BWBLARTBW: Document Type MCBW_BLARTCHAR4TVAKAUARTAUART
BWBTYPBW: Item Category Document MCBW_BPTYPCHAR4TVPTPSTYV
KNUMA_AGSales deal KNUMA_AGCHAR10KONAALPHAKNUMAVK1VMBO
BWAPPLNMApplication Component RSAPPLNMCHAR30RSAPPLNM
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
BWGEODBW: Cost Value in Document Currency MCBW_GEODCURR19(2) WERTV10
BWGVODBW: Retail Value in Document Currency MCBW_GVODCURR19(2) WERTV10
BWGVPDBW: Retail Value with Tax in Document Currency MCBW_GVPDCURR19(2) WERTV10
BWPNLDBW: Price Reduction in Document Currency MCBW_PNLDCURR19(2) WERTV10
BWOAUWDBW: Net Open Sales Order Value in Document Currency MCBW_OAUWDCURR19(2) WERTV10
KURSK_DATTranslation Date WWERT_DDATS8DATUM
KURSKExchange Rate for Price Determination KURSKDEC9(5) EXCRTKURRF
WAERSLocal Currency HWAERCUKY5TCURCWAERS
UMVKZNumerator (factor) for conversion of sales quantity into SKU UMVKZDEC5UMBSZ
UMVKNDenominator (Divisor) for Conversion of Sales Qty into SKU UMVKNDEC5UMBSN
BWOAUMVBW: Open Order Quantity in Base Unit of Measure MCBW_OAUMBQUAN15(3) MENGV15_3
APERDATDate on Which Record Was Created ERDATDATS8DATUM
BWMNGBW: Quantity in Base Unit of Measure MCBW_MNGQUAN15(3) MENGV15_3

Key field Non-key field



How do I retrieve data from SAP table S276 using ABAP code

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

SELECT SINGLE *
FROM S276
INTO CORRESPONDING FIELDS OF WA_S276
WHERE...

How to access SAP table S276

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