DFKKINV_BWTRIG SAP (BW: Group Extraction Order for Invoicing Documents/FIKEY) Table details

Dictionary Type: Table
Description: BW: Group Extraction Order for Invoicing Documents/FIKEY




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




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

DFKKINV_BWTRIG is a standard SAP Table which is used to store BW: Group Extraction Order for Invoicing Documents/FIKEY data and is available within R/3 SAP systems depending on the version and release level.

The DFKKINV_BWTRIG table consists of various fields, each holding specific information or linking keys about BW: Group Extraction Order for Invoicing Documents/FIKEY data available in SAP. These include APPLK (Application area), DATASOURCE (Invoicing DataSource (Sales Statistics)), BUDAT (Posting Date in the Document), FIKEY (Reconciliation Key for General Ledger).. 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 DFKKINV_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
DATASOURCEInvoicing DataSource (Sales Statistics) INV_DATASOURCE_KKCHAR30ROOSOURCEDRO1FKKINV_DATASOURCE
BUDATPosting Date in the Document BUDATDATS8DATUM
FIKEYReconciliation Key for General Ledger FIKEY_KKCHAR12Assigned to domainFIKEY_KKFKFI1
INV_PROCESSInvoicing Process INV_PROCESS_KKCHAR2TFK2602INV_PROCESS_KK
DOCTYPEDocument Type of Invoicing Document INVDOC_DOCTYPE_KKCHAR2DOCTYPE_KK
CRDATECreation Date of Invoicing Document INVDOC_CRDAT_KKDATS8DATUM
BWTRIG_CRMODECreation Mode of BI Extraction Order BWTRIG_CRMODE_KKCHAR1BWTRIG_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 of Creation of BI Extraction Order BWTRIG_CRREQUNR_KKCHAR30RSREQUNR
REQUNR_LASTRequest number for the data transfer RSREQUNRCHAR30RSREQUNR
INVDOC_LASTLast Invoicing Document Extracted to BI INVDOC_BWUPD_KKNUMC12Assigned to domainINVDOCNO_KK
INVDOCITEM_LASTLast Invoicing Item Selected INVDOCITEM_LAST_KKNUMC8INVDOCITEM_KK

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKINV_BWTRIG
INTO CORRESPONDING FIELDS OF WA_DFKKINV_BWTRIG
WHERE...

How to access SAP table DFKKINV_BWTRIG

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