/BEV1/BO_DATA SAP (Proof Table for Rebate Processing) Table details

Dictionary Type: Table
Description: Proof Table for Rebate Processing




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




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

/BEV1/BO_DATA is a standard SAP Table which is used to store Proof Table for Rebate Processing data and is available within R/3 SAP systems depending on the version and release level.

The /BEV1/BO_DATA table consists of various fields, each holding specific information or linking keys about Proof Table for Rebate Processing data available in SAP. These include KNUMA (Agreement (various conditions grouped together)), KNUMH (Condition record number), KUNWE (Ship-to party), MATNR (Material Number).. 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 /BEV1/BO_DATA 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
KNUMAAgreement (various conditions grouped together) KNUMACHAR10Assigned to domainALPHAKNUMAVMBO
KNUMHCondition record number KNUMHCHAR10KNUMB
KUNWEShip-to party KUNWECHAR10Assigned to domainALPHAKUNNR
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
BUTYPPosting Type /BEV1/BO_BUTYPCHAR1/BEV1/BO_BUTYP
INDEX_B 0
ENDDATValid To Date DATBIDATS8DATUM
BEGDATValid-From Date DATABDATS8DATUM
DATABValid-From Date DATABDATS8DATUM
DATBIValid To Date DATBIDATS8DATUM
FKDATBilling date for billing index and printout FKDATDATS8DATUM
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
FINALID for Final Settlement /BEV1/BO_FINALCHAR1XFELD
STATUSProcessing status /BEV1/BO_STATUSCHAR1/BEV1/BO_STATUS
CORFLGID for Adjustment Settlements /BEV1/BO_CORFLGCHAR1XFELD
DOCFLGID for Created Documents /BEV1/BO_DOCFLGCHAR1/BEV1/BO_DOCFLG
COPFLGID for CO-PA Correction /BEV1/BO_COPFLGCHAR1XFELD
SOURCEOrigin of Settlement Data /BEV1/BO_SOURCECHAR1/BEV1/BO_SOURCE
AUBELSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
VBELNBilling Document VBELN_VFCHAR10Assigned to domainALPHAVBELNVF
KWERTCondition base value KAWRTCURR15(2) WERTV8
RRWRTRebate: Accruals reversed in condition currency MC_RRWRT_KCURR19(2) WERTV10
KBETRRate (condition amount or percentage) where no scale exists KBETR_KONDCURR11(2) WERTV6
KONWARate unit (currency or percentage) KONWACUKY5Assigned to domainWAERS
KONWSScale currency KONWSCUKY5Assigned to domainWAERSFWS
KPEINCondition pricing unit KPEINDEC5KPEIN
KMEINCondition unit KMEINUNIT3Assigned to domainCUNITMEINS
KMENGTarget quantity in sales units DZMENGQUAN13(3) MENG13
KAWRTCondition base value KAWRTCURR15(2) WERTV8
KRECHCalculation type for condition KRECHCHAR1KRECH
KZBZGScale basis indicator KZBZGCHAR1KZBZG
STORNOBilling document is cancelled FKSTOCHAR1XFELD
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERZETEntry time ERZETTIMS6UZEIT
ERDATDate on Which Record Was Created ERDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEZETTime last change was made AEZETTIMS6UZEIT
AEDATChanged On AEDATDATS8DATUM

Key field Non-key field



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

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

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

How to access SAP table /BEV1/BO_DATA

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