/KYK/CHECK_REGISTER SAP (Output structure Master Data Credit managment) Structure details

Dictionary Type: Structure
Description: Output structure Master Data Credit managment




ABAP Code to SELECT data from /KYK/CHECK_REGISTER
Related tables to /KYK/CHECK_REGISTER
Access table /KYK/CHECK_REGISTER




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

/KYK/CHECK_REGISTER 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 "Output structure Master Data Credit managment" 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_/KYK/CHECK_REGISTER TYPE /KYK/CHECK_REGISTER.

The /KYK/CHECK_REGISTER table consists of various fields, each holding specific information or linking keys about Output structure Master Data Credit managment data available in SAP. These include HBKID (Short Key for a House Bank), BANKA (Name of bank), XBANC (X - Paid Check), 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 /KYK/CHECK_REGISTER 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
ZBUKRCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
BANKAName of bank BANKACHAR60TEXT60
XBANCX - Paid Check XBANCCHAR1XFELD
HKTIDID for account details HKTIDCHAR5Assigned to domainHKTID
CHECFCheck Number From CHECFCHAR13CHCKNCHK
CHECTCheck number CHECTCHAR13CHCKNCHK
CHEC_RANGEText TXT30CHAR30TEXT30
VBLNRDocument Number of the Payment Document VBLNRCHAR10ALPHABELNR
ZALDTProbable Payment Date (Cash Discount 1 Due) DZALDTDATS8DATUM
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
RWBTRAmount Paid in the Payment Currency RWBTRCURR13(2) WRTV7
TEXT132Text (length 132) TEXT132CHAR132TEXT132
VOIDUVoided check user VOIDUCHAR12UNAME
VOIDRCheck void reason code VOIDRNUMC2Assigned to domainVOIDR
VOIDTCheck void reason code (text) VOIDTCHAR50TEXT50
ZNME1Name of the payee DZNME1CHAR35TEXT35
ZORT1City of the payee DZORT1CHAR35TEXT35
ZPFORCity of payee's PO box PFORT_ZCHAR35TEXT35
ZREGIRegional code of the payee DZREGICHAR3Assigned to domainREGIO
BANCDCheck encashment date BANCDDATS8DATUM

Key field Non-key field



How do I retrieve data from SAP structure /KYK/CHECK_REGISTER using ABAP code?

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

How to access SAP table /KYK/CHECK_REGISTER

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