FKKCOLLP SAP (Collections Agency Data (Item)) Structure details

Dictionary Type: Structure
Description: Collections Agency Data (Item)




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




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

FKKCOLLP 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 "Collections Agency Data (Item)" 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_FKKCOLLP TYPE FKKCOLLP.

The FKKCOLLP table consists of various fields, each holding specific information or linking keys about Collections Agency Data (Item) data available in SAP. These include GPART (Business Partner Number), VKONT (Contract Account Number), TRATYP (Transaction Category for External Collections Agency File), OPBEL (Number of Contract Accts Rec. & Payable Doc.).. 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)


SAP FKKCOLLP 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
SATZTYPRecord Category for Collections Agency File SATZTYP_I_KKCHAR1SATZTYP_I_KK
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
TRATYPTransaction Category for External Collections Agency File TRATYP_KKCHAR1TRATYP_KK
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
INKPSCollection Item INKPS_KKNUMC3NUM03
VALUTValue date (batch input) VALUT_B_KKCHAR8CHAR8
WAERSCurrency Key WAERS_KKCUKY5Assigned to domainWAERSFWS
BETRZPayment amount in transaction currency (batch input) BETRZ_B_KKCHAR16CHAR16
NINKBUncollectable Amount NINKB_B_KKCHAR16CHAR16
BETRIInterest Amount in Transaction Currency (Batch Input) BETRI_B_KKCHAR16CHAR16
BETRCCharge Amount in Transaction Currency (Batch Input) BETRC_B_KKCHAR16CHAR16
NRZASPayment Form Number NRZAS_KKCHAR12ALPHANRZAS_KK
TXTVWNote to Payee in Payment TXTVW_KKCHAR80CHAR80
CHCKNCheck number CHCKN_KKCHAR13CHCKN
KOINHSName of Holder of Bank Account/Check Issuer/Cardholder KOINH_KKCHAR60KOINH
BANKSBank country key BANKSCHAR3Assigned to domainLAND1BKL
BANKLBank number BANKLCHAR15BANKLBLZ
BANKNBank account number BANKNCHAR18BANKN
CCNUMPayment cards: Card number CCNUMCHAR25Assigned to domainCCNUM
KOINHCName of Holder of Bank Account/Check Issuer/Cardholder KOINH_KKCHAR60KOINH
CCINSPayment cards: Card type CCINSCHAR4Assigned to domainCCINS
DATABPayment Cards: Valid From (Batch Input) DATAB_B_KKCHAR8CHAR8
DATBIPayment Cards: Valid To (Batch Input) DATBI_B_KKCHAR8CHAR8

Key field Non-key field



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

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

How to access SAP table FKKCOLLP

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