/BEV1/RBLA SAP (Settlement Interval and Date Last Settlement for Agreement) Table details

Dictionary Type: Table
Description: Settlement Interval and Date Last Settlement for Agreement




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




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

/BEV1/RBLA is a standard SAP Table which is used to store Settlement Interval and Date Last Settlement for Agreement data and is available within R/3 SAP systems depending on the version and release level.

The /BEV1/RBLA table consists of various fields, each holding specific information or linking keys about Settlement Interval and Date Last Settlement for Agreement data available in SAP. These include BONEM (Rebate recipient), VKORG (Sales Organization), VTWEG (Distribution Channel), SPART (Division).. 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 /BEV1/RBLA 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
BONEMRebate recipient BONEMCHAR10KNA1ALPHAKUNNRVBE
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2TSPASPARTSPAC_SPART
KNUMAAgreement (various conditions grouped together) KNUMACHAR10KONAALPHAKNUMAVMBO
BOARTAgreement type BOARTCHAR4Assigned to domainBOARTVBA
BO_ABINTSettlement Interval Rebate Recipient /BEV1/RBABIN_BOCHAR1/BEV1/RBABIN
ABINTSettlement Interval Automatic Rebate Settlement /BEV1/RBABINCHAR1/BEV1/RBABIN
BOSTAStatus of the agreement BOSTACHAR1BOSTA
LTABMAccounting Deadline in Calendar Year /BEV1/RBLTABDATS8DATUM
DRUCKForm Indicator /BEV1/RBFORMKZCHAR1/BEV1/RBFORM/BEV1/RBFORMKZ

Key field Non-key field



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

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

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

How to access SAP table /BEV1/RBLA

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