KOMZRKES SAP (Settlement Request: Check Fields on Header Level) Structure details

Dictionary Type: Structure
Description: Settlement Request: Check Fields on Header Level




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




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

KOMZRKES 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 "Settlement Request: Check Fields on Header Level" 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_KOMZRKES TYPE KOMZRKES.

The KOMZRKES table consists of various fields, each holding specific information or linking keys about Settlement Request: Check Fields on Header Level data available in SAP. These include WRTYP (Entry category: payment), LFART (Agency business: Billing document type), LFTYP (Agency business: Billing category), KALSM (Procedure (Pricing, Output Control, Acct. Det., Costing,...)).. 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 KOMZRKES 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
WRARTAgency business: Payment type WRARTCHAR4Assigned to domainWRARTWRA
WRTYPEntry category: payment WRTYPCHAR1WRTYP
LFARTAgency business: Billing document type WFARTCHAR4Assigned to domainWFARTWFA
LFTYPAgency business: Billing category WFTYPCHAR2WFTYP
KALSMProcedure (Pricing, Output Control, Acct. Det., Costing,...) KALSM_DCHAR6Assigned to domainKALSM
KALSMDProcedure (Pricing, Output Control, Acct. Det., Costing,...) KALSM_DCHAR6Assigned to domainKALSM
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
LIFREDifferent Invoicing Party LIFRECHAR10Assigned to domainALPHALIFNRLRE
LNRZBAgency business: Payee W_LIFZECHAR10Assigned to domainALPHALIFNR
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
ZLSCHPayment Method SCHZW_BSEGCHAR1Assigned to domainZLSCH
ZTERMDTerms of Payment Key DZTERMCHAR4ZTERM
ZLSCHDPayment Method SCHZW_BSEGCHAR1Assigned to domainZLSCH
KUNREBill-to party KUNRECHAR10Assigned to domainALPHAKUNNRKUN
KUNRGPayer KUNRGCHAR10Assigned to domainALPHAKUNNR
KIDNOPayment Reference KIDNOCHAR30CHAR30
RBRTWRAgency business: Gross invoice amount in doc. currency WBRTWCURR15(2) WERTV8
WAERLCurrency of Agency Document WAERLCUKY5Assigned to domainWAERSFWS
VALDTFixed value date VALDTDATS8DATUM
VALDTDFixed Value Date WVALDTDATS8DATUM
ESTATUSAgency business: Application status WSTATECHAR4Assigned to domainWSTATE
STCEGCheck for Vendor VAT ID WLF_CHECK_STCEGCHAR1XFELD
STCEGDCheck for Customer VAT ID WLF_CHECK_STCEGDCHAR1XFELD
LANDTXTax departure country LANDTXCHAR3Assigned to domainLAND1LND
LAND1TXTax Destination Country LAND1TXCHAR3Assigned to domainLAND1LND
LANDLSupplying Country LANDLCHAR3Assigned to domainLAND1
DATUMDate DATUMDATS8DATUM
LIFNR_FIAlternative Creditor WLF_LIFNR_FICHAR10Assigned to domainALPHALIFNR
INCO1Incoterms (Part 1) INCO1CHAR3Assigned to domainINCO1
LFGRUAgency business: Reason for activity WFGRUCHAR3Assigned to domainWFGRU
BUKRS_DEBAB: Company Code - Customer WLF_BUKRS_CUSTOMER_REGUCHAR4Assigned to domainBUKRSWLF_BUKRS_DEB

Key field Non-key field



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

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

How to access SAP table KOMZRKES

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