S275BIWS SAP (S275BIWS * Transfer to BW: Purchasing Data) Structure details

Dictionary Type: Structure
Description: S275BIWS * Transfer to BW: Purchasing Data




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




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

S275BIWS 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 "S275BIWS * Transfer to BW: Purchasing Data" 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_S275BIWS TYPE S275BIWS.

The S275BIWS table consists of various fields, each holding specific information or linking keys about S275BIWS * Transfer to BW: Purchasing Data data available in SAP. These include WRTTP (Value type for Reporting), VRSIO (Version number in the information structure), SPMON (Calendar year / month), SPTAG (Calendar day).. 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: Can be enhanced (character-type or numeric)


SAP S275BIWS 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
STORNOIndicator: Data to Be Canceled STORNOCHAR1CHAR1_X
WRTTPValue type for Reporting RSVTYPENUMC3Assigned to domainRSVTYPE
VRSIOVersion number in the information structure VRSIOCHAR3Assigned to domainVRSIOMCV
SPMONCalendar year / month RSCALMONTHNUMC6PERI6RSCALMONTH
SPTAGCalendar day RSCALDAYDATS8DATUM
SPWOCCalendar year / week RSCALWEEKNUMC6PERI6RSCALWEEK
SPBUPFiscal year / period RSFISCPERNUMC7PERI7RSFISCPER
BWBELNBW: Document Number MCBW_BELNCHAR10Assigned to domainALPHAVBELN
BWBLPOSBW: Document Item Number MCBW_BLPOSNUMC6Assigned to domainPOSNR
BWEINTBW: Document Schedule MCBW_EINTNUMC4Assigned to domainETENR
BWVORGBW: Transaction Key SAP BW MCBW_VORGNUMC3NUM3
BWSUPKZAuxiliary statistics update indicator MCBW_SUPKZCHAR1SUPKZ
ERZETEntry time ERZETTIMS6UZEIT
PERIVFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
BSTMEPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
BSTWAPurchase order currency BSTWACUKY5Assigned to domainWAERS
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
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 ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
WERKSPlant EWERKCHAR4Assigned to domainWERKSWRK
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
AKTNRCOUPON WAKTIONCHAR10Assigned to domainALPHAWAKTIONWAK
BEDATPurchasing Document Date EBDATDATS8DATUM
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
BWBLTYPBW: Document Category MCBW_BLTYPCHAR1BSTYP
BWBLARTBW: Document Type MCBW_BLARTCHAR4Assigned to domainAUARTAUART
RESWKSupplying (Issuing) Plant in Stock Transport Order RESWKCHAR4Assigned to domainWERKS
EKGRPPurchasing Group BKGRPCHAR3Assigned to domainEKGRPEKG
BWAPPLNMApplication Component RSAPPLNMCHAR30RSAPPLNM
PSTYPItem Category in Purchasing Document PSTYPCHAR1Assigned to domainPSTYP
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 MEINSUNIT3Assigned to domainCUNITMEINS
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_MATKLCHAR9Assigned to domainMATKL
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 structure S275BIWS using ABAP code?

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

How to access SAP table S275BIWS

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