FKKBIXBIT_IT_CRM SAP (CRM FCC: Billed Items) Structure details

Dictionary Type: Structure
Description: CRM FCC: Billed Items




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




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

FKKBIXBIT_IT_CRM 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 "CRM FCC: Billed 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_CRM TYPE FKKBIXBIT_IT_CRM.

The FKKBIXBIT_IT_CRM table consists of various fields, each holding specific information or linking keys about CRM FCC: Billed Items data available in SAP. These include BILLDOCNO (Number of Billing Document), BIT_GRPNO (Grouping of Billable Items in Billing Document), BITBILLCNO (Sequence Number of Billed Item of Billing Document), 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 (character-type or numeric)


SAP FKKBIXBIT_IT_CRM 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
BITSTATUSStatus of Billable Item BITSTATUS_KKCHAR1BITSTATUS_KK
BILLDOCNONumber of Billing Document BILLDOCNO_KKNUMC12Assigned to domainBILLDOCNO_KKFKKINV_BILLDOCNO
BIT_GRPNOGrouping of Billable Items in Billing Document BIT_GRPNO_KKNUMC8
BITBILLCNOSequence Number of Billed Item of Billing Document BITBILLCNO_KKNUMC8NUMC8
BILLCRDATEDate on Which Billing Document Was Created BILLCRDATE_KKDATS8DATUM
SRCTATYPESource Transaction Type SRCTATYPE_KKCHAR5Assigned to domainSRCTATYPE_KK
SRCTATYPE_TXTName of Source Transaction Type SRCTATYPE_TXT_KKCHAR50TEXT50
SRCTAIDSource Transaction ID SRCTAID_KKCHAR22ALPHASRCTAID_KK
BITPACKUUIDGUID of Package of Billable Items BITPACKUUID_KKRAW16GUID16
BITPACKCNOSequence Number of Billable Item in Package BITPACKCNO_KKNUMC8NUMC8
SUBPROCESSSubprocess of Billing SUB_PROCESS_KKCHAR4Assigned to domainSUB_PROCESS_KK
SUBPROCESS_TXTDescription of Subprocess of Billing SUB_PROCESS_TXT_KKCHAR50TEXT50_KK
BITCATBillable Item Class BITCAT_KKCHAR4Assigned to domainBITCAT_KKFKK_BIX_BITCAT
BITCAT_TXTName of Billable Item Class BITCAT_TXT_KKCHAR50TEXT50
BITTYPEType of Billable Item BITTYPE_KKCHAR4Assigned to domainBITTYPE_KK
BITTYPE_TXTName of Billable Item Type BITTYPE_TXT_KKCHAR50TEXT50_KK
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
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
PPACCPrepaid Account PPACC_KKCHAR12ALPHAPPACC_KK8PPACCFKKPREPACC_F4
PREPAIDPrepaid PREPAID_KKCHAR1XFELD
BITDATEDate of Origin of Billable Item BITDATE_KKDATS8DATS
BITTIMETime of Origin of Billable Item BITTIME_KKTIMS6TIMS
BITDATE_FROMStart Date of Usage Period BITPERIODFROM_KKDATS8DATS
BITDATE_TOEnd Date of Usage Period BITPERIODTO_KKDATS8DATS
BITCRDATECreated On BITCRDATE_KKDATS8DATS
BITCRTIMECreated At BITCRTIME_KKTIMS6TIMS
BIT_AMOUNTAmount of Billable Item BIT_AMOUNT_KKCURR13(2) WRTV7
BIT_CURRCurrency of Billable Item BIT_CURR_KKCUKY5Assigned to domainWAERS
BIT_AMOUNT_ORIGAmount of Billable Item BIT_AMOUNT_KKCURR13(2) WRTV7
SIMULATEDBilling Document Is Simulated SIMULATED_KKCHAR1XFELD
BITREVERSALReversal Item for Billable Item BITREVERSAL_KKCHAR1XFELD
BITREVERSEDReversed Billable Item BITREVERSED_KKCHAR1XFELD
BILLREVERSALBilling Document Is a Reversal Document BILLREVERSAL_KKCHAR1XFELD
BILLREVERSEDBilling Document Is Reversed BILLREVERSED_KKCHAR1XFELD
BILLDOCNO_PREDocument Number of Previous Billing Document BILLDOCNO_PRE_KKNUMC12Assigned to domainBILLDOCNO_KKFKKINV_BILLDOCNO
TAX_INCLUDEDTax Included in Amount TAX_INCLUDED_KKCHAR1XFELD
INVDOCNONumber of Invoicing Document INVDOCNO_KKNUMC12Assigned to domainINVDOCNO_KKFKKINV_INVDOCNO
INVDOCITEMSequential Number of Document Item INVDOCITEM_KKNUMC8INVDOCITEM_KK
OBJTYPEObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
DESCRIPTIONDescription (250 Characters) DESCRIPTION_KKCHAR250
DUMMYSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table FKKBIXBIT_IT_CRM

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