S275BIW2 SAP (S275BIW2 * Transfer to BW: Purchasing Data) Table details

Dictionary Type: Table
Description: S275BIW2 * Transfer to BW: Purchasing Data




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




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

S275BIW2 is a standard SAP Table which is used to store S275BIW2 * Transfer to BW: Purchasing Data data and is available within R/3 SAP systems depending on the version and release level.

The S275BIW2 table consists of various fields, each holding specific information or linking keys about S275BIW2 * Transfer to BW: Purchasing Data 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: Cannot Be Enhanced


SAP S275BIW2 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
BSTMEPurchase Order Unit of Measure BSTMEUNIT3T006CUNITMEINS
BSTWAPurchase order currency BSTWACUKY5TCURCWAERS
HWAERLocal Currency HWAERCUKY5TCURCWAERS
BWMBEBW: Quantity in Order Unit MCBW_MBEQUAN15(3) MENGV15_3
BWANZBW: Number of Transactions MCBW_ANZINT410MCZAEHLINT
BRTWRGross order value in order currency MC_BBRTWRCURR13(2) WERT7
BWDMBEBW: Delta Purchase Order/GR in Order Unit MCBW_DMBEQUAN15(3) MENG15_3
DBWGEODelta purchase order/goods receipt at cost MCW_DBWGEOCURR19(2) WERTV10
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
LIFNRVendor Account Number ELIFNCHAR10LFA1ALPHALIFNRLIFKRED_C
WERKSPlant EWERKCHAR4T001WWERKSWRK
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
AKTNRCOUPON WAKTIONCHAR10WAKHALPHAWAKTIONWAK
BEDATPurchasing Document Date EBDATDATS8DATUM
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
BWBLTYPBW: Document Category MCBW_BLTYPCHAR1BSTYP
BWBLARTBW: Document Type MCBW_BLARTCHAR4TVAKAUARTAUART
RESWKSupplying (Issuing) Plant in Stock Transport Order RESWKCHAR4T001WWERKS
EKGRPPurchasing Group BKGRPCHAR3T024EKGRPEKG
BWAPPLNMApplication Component RSAPPLNMCHAR30RSAPPLNM
PSTYPItem Category in Purchasing Document PSTYPCHAR1T163PSTYP
BSGRUReason for Ordering BSGRUCHAR3BSGRU
BWGEOOBW: Cost Value in Order Currency MCBW_GEOOCURR19(2) WERTV10
BUDATPosting date of goods received or invoice receipt for order MC_BUDATDATS8DATUM
KURSKExchange Rate for Price Determination KURSKDEC9(5) EXCRTKURRF
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
BPUMZNumerator for Conversion of Order Price Unit into Order Unit BPUMZDEC5UMBSZ
BPUMNDenominator for Conv. of Order Price Unit into Order Unit BPUMNDEC5UMBSN
BWMATKLBW: Material Group from Document MCBW_MATKLCHAR9T023MATKL
BWGEOBW: Cost Value in Local Currency MCBW_GEOCURR19(2) WERTV10
BWGVOBW: Retail Value in Local Currency MCBW_GVOCURR19(2) WERTV10
BWGVPBW: Retail Value with Tax in Local Currency MCBW_GVPCURR19(2) WERTV10

Key field Non-key field



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

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

SELECT SINGLE *
FROM S275BIW2
INTO CORRESPONDING FIELDS OF WA_S275BIW2
WHERE...

How to access SAP table S275BIW2

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