DBESTA_BWPROTE SAP (Single Document Log Record of BW Sales Statistics) Table details

Dictionary Type: Table
Description: Single Document Log Record of BW Sales Statistics




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




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

DBESTA_BWPROTE is a standard SAP Table which is used to store Single Document Log Record of BW Sales Statistics data and is available within R/3 SAP systems depending on the version and release level.

The DBESTA_BWPROTE table consists of various fields, each holding specific information or linking keys about Single Document Log Record of BW Sales Statistics data available in SAP. These include FIKEY (Reconciliation Key for General Ledger), BUDAT (Posting Date in the Document), OPBEL (Number of Contract Accts Rec. & Payable Doc.), REQUNR (Request Number of Creation of BI Extraction Order).. 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 DBESTA_BWPROTE 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
FIKEYReconciliation Key for General Ledger FIKEY_KKCHAR12Assigned to domainFIKEY_KKFKFI1
BUDATPosting Date in the Document BUDAT_KKDATS8DATUM
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
REQUNRRequest Number of Creation of BI Extraction Order BWTRIG_CRREQUNR_KKCHAR30RSREQUNR
BWPROT_CRMODECreation Mode of BI Extraction Order BWTRIG_CRMODE_KKCHAR1BWTRIG_CRMODE_KK
BWPROT_CRDATECreation Date of BI Extraction Order BWTRIG_CRDAT_KKDATS8DATUM
BWPROT_CRTIMETime of Creation of BI Extraction Request BWTRIG_CRTIM_KKTIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM DBESTA_BWPROTE
INTO CORRESPONDING FIELDS OF WA_DBESTA_BWPROTE
WHERE...

How to access SAP table DBESTA_BWPROTE

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