FKKCRPOSPAY1 SAP (Extract from Check Table (Selection)) Structure details

Dictionary Type: Structure
Description: Extract from Check Table (Selection)




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




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

FKKCRPOSPAY1 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 "Extract from Check Table (Selection)" 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_FKKCRPOSPAY1 TYPE FKKCRPOSPAY1.

The FKKCRPOSPAY1 table consists of various fields, each holding specific information or linking keys about Extract from Check Table (Selection) data available in SAP. These include HBKID (Short Key for a House Bank), HKTID (ID for account details), ZTNUM (Check Number), BUDAT (Issue Date of Check).. 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 FKKCRPOSPAY1 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
BBUKRCompany Code in Payment Document BUKRS_PAYCHAR4Assigned to domainBUKRS
HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
HKTIDID for account details HKTIDCHAR5Assigned to domainHKTID
ZTNUMCheck Number CRZTNUM_CHCHAR13CHAR13
BUDATIssue Date of Check AUSDAT_KKDATS8DATUM
RWBTRAmount Paid in the Payment Currency RWBTRCURR13(2) WRTV7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
STATEStatus of a Payment Medium CHKSTATECHAR1CHKSTATE
LAUFIAdditional Identification LAUFICHAR6LAUFI
LAUFDDate on Which the Program Is to Be Run LAUFDDATS8DATUM
GPA1RBusiness Partner Reference GPA1R_PAYCHAR12CHAR12
ACC1RReference to Contract Account ACC1R_PAYCHAR18CHAR18
HERKFOrigin of Payment Information CRHERKFCHAR1CRHERKF
ORG1TType of Organization ORG1T_PAYCHAR2ORGTP_PAY
ORG1RReference for Organization ORG1R_PAYCHAR8CHAR8
ZTARTCR: Payment medium type CRZTKINDCHAR1CRZTKIND
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATSystem Date SYDATUMDATS8SYDATS
ERTIMSystem Time SYUZEITTIMS6SYTIME
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATSystem Date SYDATUMDATS8SYDATS
AETIMSystem Time SYUZEITTIMS6SYTIME
CASHRDReport Date for Cashing Check CASHRD_KKDATS8DATUM
CASHRTReport Time for Cashing Check CASHRT_KKTIMS6
VOIDRSReason for Check Voiding VOIDREAS_KKCHAR2Assigned to domainVOIDREAS_KK
VOIDRDReport Date with Voided Check VOIDREPD_KKDATS8DATUM
VOIDRTReport Time for Check Voiding VOIDRT_KKTIMS6

Key field Non-key field



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

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

How to access SAP table FKKCRPOSPAY1

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