/BEV1/RBBE SAP (Cust. Reb. Basis from Statistics or Docs, Itemized Proof) Table details

Dictionary Type: Table
Description: Cust. Reb. Basis from Statistics or Docs, Itemized Proof




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




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

/BEV1/RBBE is a standard SAP Table which is used to store Cust. Reb. Basis from Statistics or Docs, Itemized Proof data and is available within R/3 SAP systems depending on the version and release level.

The /BEV1/RBBE table consists of various fields, each holding specific information or linking keys about Cust. Reb. Basis from Statistics or Docs, Itemized Proof data available in SAP. These include KEY_FELD (DummyField Resulting fr. Key Allo. to Field Other Than MANDT), BONBASIS (Origin of Rebate Basis), AUTOCOPA (Indicator Automatic Assignment of Rebate Sales to CO-PA), ALTKONT (Check Field for Account Variances).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /BEV1/RBBE 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
KEY_FELDDummyField Resulting fr. Key Allo. to Field Other Than MANDT /BEV1/RBDUMMYCHAR1/BEV1/RB_DUMMY
BONBASISOrigin of Rebate Basis /BEV1/RBBONBACHAR1/BEV1/RBBONBA
AUTOCOPAIndicator Automatic Assignment of Rebate Sales to CO-PA /BEV1/RBCOPACHAR1/BEV1/RBCOPA
ALTKONTCheck Field for Account Variances /BEV1/RBAKONTCHAR1/BEV1/RBAKONT
NEGKONDIndicator: Settlement Agreement with Neg. Condition Quantity /BEV1/RBNKONDCHAR1/BEV1/RBNKOND
RKSTKORRAdjusting Acrrual for Partial Settlement /BEV1/RBRKSTKOCHAR1/BEV1/RBRKSTKO
ABINTSettlement Interval Rebate Recipient /BEV1/RBABIN_BOCHAR1/BEV1/RBABIN
BONUS_VATAdjustment VAT Rates Rebate Settlement /BEV1/RBVAT_DCHAR1/BEV1/RBVAT
STAFFEL_ABScale Valuation: Determine From-Time for Settlement /BEV1/RBSTAFFELCHAR1/BEV1/RBSTAFFEL
ABR_BUTTONSettlement Button Display During Rebate Settlement Execution /BEV1/RBBUTTONCHAR1/BEV1/RBBUTTON
SIMULASetting Simulation Indicator for Rebate Settlement /BEV1/RBSIMULACHAR1/BEV1/RBSIMULA
BOZRKORRCorrection Settlement Period for Indirect Agreements /BEV1/RBZRKORRCHAR1/BEV1/RBZRKORR
BOANZEBDABDisplay Finally Settled Agreements for Rebate Recipient /BEV1/RBANZEBDABCHAR1/BEV1/RBANZEBDAB

Key field Non-key field



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

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

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

How to access SAP table /BEV1/RBBE

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