FKKBIXCIT_IFCOMPS SAP (Interface Component for Cons. Item Classes (Sort Sequence)) Structure details

Dictionary Type: Structure
Description: Interface Component for Cons. Item Classes (Sort Sequence)




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




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

FKKBIXCIT_IFCOMPS 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 "Interface Component for Cons. Item Classes (Sort Sequence)" 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_IFCOMPS TYPE FKKBIXCIT_IFCOMPS.

The FKKBIXCIT_IFCOMPS table consists of various fields, each holding specific information or linking keys about Interface Component for Cons. Item Classes (Sort Sequence) data available in SAP. These include ACCESS_KEY (Interface Component: Consumption Item ID), PROVIDER_CTR (Interface Component: Provider Contract), CIT_AMOUNT (Interface Component: Amount of Consumption Item), SECONDARY_IT (Interface Component: Secondary Items (Reference Fields)).. 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: Cannot Be Enhanced


SAP FKKBIXCIT_IFCOMPS 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
CONSUM_BASICInterface Component: Basic Data for Consumption Item CIT_IFCOMP_CONSUM_BASIC_KKCHAR12Assigned to domainCIT_IFCOMP_KK
ACCESS_KEYInterface Component: Consumption Item ID CIT_IFCOMP_ACCESS_KEY_KKCHAR12Assigned to domainCIT_IFCOMP_KK
PROVIDER_CTRInterface Component: Provider Contract CIT_IFCOMP_PROVIDER_CTR_KKCHAR12Assigned to domainCIT_IFCOMP_KK
CIT_AMOUNTInterface Component: Amount of Consumption Item CIT_IFCOMP_CIT_AMOUNT_KKCHAR12Assigned to domainCIT_IFCOMP_KK
SECONDARY_ITInterface Component: Secondary Items (Reference Fields) CIT_IFCOMP_SECONDARY_IT_KKCHAR12Assigned to domainCIT_IFCOMP_KK
PARTNER_ITEMInterface Component: Partner Settlement of Partner Items CIT_IFCOMP_PARTNER_ITEM_KKCHAR12Assigned to domainCIT_IFCOMP_KK
PTSET_MECHInt.Comp: Partner Settlement Mechanical and Perf. Royalties CIT_IFCOMP_PTSET_MECH_KKCHAR12Assigned to domainCIT_IFCOMP_KK
PTSET_ROYAInterface Component: Partner Settlement of Royalties CIT_IFCOMP_PTSET_ROYA_KKCHAR12Assigned to domainCIT_IFCOMP_KK
PTSET_SERVInterface Component: Partner Settlement of Service Numbers CIT_IFCOMP_PTSET_SERV_KKCHAR12Assigned to domainCIT_IFCOMP_KK
SAP_CCInterface Component: SAP Convergent Charging CIT_IFCOMP_SAP_CC_KKCHAR12Assigned to domainCIT_IFCOMP_KK

Key field Non-key field



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

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

How to access SAP table FKKBIXCIT_IFCOMPS

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