FKKBIXBIT_IT_ALV_VISIBLE SAP (Structure with Visible Display Fields - Main Items) Structure details

Dictionary Type: Structure
Description: Structure with Visible Display Fields - Main Items




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




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

FKKBIXBIT_IT_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 "Structure with Visible Display Fields - Main 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_FKKBIXBIT_IT_ALV_VISIBLE TYPE FKKBIXBIT_IT_ALV_VISIBLE.

The FKKBIXBIT_IT_ALV_VISIBLE table consists of various fields, each holding specific information or linking keys about Structure with Visible Display Fields - Main Items data available in SAP. These include REVTRIG_ICON (Reversal Request for Billable Items), BITSTATUS (Status of Billable Item), STATUS_ICON (Icon for Status of Billable Item), BILLCRDATE (Date on Which Billing Document Was Created).. 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 (Deep)


SAP FKKBIXBIT_IT_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
BITSTATUS_ICONIcon for Status of Billable Item BIT_STATUS_ICON_KKCHAR40BITSTATUS_ICON_KK
REVTRIG_ICONReversal Request for Billable Items BITREVTRIG_ICON_KKCHAR40BITREVTRIG_ICON_KK
BITSTATUSStatus of Billable Item BITSTATUS_KKCHAR1BITSTATUS_KK
STATUS_ICONIcon for Status of Billable Item BIT_STATUS_ICON_KKCHAR40BITSTATUS_ICON_KK
BILLCRDATEDate on Which Billing Document Was Created BILLCRDATE_KKDATS8DATUM
BILLDOCNONumber of Billing Document BILLDOCNO_KKNUMC12Assigned to domainBILLDOCNO_KKFKKINV_BILLDOCNO
SIMULATEDBilling Document Is Simulated SIMULATED_KKCHAR1XFELD
SRCTATYPESource Transaction Type SRCTATYPE_KKCHAR5Assigned to domainSRCTATYPE_KK
SRCTAIDSource Transaction ID SRCTAID_KKCHAR22ALPHASRCTAID_KK
SUBPROCESSSubprocess of Billing SUB_PROCESS_KKCHAR4Assigned to domainSUB_PROCESS_KK
BITCATBillable Item Class BITCAT_KKCHAR4Assigned to domainBITCAT_KKFKK_BIX_BITCAT
BITTYPEType of Billable Item BITTYPE_KKCHAR4Assigned to domainBITTYPE_KK
PREPAIDPrepaid PREPAID_KKCHAR1XFELD
PPREFILLPrepaid Account Balance Change PPREFILL_KKCHAR1XFELD
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
VTREFReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
PPACCPrepaid Account PPACC_KKCHAR12ALPHAPPACC_KK8PPACCFKKPREPACC_F4
BILL_FIRSTTarget Date for Billing BILL_FIRST_KKDATS8
BITDATEDate of Origin of Billable Item BITDATE_KKDATS8DATS
BITCRDATECreated On BITCRDATE_KKDATS8DATS
BIT_AMOUNTAmount of Billable Item BIT_AMOUNT_KKCURR13(2) WRTV7
BIT_CURRCurrency of Billable Item BIT_CURR_KKCUKY5Assigned to domainWAERS
BIT_QUANTITYBilling Quanitiy of Billable Item BIT_QUANTITY_KKQUAN31(14)
BIT_QTY_UNITUnit for the Billing Quantity of Billable Items BIT_QTY_UNIT_KKUNIT3Assigned to domainCUNITMEINS
POSTRELPosting-Relevant Line Item POSTREL_KKCHAR1XFELD
PRINTRELLine Item Is Relevant for Printing PRINTREL_KKCHAR1XFELD
SPARTDivision SPART_KKCHAR2Assigned to domainSPARTSPA
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
HVORGMain Transaction for Line Item HVORG_KKCHAR4Assigned to domainHVORG_KK8HV
TVORGSubtransaction for Document Item TVORG_KKCHAR4Assigned to domainTVORG_KK
KOFIZAccount Determination ID KOFIZ_KKCHAR2KOFIZ_KK
TAX_INCLUDEDTax Included in Amount TAX_INCLUDED_KKCHAR1XFELD
TAX_DET_TYPEType of Tax Calculation TAX_DET_TYPE_KKCHAR2TAX_DET_TYPE_KK
ERMWSKZIndicator: Tax Determination Code ERMWSKZCHAR2Assigned to domainERMWSKZ
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
EXCHIST_ICONException History Exists for Billable Item BIT_EXCHIST_ICON_KKCHAR25
ARCHIVEDBillable Item Is Archived BIT_ARCHIVED_KKCHAR1XFELD
INVDOCNONumber of Invoicing Document INVDOCNO_KKNUMC12Assigned to domainINVDOCNO_KKFKKINV_INVDOCNO

Key field Non-key field



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

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

How to access SAP table FKKBIXBIT_IT_ALV_VISIBLE

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