FKKBIXCIT4_ARCH SAP (Archiving Structure for Rated Consumption Items) Structure details

Dictionary Type: Structure
Description: Archiving Structure for Rated Consumption Items




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




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

FKKBIXCIT4_ARCH is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Archiving Structure for Rated Consumption Items" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_FKKBIXCIT4_ARCH TYPE FKKBIXCIT4_ARCH.

The FKKBIXCIT4_ARCH table consists of various fields, each holding specific information or linking keys about Archiving Structure for Rated Consumption Items data available in SAP. These include MANDT (Client), CITIDTYPE (Type of Consumption Item ID), CITID (Consumption Item ID), CITUUID (Unique Identifier of a Consumption Item).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FKKBIXCIT4_ARCH structure 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
CITIDTYPEType of Consumption Item ID CITIDTYPE_KKCHAR5Assigned to domainCITIDTYPE_KK
CITIDConsumption Item ID CITID_KKCHAR32CITID_KK
CITUUIDUnique Identifier of a Consumption Item CITUUID_KKRAW16GUID16
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
VTREFReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
VTPOSContract: Item Number VTPOS_KKNUMC6VTPOS_KK
SUBAPSubapplication in Contract Accounts Receivable and Payable SUBAP_KKCHAR1SUBAP_KK8SA
APPLKApplication area APPLK_KKCHAR1APPLK_KK
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
CONSUMDATEConsumption Date Time Stamp CONSUMDATE_KKCHAR14CITSTTIMESTAMP_KKFKK_BIX_CIT_TIMESTAMP
KEYPPSubarea for Parallelization in Mass Processing KEYPP_KKNUMC3NUMC3
RATE_BASEDATEBaseline Date for Period Assignment in Rating RATE_BASEDATE_KKDATS8DATS
RATE_FIRSTTarget Date for Rating RATE_FIRST_KKDATS8
CITSTATUSStatus of Consumption Item CITSTATUS_KKCHAR1CITSTATUS_KK
CITCATConsumption Item Class CITCAT_KKCHAR4Assigned to domainCITCAT_KKFKK_BIX_CITCAT
CITCRDATECreated On CITCRDATE_KKDATS8DATS
CITCRTIMECreated At CITCRTIME_KKTIMS6TIMS
CITCRMODECreation Mode of Consumption Item CITCRMODE_KKCHAR1CITCRMODE_KK
CHHISTHistory Record Exists for Change CITCHHIST_KKCHAR1XFELD
EXCHISTHistory Record Exists for Exception CITEXCHIST_KKCHAR1XFELD
RATINGCNTNumber of Rating Runs of a Consumption Item RATINGCNT_KKINT13INT1
SIMULATEDConsumption Item Is Simulated CITSIMULATED_KKCHAR1XFELD
CITPACKUUIDGUID of a Consumption Item Package CITPACKUUID_KKRAW16GUID16
CITPACKCNOSequence Number of Consumption Item in a Package CITPACKCNO_KKNUMC8NUMC8
CITPACKNUMNumber of Consumption Items in a Package CITPACKNUM_KKINT410INT4_NOS
SRCTAIDSource Transaction ID SRCTAID_KKCHAR22ALPHASRCTAID_KK
SRCTATYPESource Transaction Type SRCTATYPE_KKCHAR5Assigned to domainSRCTATYPE_KK
RATINGIDRating ID RATINGID_KKNUMC20RATINGID_KK
RATINGDATEDate of Rating RATINGDATE_KKDATS8DATS
RATINGREVERSEDRating Was Reversed RATINGREVERSED_KKCHAR1RATINGREVERSED_KK
RATINGREVDATEDate of Reversal of Rating RATINGREVDATE_KKDATS8RATINGREVDATE_KK
RATINGREVREASONReason for Reversal of Rating RATINGREVREASON_KKCHAR2RATINGREVREASON_KK
CITERRORConsumption Item with Error CITERROR_KKCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure FKKBIXCIT4_ARCH using ABAP code?

As FKKBIXCIT4_ARCH is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on FKKBIXCIT4_ARCH as there is no data to select.

How to access SAP table FKKBIXCIT4_ARCH

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