DFKKBI_BWTRIGS SAP (BI: Individual Extraction Orders for EDRs) Table details

Dictionary Type: Table
Description: BI: Individual Extraction Orders for EDRs




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




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

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

The DFKKBI_BWTRIGS table consists of various fields, each holding specific information or linking keys about BI: Individual Extraction Orders for EDRs 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_BWTRIGS 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
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
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKBI_BWTRIGS
INTO CORRESPONDING FIELDS OF WA_DFKKBI_BWTRIGS
WHERE...

How to access SAP table DFKKBI_BWTRIGS

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