FKKBIXBIT_USCOMMTAX SAP (Basic Data of Billable Items for Telecommunications Tax) Structure details

Dictionary Type: Structure
Description: Basic Data of Billable Items for Telecommunications Tax




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




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

FKKBIXBIT_USCOMMTAX 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 "Basic Data of Billable Items for Telecommunications Tax" 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_USCOMMTAX TYPE FKKBIXBIT_USCOMMTAX.

The FKKBIXBIT_USCOMMTAX table consists of various fields, each holding specific information or linking keys about Basic Data of Billable Items for Telecommunications Tax data available in SAP. These include ORIGN (Origination), TERTY (Type of Location for Termination), TERMN (Termination), CHRTY (Type of Location for Bill).. 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_USCOMMTAX 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
ORITYType of Origination ORIGN_TYPE_UT_KKCHAR1LOCTY_UT_KK
ORIGNOrigination ORIGN_UT_KKCHAR10LOCTN_UT_KK
TERTYType of Location for Termination TERMN_TYPE_UT_KKCHAR1LOCTY_UT_KK
TERMNTermination TERMN_UT_KKCHAR10LOCTN_UT_KK
CHRTYType of Location for Bill CHRGT_TYPE_UT_KKCHAR1LOCTY_UT_KK
CHRGTBilling Location CHRGT_UT_KKCHAR10LOCTN_UT_KK
CUSTYCustomer Type CUSTY_UT_KKCHAR1CUSTY_UT_KK
INVDTInvoice Date INVDT_UT_KKDATS8DATUM
SBASWTax Base Amount SBASW_UT_KKDEC11(5) AMPD5_KK
LINESTelecommunications Lines LINES_UT_KKINT410LINES_UT_KK
LOCTNNumber of Locations LOCTN_UT_KKNUMC6
TRANTTransaction Type TRANT_UT_KKCHAR6
SERVTService Type SERVT_UT_KKCHAR6
SALEFSale SALEF_UT_KKCHAR1SALEF_UT_KK
INCCDIncorporated INCCD_UT_KKCHAR1INCCD_UT_KK
EXFEDExempt from Federal Tax (US) EXFED_UT_KKCHAR1XFELD
EXSTAExempt from State Tax (US) EXSTA_UT_KKCHAR1XFELD
EXCTYExempt from County Tax (US) EXCTY_UT_KKCHAR1XFELD
EXLOCExempt from Local (City) Tax (US) EXLOC_UT_KKCHAR1XFELD
CUSTXID of Partner for External Tax System CUSTX_UT_KKCHAR20
REGULRegulated REGUL_UT_KKCHAR1REGUL_UT_KK
DURATDuration of Call in Minutes DURAT_UT_KKDEC11(1) DUPD1_KK
TELTYTelecommunication Type TELTY_UT_KKCHAR1TELTY_UT_KK
SERVCService Class SERVC_UT_KKCHAR1SERVC_UT_KK
LIFELLifeline LIFEL_UT_KKCHAR1LIFEL_UT_KK
FACILFacility FACIL_UT_KKCHAR1FACIL_UT_KK
FRANCFranchise FRANC_UT_KKCHAR1FRANC_UT_KK
BUSCLBusiness Class BUSCL_UT_KKCHAR1BUSCL_UT_KK

Key field Non-key field



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

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

How to access SAP table FKKBIXBIT_USCOMMTAX

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