KOMKRW SAP (Output Determination for Communication Area Version Warranty) Structure details

Dictionary Type: Structure
Description: Output Determination for Communication Area Version Warranty




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




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

KOMKRW 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 Determination for Communication Area Version Warranty" 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_KOMKRW TYPE KOMKRW.

The KOMKRW table consists of various fields, each holding specific information or linking keys about Output Determination for Communication Area Version Warranty data available in SAP. These include CLMNO (Number of Warranty Claim), CLMTY (Warranty Claim Type), REFDT (Reference Date), REFNO (External Number of Claim).. 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 KOMKRW 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
CLMNONumber of Warranty Claim WTY_CLMNOCHAR12ALPHAWTY_CLMNOCLMNOWTY_F4_CLMNO_C
CLMTYWarranty Claim Type WTY_CLMTYCHAR4Assigned to domainWTY_CLMTYWTY_F4_CLMTY
REFDTReference Date WTY_REFDTDATS8DATE
REFNOExternal Number of Claim WTY_REFNOCHAR40CHAR40
OLDCNNumber of Preceding Warranty Claim WTY_OLDCNCHAR12ALPHAWTY_CLMNO
AUTNOAuthorization Number WTY_AUTNOCHAR12CHAR12
AUTNAName of Authorizer WTY_AUTNACHAR12CHAR12WTY_F4_AUTNA
CLERKPerson Responsible WTY_CLERKCHAR12UNAMEWTY_F4_CLERK
RELTYType of Warranty Object WTY_RELTYCHAR4Assigned to domainWTY_RELTYWTY_F4_RELTY
RELOB_EXTExternal Object Number WTY_RELOB_EXTCHAR40WTY_RELOB
RELOBInternal Object Number WTY_RELOBCHAR40WTY_RELOB
RELOTObject Grouping WTY_RELOTCHAR4CHAR4
RELDTDate for Warranty Object WTY_RELDTDATS8DATUM
PARNRPartner WTY_PARNRCHAR10ALPHAWTY_PARNRWTY_F4_PARTNER_COL
PARVWPartner Role WTY_PARVWCHAR2Assigned to domainPARVWWTY_PARVWWTY_F4_PARTNER_ROLLE
OBJNRObject Number for Status Management WTY_OBJNRCHAR22Assigned to domainWTY_OBJNR
ASTATEProcessing Status of Warranty Claim WTY_ASTATECHAR4Assigned to domainWTY_ASTATEWTY_F4_ASTATE
WERKSPlant WTY_WERKSCHAR4Assigned to domainWTY_WERKSWRKH_T001W
QMNUMNotification Number WTY_QMNUMCHAR12Assigned to domainALPHAWTY_QMNUMIQMWTY_F4_QMNUM
LOG_HANDLEApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22
LOG_MESSAGEApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22
CLMGRPWarranty Claim Group WTY_CLMGRPCHAR10CWTY006WTY_CLMGRP
RESULT_OUT_MWTYResult of Object Warranty Check (Customer) WTY_CHECK_RESULTNUMC2WTY_CHECK_RESULT
RESULT_IN_MWTYResult of Warranty Check for Object (Vendor) WTY_CHECK_RESULT2NUMC2WTY_CHECK_RESULT
RELTY2Type of Warranty Object WTY_RELTYCHAR4Assigned to domainWTY_RELTYWTY_F4_RELTY
RELOB_EXT2External Object Number WTY_RELOB_EXTCHAR40WTY_RELOB
RELOB2Internal Object Number WTY_RELOBCHAR40WTY_RELOB
SERNOSerial Number WTY_SERNOCHAR18ALPHAGERNR
SERNO2Serial Number WTY_SERNOCHAR18ALPHAGERNR
CBACTIONDTRecall Valid To WTY_RCL_VALID_TODATS8DATS
OR_DUMMYDummy Data Element for Online Reporting WTY_OR_DUMMYINT13
CLOSE_DATEDate on Which Claim Was Completed WTY_CLOSE_DATEDATS8DATE
ARCHIV_FLAGArchiving Indicator WTY_ARCH_FLAGCHAR1WTY_ARCH_FLAG
VERSNVersion Number WTY_VERSNNUMC4NUMC4
KATEGCategory WTY_KATEGCHAR2WTY_KATEG
REJCDDecision Code WTY_REJCDCHAR8CHAR8WTY_F4_REJCD
REFKTReference Type WTY_REFKTCHAR2WTY_F4_REFKT
REFNRReference Number WTY_REFNRCHAR35WTY_REFNR
AKTIVActive Version WTY_AKTIVCHAR1WTY_AKTIV
KNUMVNumber of the document condition KNUMVCHAR10KNUMV
CRNCYVersion Currency WTY_CRNCYCUKY5Assigned to domainWAERSWTY_F4_TCURC
PRSDTDate for Pricing and Exchange Rate WTY_PRSDTDATS8DATUM
KURSKExchange Rate for Pricing WTY_KURSKDEC9(5) EXCRTWTY_KURRF

Key field Non-key field



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

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

How to access SAP table KOMKRW

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