DBESTA_BWPROTH SAP (History Record for Extraction to BW Sales Statistics) Table details

Dictionary Type: Table
Description: History Record for Extraction to BW Sales Statistics




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




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

DBESTA_BWPROTH is a standard SAP Table which is used to store History Record for Extraction to BW Sales Statistics data and is available within R/3 SAP systems depending on the version and release level.

The DBESTA_BWPROTH table consists of various fields, each holding specific information or linking keys about History Record for Extraction to BW Sales Statistics data available in SAP. These include DATASOURCE (InfoSource), BUDAT (Posting Date in the Document), FIKEY (Reconciliation Key for General Ledger), REQUNR (Request number for the data transfer).. 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_BWPROTH 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
DATASOURCEInfoSource RSISOURCECHAR30RSISOURCERSS
BUDATPosting Date in the Document BUDAT_KKDATS8DATUM
FIKEYReconciliation Key for General Ledger FIKEY_KKCHAR12Assigned to domainFIKEY_KKFKFI1
REQUNRRequest number for the data transfer RSREQUNRCHAR30RSREQUNR
EXUUIDGUID in 'RAW' format GUID_16RAW16SYSUUID
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
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
BWPROT_CRREQUNRRequest Number of Creation of BI Extraction Order BWTRIG_CRREQUNR_KKCHAR30RSREQUNR
BWSS_STATUSExtraction Status E_BWSS_STATUSCHAR1E_BWSS_STATUS
EXDATExtraction Date E_EXDATDATS8DATUM
EXTIMExtraction Time E_EXTIMTIMS6UZEIT
EXDURAExtraction Duration (hhmmss) BW_EXDURA_KKTIMS6
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
OPBEL_FROMNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
OPBEL_TONumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
CNT_ERCHNumber of Billing Documents Extracted E_CNT_BWERCHINT410INT4
CNT_ERDKNumber of Invoicing Documents Extracted E_CNT_BWERDKINT410INT4
CNT_ERDK_ERRNumber of Canceled Extractions of Invoicing Documents E_CNT_BWERDK_ERRINT410INT4
CNT_BWDSNumber of DataSource Records Extracted E_CNT_BWDSINT410INT4

Key field Non-key field



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

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

SELECT SINGLE *
FROM DBESTA_BWPROTH
INTO CORRESPONDING FIELDS OF WA_DBESTA_BWPROTH
WHERE...

How to access SAP table DBESTA_BWPROTH

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