/BEV1/BO_BOART SAP (Settings According to Agreement Types) Table details

Dictionary Type: Table
Description: Settings According to Agreement Types




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




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

/BEV1/BO_BOART is a standard SAP Table which is used to store Settings According to Agreement Types data and is available within R/3 SAP systems depending on the version and release level.

The /BEV1/BO_BOART table consists of various fields, each holding specific information or linking keys about Settings According to Agreement Types data available in SAP. These include BOART (Agreement type), SOURCE (Origin of Settlement Data), IND_FLAG (Indicator for Indirect Settlement Types), ACCR_S_FLAG (ID for Formation of Accruals).. 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: Can be enhanced (character-type)


SAP /BEV1/BO_BOART 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
BOARTAgreement type BOARTCHAR4T6B1BOARTVBA
SOURCEOrigin of Settlement Data /BEV1/BO_SOURCECHAR1/BEV1/BO_SOURCE
IND_FLAGIndicator for Indirect Settlement Types /BEV1/BO_IND_FLAGCHAR1XFELD
ACCR_S_FLAGID for Formation of Accruals /BEV1/BO_ACCR_S_FLAGCHAR1XFELD
ACCR_R_FLAGID for Accrual Adjustment /BEV1/BO_ACCR_R_FLAGCHAR1XFELD
NULL_FLAGID for Zero Quantities /BEV1/BO_NULL_FLAGCHAR1XFELD
MAT_FLAGID for Materials in the Credit Memo Request /BEV1/BO_MAT_FLAGCHAR1XFELD
VAT_FLAGID for VAT Adjustment /BEV1/BO_VAT_FLAGCHAR1XFELD
COPA_FLAGID for CO-PA Correction /BEV1/BO_COPA_FLAGCHAR1XFELD

Key field Non-key field



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

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

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

How to access SAP table /BEV1/BO_BOART

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