FKKBIXCIT_ALV_VISIBLE SAP (Total of All Fields of All CIT Classes) Structure details

Dictionary Type: Structure
Description: Total of All Fields of All CIT Classes




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




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

FKKBIXCIT_ALV_VISIBLE 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 "Total of All Fields of All CIT Classes" 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_FKKBIXCIT_ALV_VISIBLE TYPE FKKBIXCIT_ALV_VISIBLE.

The FKKBIXCIT_ALV_VISIBLE table consists of various fields, each holding specific information or linking keys about Total of All Fields of All CIT Classes data available in SAP. These include BITREF_ICON (Billable Item), REVTRIG_ICON (Reversal Request for Billable Items), ACCESS_USERID (Consumer ID of Consumption Item), ACCESS_SERVICEID (Service ID of 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 FKKBIXCIT_ALV_VISIBLE 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
CITSTATUS_ICONStatus of Consumption Item CITSTATUS_ICON_KKCHAR40CITSTATUS_ICON_KK
BITREF_ICONBillable Item BITREF_ICON_KKCHAR40BITREF_ICON_KK
REVTRIG_ICONReversal Request for Billable Items BITREVTRIG_ICON_KKCHAR40BITREVTRIG_ICON_KK
ACCESS_USERIDConsumer ID of Consumption Item ACCESS_USERID_KKCHAR50ACCESS_USERID_KK
ACCESS_SERVICEIDService ID of Consumption Item ACCESS_SERVICEID_KKCHAR12ACCESS_SERVICEID_KK
CONSUMDATEConsumption Date Time Stamp CONSUMDATE_KKCHAR14CITSTTIMESTAMP_KKFKK_BIX_CIT_TIMESTAMP
CITCATConsumption Item Class CITCAT_KKCHAR4Assigned to domainCITCAT_KKFKK_BIX_CITCAT
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
VTREFReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
SUBAPSubapplication in Contract Accounts Receivable and Payable SUBAP_KKCHAR1SUBAP_KK8SA
CITCRDATECreated On CITCRDATE_KKDATS8DATS
CITCRTIMECreated At CITCRTIME_KKTIMS6TIMS
CITIDTYPEType of Consumption Item ID CITIDTYPE_KKCHAR5TFK8165CITIDTYPE_KK
CITIDConsumption Item ID CITID_KKCHAR32CITID_KK
RATE_FIRSTTarget Date for Rating RATE_FIRST_KKDATS8
RATINGDATEDate of Rating RATINGDATE_KKDATS8DATS
RATINGIDRating ID RATINGID_KKNUMC20RATINGID_KK
SRCTAIDSource Transaction ID SRCTAID_KKCHAR22ALPHASRCTAID_KK
SRCTATYPESource Transaction Type SRCTATYPE_KKCHAR5TFK8103SRCTATYPE_KK
ARCHIVEDConsumption Item Is Archived CIT_ARCHIVED_KKCHAR1XFELD
SIMULATEDConsumption Item Is Simulated CITSIMULATED_KKCHAR1XFELD

Key field Non-key field



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

As FKKBIXCIT_ALV_VISIBLE 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 FKKBIXCIT_ALV_VISIBLE as there is no data to select.

How to access SAP table FKKBIXCIT_ALV_VISIBLE

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