DFKKBI_BWTRIGH SAP (BI: History Records for Extraction) Table details

Dictionary Type: Table
Description: BI: History Records for Extraction




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




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

DFKKBI_BWTRIGH is a standard SAP Table which is used to store BI: History Records for Extraction data and is available within R/3 SAP systems depending on the version and release level.

The DFKKBI_BWTRIGH table consists of various fields, each holding specific information or linking keys about BI: History Records for Extraction data available in SAP. These include APPLK (Application area), EDRCAT (EDR Category), DATASOURCE (DataSource of Billing), LOADPERIOD (Transfer Period).. 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: Can be enhanced (character-type or numeric)


SAP DFKKBI_BWTRIGH 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
APPLKApplication area APPLK_KKCHAR1APPLK_KK
EDRCATEDR Category EDRCAT_KKCHAR10Assigned to domainEDRCAT_KK
DATASOURCEDataSource of Billing BWTRIG_DATASOURCE_KKCHAR30ROOSOURCEDRO1FKKINV_DATASOURCE
LOADPERIODTransfer Period LOADPERIOD_KKCHAR4
REQUNRRequest number for the data transfer RSREQUNRCHAR30RSREQUNR
EXUUIDUUID in X form (binary) SYSUUID_XRAW16SYSUUID
BA_FROMBilling Account Number BILLACCOUNT_KKNUMC12Assigned to domainBILLACCOUNT_KKBILLACCOUNT_ID
BA_TOBilling Account Number BILLACCOUNT_KKNUMC12Assigned to domainBILLACCOUNT_KKBILLACCOUNT_ID
BILLACCOUNTBilling Account Number BILLACCOUNT_KKNUMC12Assigned to domainBILLACCOUNT_KKBILLACCOUNT_ID
LOADTIMETime of Transfer LOADTIME_KKDEC15TZNTSTMPS
EDRUUIDGUID in 'RAW' format GUID_16RAW16SYSUUID
LOADTIME_TOTime of Transfer LOADTIME_KKDEC15TZNTSTMPS
EDRUUID_TOGUID in 'RAW' format GUID_16RAW16SYSUUID
BWTRIG_CRMODECreation Mode of BI Extraction Order BWTRIG_BI_CRMODE_KKCHAR1BWTRIG_BI_CRMODE_KK
BWTRIG_CRDATECreation Date of BI Extraction Order BWTRIG_CRDAT_KKDATS8DATUM
BWTRIG_CRTIMETime of Creation of BI Extraction Request BWTRIG_CRTIM_KKTIMS6UZEIT
BWTRIG_CRREQUNRRequest number for the data transfer RSREQUNRCHAR30RSREQUNR
BWTRIG_EXSTATStatus of Extraction for BI Extraction Order BWTRIG_BI_EXSTAT_KKCHAR1BWTRIG_BI_EXSTAT_KK
EXDATEExtraction Date BW_EXDAT_KKDATS8DATUM
EXTIMEExtraction Time BW_EXTIM_KKTIMS6UZEIT
EXDURAExtraction Duration (hhmmss) BW_EXDURA_KKTIMS6
EXTRACT_TOBI Extraction Order: Extract To BWTRIG_EXTRACTTO_KKDEC15TZNTSTMPS
EXTRACTED_TOBI Extraction Order: Extracted To BWTRIG_EXTRACTEDTO_KKDEC15TZNTSTMPS
CNT_BILLACC_EXTRNumber of Extracted Billing Accounts BWTRIG_CNTBAEXTR_KKINT410INT4
CNT_BILLACC_CANCNumber of Canceled Extractions of Invoicing Documents BWTRIG_CNTBACANC_KKINT410INT4
CNT_EDR_EXTRNumber of Extracted Event Detail Records BWTRIG_CNTEDREXTR_KKINT410INT4
CNT_DS_LINESNumber of DataSource Items Created by Extractor BWTRIG_CNTDSLINES_KKINT410INT4

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKBI_BWTRIGH
INTO CORRESPONDING FIELDS OF WA_DFKKBI_BWTRIGH
WHERE...

How to access SAP table DFKKBI_BWTRIGH

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