DFKKINV_CYCREQ SAP (Dummy Document for Invoicing for Periodic Invoicing) Table details

Dictionary Type: Table
Description: Dummy Document for Invoicing for Periodic Invoicing




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




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

DFKKINV_CYCREQ is a standard SAP Table which is used to store Dummy Document for Invoicing for Periodic Invoicing data and is available within R/3 SAP systems depending on the version and release level.

The DFKKINV_CYCREQ table consists of various fields, each holding specific information or linking keys about Dummy Document for Invoicing for Periodic Invoicing data available in SAP. These include VKONT (Contract Account Number), SRCDOCCAT (Category of Source Document To Be Invoiced), SRCDOCNO (Number of Source Document to Be Invoiced), SRCDOCTYPE (Type of Source Document to Be Invoiced).. 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 DFKKINV_CYCREQ 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
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
SRCDOCCATCategory of Source Document To Be Invoiced SRCDOCCAT_KKCHAR5SRCDOCCAT_KK
SRCDOCNONumber of Source Document to Be Invoiced SRCDOCNO_KKCHAR20ALPHASRCDOCNO_KKFKKINV_SRCDOCNO
SRCDOCTYPEType of Source Document to Be Invoiced SRCDOCTYPE_KKCHAR3Assigned to domainSRCDOCTYPE_KK
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
PERIOD_FROMStart of Document Period BILL_PERIOD_FROM_KKDATS8
PERIOD_TOEnd of Document Period BILL_PERIOD_TO_KKDATS8
CYCLE_UUIDGUID of Management Record: Billing Cycle per Contract Acct CYCLE_UUID_KKRAW16SYSUUID
CYCLEBilling Cycle CYCLE_KKCHAR4Assigned to domainCYCLE_KK
CYCLE_PERIODCATFrequency of Billing Periods CYCLE_PERIODCAT_KKCHAR4CYCLE_PERIODCAT_KK
AKTYPMass activity type AKTYP_KKCHAR4TFK090AAKTYP_KKFKKMAT
LAUFDDate ID LAUFD_KKDATS8DATUM
LAUFIAdditional Identification Characteristic LAUFI_KKCHAR6LAUFI_KK
CRNAMEUser Who Created the Periodic Invoicing Order CYCREQ_CRNAM_KKCHAR12USNAM
CRDATEDate On Which the Periodic Invoicing Order Was Created CYCREQ_CRDAT_KKDATS8DATUM
CRTIMETime at Which the Periodic Invoicing Order Was Created CYCREQ_CRTIM_KKTIMS6UZEIT
INVOICE_FIRSTTarget Date for Invoicing INVOICE_FIRST_KKDATS8
INVDOCNONumber of Invoicing Document INVDOCNO_KKNUMC12Assigned to domainINVDOCNO_KKFKKINV_INVDOCNO
INV_CRDATECreation Date of Invoicing Document INVDOC_CRDAT_KKDATS8DATUM
TRIGDELETEDInvoicing Order Deleted TRIGDELETED_KKCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKINV_CYCREQ
INTO CORRESPONDING FIELDS OF WA_DFKKINV_CYCREQ
WHERE...

How to access SAP table DFKKINV_CYCREQ

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