FKKCC_CHARGING_ERROR SAP (Errors for Charging Web Service SAP CC) Structure details

Dictionary Type: Structure
Description: Errors for Charging Web Service SAP CC




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




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

FKKCC_CHARGING_ERROR 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 "Errors for Charging Web Service SAP CC" 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_FKKCC_CHARGING_ERROR TYPE FKKCC_CHARGING_ERROR.

The FKKCC_CHARGING_ERROR table consists of various fields, each holding specific information or linking keys about Errors for Charging Web Service SAP CC data available in SAP. These include ERROR_REASON (Character field, length 32), ERROR_MESSAGE (Long Text as String), ERR_CAUSE_MODULE (Character field, length 32), ERR_CAUSE_CODE (Natural Number).. 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 FKKCC_CHARGING_ERROR 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
ERROR_CATEGORYCharacter field, length 32 CHAR32CHAR32CHAR32
ERROR_REASONCharacter field, length 32 CHAR32CHAR32CHAR32
ERROR_MESSAGELong Text as String MESSAGE_STRING_KKSTRG0STRING
ERR_CAUSE_MODULECharacter field, length 32 CHAR32CHAR32CHAR32
ERR_CAUSE_CODENatural Number INT4INT410INT4
ERR_CAUSE_MESSAGELong Text as String MESSAGE_STRING_KKSTRG0STRING
CAUSED_BY 0
MANDTClient MANDTCLNT3Assigned to domainMANDT
CITIDTYPEType of Consumption Item ID CITIDTYPE_KKCHAR5TFK8165CITIDTYPE_KK
CITIDConsumption Item ID CITID_KKCHAR32CITID_KK
CITUUIDUnique Identifier of a Consumption Item CITUUID_KKRAW16GUID16
ACCESS_USERIDConsumer ID of Consumption Item ACCESS_USERID_KKCHAR50ACCESS_USERID_KK
ACCESS_SERVICEIDService ID of Consumption Item ACCESS_SERVICEID_KKCHAR12ACCESS_SERVICEID_KK
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
VTPIDExternal GUID of Provider Contract Items VTPID_KKRAW16SYSUUID
VTREFReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
VTPOSContract: Item Number VTPOS_KKNUMC6VTPOS_KK
SUBAPSubapplication in Contract Accounts Receivable and Payable SUBAP_KKCHAR1SUBAP_KK8SA
APPLKApplication area APPLK_KKCHAR1APPLK_KK
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
KEYPPSubarea for Parallelization in Mass Processing KEYPP_KKNUMC3NUMC3
CONSUMDATEConsumption Date Time Stamp CONSUMDATE_KKCHAR14CITSTTIMESTAMP_KKFKK_BIX_CIT_TIMESTAMP
CITPACKUUIDGUID of a Consumption Item Package CITPACKUUID_KKRAW16GUID16
CITPACKNUMNumber of Consumption Items in a Package CITPACKNUM_KKINT410INT4_NOS
CITPACKCNOSequence Number of Consumption Item in a Package CITPACKCNO_KKNUMC8NUMC8
RATE_FIRSTTarget Date for Rating RATE_FIRST_KKDATS8
CITSTATUSStatus of Consumption Item CITSTATUS_KKCHAR1CITSTATUS_KK
CITCATConsumption Item Class CITCAT_KKCHAR4Assigned to domainCITCAT_KKFKK_BIX_CITCAT
CITCRDATECreated On CITCRDATE_KKDATS8DATS
CITCRTIMECreated At CITCRTIME_KKTIMS6TIMS
CITCRMODECreation Mode of Consumption Item CITCRMODE_KKCHAR1CITCRMODE_KK
CHHISTHistory Record Exists for Change CITCHHIST_KKCHAR1XFELD
RATINGIDRating ID RATINGID_KKNUMC20RATINGID_KK
RATINGCNTNumber of Rating Runs of a Consumption Item RATINGCNT_KKINT13INT1
SIMULATEDConsumption Item Is Simulated CITSIMULATED_KKCHAR1XFELD
EXCDATEException Date CITEXCDATE_KKDATS8DATS
EXCHISTHistory Record Exists for Exception CITEXCHIST_KKCHAR1XFELD
EXCREASONException Reason for Consumption Items CITEXCREASON_KKCHAR2Assigned to domainCITEXCREASON_KK
EXCTIMETime of Exception CITEXCTIME_KKTIMS6TIMS
EXCUSNAMName of User Who Excepted the Item CITEXCUSNAM_KKCHAR12Assigned to domainXUBNAME
CITREVERSEDReversed Consumption Item CITREVERSED_KKCHAR1CITREVERSED_KK
SRCTAIDSource Transaction ID SRCTAID_KKCHAR22ALPHASRCTAID_KK
SRCTATYPESource Transaction Type SRCTATYPE_KKCHAR5TFK8103SRCTATYPE_KK
RATINGDATEDate of Rating RATINGDATE_KKDATS8DATS
RATINGREVERSEDRating Was Reversed RATINGREVERSED_KKCHAR1RATINGREVERSED_KK
RATINGREVDATEDate of Reversal of Rating RATINGREVDATE_KKDATS8RATINGREVDATE_KK
RATINGREVREASONReason for Reversal of Rating RATINGREVREASON_KKCHAR2RATINGREVREASON_KK
RELTYPE_PRIMARYType of Relationship to Primary Item RELTYPE_PRIMARY_KKCHAR2RELTYPE_PRIMARY_KK
CITERRORConsumption Item with Error CITERROR_KKCHAR1XFELD
ARCHIVEDConsumption Item Is Archived CIT_ARCHIVED_KKCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table FKKCC_CHARGING_ERROR

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