DFKKBI_BWTRIG SAP (BI: Extraction Orders for Billing Account Intervals) Table details

Dictionary Type: Table
Description: BI: Extraction Orders for Billing Account Intervals




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




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

DFKKBI_BWTRIG is a standard SAP Table which is used to store BI: Extraction Orders for Billing Account Intervals data and is available within R/3 SAP systems depending on the version and release level.

The DFKKBI_BWTRIG table consists of various fields, each holding specific information or linking keys about BI: Extraction Orders for Billing Account Intervals 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_BWTRIG 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
BA_FROMBilling Account Number BILLACCOUNT_KKNUMC12Assigned to domainBILLACCOUNT_KKBILLACCOUNT_ID
BA_TOBilling Account Number BILLACCOUNT_KKNUMC12Assigned to domainBILLACCOUNT_KKBILLACCOUNT_ID
CRMODECreation Mode of BI Extraction Order BWTRIG_BI_CRMODE_KKCHAR1BWTRIG_BI_CRMODE_KK
CRDATECreation Date of BI Extraction Order BWTRIG_CRDAT_KKDATS8DATUM
CRTIMETime of Creation of BI Extraction Request BWTRIG_CRTIM_KKTIMS6UZEIT
CRREQUNRRequest number for the data transfer RSREQUNRCHAR30RSREQUNR
EXTRACT_TOBI Extraction Order: Extract To BWTRIG_EXTRACTTO_KKDEC15TZNTSTMPS
EXTRACTED_TOBI Extraction Order: Extracted To BWTRIG_EXTRACTEDTO_KKDEC15TZNTSTMPS
LAST_BALast Extracted Billing Account Number LAST_BILLACCOUNT_KKNUMC12Assigned to domainBILLACCOUNT_KKBILLACCOUNT_ID
LAST_LOADTIMETime of Transfer of Last Extracted EDR LAST_LOADTIME_KKDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKBI_BWTRIG
INTO CORRESPONDING FIELDS OF WA_DFKKBI_BWTRIG
WHERE...

How to access SAP table DFKKBI_BWTRIG

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