S015BIW1 SAP (S015BIW1 * Supplementary settlement - Evaluation) Table details

Dictionary Type: Table
Description: S015BIW1 * Supplementary settlement - Evaluation




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




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

S015BIW1 is a standard SAP Table which is used to store S015BIW1 * Supplementary settlement - Evaluation data and is available within R/3 SAP systems depending on the version and release level.

The S015BIW1 table consists of various fields, each holding specific information or linking keys about S015BIW1 * Supplementary settlement - Evaluation 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 S015BIW1 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
BOLIFCondition granter BOGEWCHAR10LFA1ALPHALIFNRLIF
KNUMAAgreement (subsequent settlement) KNUMA_BOCHAR10KONAALPHAKNUMAVBOVMBO
LIFNRVendor (PO, vendor billing document, settlement request) BELIFCHAR10LFA1ALPHALIFNR
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
MATKLMaterial Group MATKLCHAR9T023MATKLMKLS_WBWG
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
EKGRPPurchasing Group EKGRPCHAR3T024EKGRPEKG
DATBIEnd date of validity period of an arrangement MC_DATBIDATS8DATUM
KNUMHCondition record number KNUMHCHAR10KNUMB
PERIVFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
VWDATPointer to administrative data VWDATNUMC10VWDAT
ABSPWCurrency of rebate arrangement ABSPWCUKY5TCURCWAERS
KMEINCondition unit in the document KVMEIUNIT3T006CUNITMEINS
GEWEIWeight Unit GEWEIUNIT3T006CUNITMEINS
VOLEHVolume unit VOLEHUNIT3T006CUNITMEINS
PUNEIPoints unit PUNEIUNIT3T006CUNITMEINS
KONWARate unit (currency or percentage) KONWACUKY5TCURCWAERS
AUWRTRebate income from settlement w. regard to condition record MC_BOERTCURR19(2) WERTV10
RUWRTProvision for accrued condition income MC_BORUWCURR19(2) WERTV10
MENGEVendor business volume: quantity in condition unit MC_BOMNGQUAN13(3) MENGV13
BONBAVendor business volume: value in rebate arrangement currency MC_BOUHWCURR15(2) WERTV8
BRGEWVendor business volume: gross weight (subsequent settlement) MC_BOBRGEWQUAN15(3) MENGV15_3
NTGEWVendor business volume: net weight (subsequent settlement) MC_BONTGEWQUAN15(3) MENGV15_3
VOLUMVendor business volume: physical volume (subseq. settlement) MC_BOVOLUMQUAN15(3) MENGV15_3
RRWRTDissolved (reversed) provision for accrued condition income MC_BORRWCURR19(2) WERTV10
ANZPUVendor business volume: no. of points (subseq. settlement) MC_BOANZPUQUAN13(3) MENGV13
AGWRTRebate income from final settlement MC_AGWRTCURR19(2) WERTV10
BONBAKDVendor busn. vol. value in cond. curr.: settlement-relevant MC_BOUKDCURR17(2) WERTV9

Key field Non-key field



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

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

SELECT SINGLE *
FROM S015BIW1
INTO CORRESPONDING FIELDS OF WA_S015BIW1
WHERE...

How to access SAP table S015BIW1

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