DFKKINV_CYC SAP (Management: Billing Cycle per Contract Account) Table details

Dictionary Type: Table
Description: Management: Billing Cycle per Contract Account




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




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

DFKKINV_CYC is a standard SAP Table which is used to store Management: Billing Cycle per Contract Account data and is available within R/3 SAP systems depending on the version and release level.

The DFKKINV_CYC table consists of various fields, each holding specific information or linking keys about Management: Billing Cycle per Contract Account data available in SAP. These include VKONT (Contract Account Number), GPART (Business Partner Number), CYCUUID (GUID of Management Record: Billing Cycle per Contract Acct), CYCLE_FROM (Start of Management Record: Billing Cycle per Contract Acct).. 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_CYC 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
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
CYCUUIDGUID of Management Record: Billing Cycle per Contract Acct CYCLE_UUID_KKRAW16SYSUUID
CYCLE_FROMStart of Management Record: Billing Cycle per Contract Acct CYCLE_FROM_KKDATS8DATUM
CYCLE_TOEnd of Management Record: Billing Cycle per Contract Account CYCLE_TO_KKDATS8DATUM
CYCLEBilling Cycle CYCLE_KKCHAR4TFK2607CYCLE_KK
CYCLE_PERIODCATFrequency of Billing Periods CYCLE_PERIODCAT_KKCHAR4CYCLE_PERIODCAT_KK
CYCLE_DAYDay of Period End CYCLE_DAY_KKCHAR2CYCLE_DAY_KK
CYCLE_MONTHMonth of Period End CYCLE_MONTH_KKCHAR2CYCLE_MONTH_KK
CYCLE_BASEDATEBaseline Date of Billing Cycle CYCLE_BASEDATE_KKDATS8DATS
START_DATEStart Date of Billing Cycle in Contract Account CYCLE_STARTDATE_KKDATS8DATS
END_DATEEnd Date of Billing Cycle in Contract Account CYCLE_ENDDATE_KKDATS8DATS
CRDATEDate the Management Record Was Created for Billing Cylce CYCLE_CRDAT_KKDATS8DATUM
CRTIMETime the Management Record Was Created for Billing Cylce CYCLE_CRTIM_KKTIMS6UZEIT
CYCLE_USED_TOPeriod End Up to Which Used CYCLE_USED_TO_KKDATS8DATS
LAST_CYCREQPeriod End Up to Which Dummy Documents Were Generated CYCREQ_TO_KKDATS8DATS
ACCOMPLISHEDBilling Cycle Ended and Processed CYCLE_ACCOMPL_KKCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKINV_CYC
INTO CORRESPONDING FIELDS OF WA_DFKKINV_CYC
WHERE...

How to access SAP table DFKKINV_CYC

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