FKKCRPO9 SAP (Credit Processing: Transfer) Structure details

Dictionary Type: Structure
Description: Credit Processing: Transfer




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




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

FKKCRPO9 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 "Credit Processing: Transfer" 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_FKKCRPO9 TYPE FKKCRPO9.

The FKKCRPO9 table consists of various fields, each holding specific information or linking keys about Credit Processing: Transfer data available in SAP. These include PYMET (Payment Method), FAEDN (Due date for net payment), HBKID (Short Key for a House Bank), HKTID (ID for account details).. 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 FKKCRPO9 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
FROM_PAYMENTLOTData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
PYMETPayment Method PYMET_KKCHAR1Assigned to domainPYMET_KK
FAEDNDue date for net payment FAEDN_KKDATS8DATUM
HBKIDShort Key for a House Bank HBKIDCHAR5T012HBKID
HKTIDID for account details HKTIDCHAR5T012KHKTID
TXTVWNote to Payee in Payment TXTVR_KKCHAR80TEXT80
BANKSBank country key BANKSCHAR3T005LAND1BKL
BANKLBank number BANKLCHAR15BANKLBLZ
BANKNBank account number BANKNCHAR18BANKN
BKONTBank Control Key BKONTCHAR2BKONT
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
BKREFReference specifications for bank details BKREFCHAR20CHAR20
XPGROPost Office Bank Current Account XPGROCHAR1XFELD
KOINHName of Holder of Bank Account/Check Issuer/Cardholder KOINH_KKCHAR60KOINH
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
PYBUKCompany Code for Automatic Payment Transactions PYBUK_KKCHAR4Assigned to domainBUKRS
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
BLARTDocument Type BLART_KKCHAR2TFK003BLART_KK
APPLKApplication area APPLK_KKCHAR1APPLK_KK
CURR_BETRWCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BETRW_TOPAYAmount in Transaction Currency with +/- Sign BETRW_KKCURR13(2) WRTV7
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB

Key field Non-key field



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

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

How to access SAP table FKKCRPO9

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