FKKCRASSIGN SAP (Assign Checks to Payment Documents) Structure details

Dictionary Type: Structure
Description: Assign Checks to Payment Documents




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




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

FKKCRASSIGN 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 "Assign Checks to Payment Documents" 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_FKKCRASSIGN TYPE FKKCRASSIGN.

The FKKCRASSIGN table consists of various fields, each holding specific information or linking keys about Assign Checks to Payment Documents data available in SAP. These include HBKID (Short Key for a House Bank), HKTID (ID for account details), ZTNUM (Check Number), DOC1R (Reference to Payment Document).. 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 FKKCRASSIGN 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
HKTIDID for account details HKTIDCHAR5Assigned to domainHKTID
ZTNUMCheck Number CRZTNUM_CHCHAR13CHAR13
DOC1RReference to Payment Document DOC1R_PAYCHAR24CHAR24
GPA1RBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
ACC1RContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
RWBTRAmount Paid in the Payment Currency RWBTRCURR13(2) WRTV7
BUDATIssue Date of Check AUSDAT_KKDATS8DATUM
FAEDNCheck Redeemable/Valid From VALFROM_KKDATS8DATUM
STATEStatus of a Payment Medium CHKSTATECHAR1CHKSTATE
ERDATSystem Date SYDATUMDATS8SYDATS
ERNAMUser Name SYUNAMECHAR12SYCHAR12
BNKDTCheck encashment date BANCDDATS8DATUM
CASHRReport Status Redeemability CASHREP_KKCHAR1REPSTATE_KK
CASHRDReport Date for Cashing Check CASHRD_KKDATS8DATUM
CASHRTReport Time for Cashing Check CASHRT_KKTIMS6
CRADDCheckbox XFELDCHAR1XFELD
VALUTValue date VALUTDATS8DATUM
LAUFDDate on Which the Program Is to Be Run LAUFDDATS8DATUM
LAUFIAdditional Identification LAUFICHAR6LAUFI
ORG1TType of Organization ORG1T_PAYCHAR2ORGTP_PAY
ORG1RReference for Organization ORG1R_PAYCHAR8CHAR8
HERKFOrigin of Payment Information CRHERKFCHAR1CRHERKF
ZTARTCR: Payment medium type CRZTKINDCHAR1CRZTKIND
MANDTClient MANDTCLNT3Assigned to domainMANDT

Key field Non-key field



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

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

How to access SAP table FKKCRASSIGN

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