CWTY001 SAP (Claim Types Warranty Claim) Table details

Dictionary Type: Table
Description: Claim Types Warranty Claim




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




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

CWTY001 is a standard SAP Table which is used to store Claim Types Warranty Claim data and is available within R/3 SAP systems depending on the version and release level.

The CWTY001 table consists of various fields, each holding specific information or linking keys about Claim Types Warranty Claim data available in SAP. These include CLMTY (Warranty Claim Type), NUMKI (Number range), NUMKE (Number range), HEADER_DYNPRO (Customer Screen Area in Claim Header).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = CWTY001T


SAP CWTY001 table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
CLMTYWarranty Claim Type WTY_CLMTYCHAR4WTY_CLMTYWTY_F4_CLMTY
NUMKINumber range NUMKRCHAR2CHAR2
NUMKENumber range NUMKRCHAR2CHAR2
HEADER_DYNPROCustomer Screen Area in Claim Header WTY_HEADER_DYNPROCHAR4DYNNR
LAYOUTScreen Layout WTY_LAYOUTCHAR4TAMLAY0TAB_LAYOUT
AAPROFAction Control to Process Warranty Claim WTY_AAPROFCHAR4CWTYA03WTY_APROF
PARVWDefault Value Partner Function Reimburser WTY_PARVW_OVCHAR2Assigned to domainPARVWWTY_PARVW
PARNRDefault Value Partner Reimburser WTY_PARNR_OVCHAR10ALPHAWTY_PARNR
PARVW_ICDefault Value Partner Function Claimant WTY_PARVW_ICCHAR2Assigned to domainPARVWWTY_PARVW
KALSM_PRProcedure (Pricing, Messages, Account Determination) WTY_KALSM_DCHAR6WTY_KALSM_D
KALSM_NAProcedure (Pricing, Messages, Account Determination) WTY_KALSM_DCHAR6WTY_KALSM_D
KALSM_KOProcedure (Pricing, Messages, Account Determination) WTY_KALSM_DCHAR6WTY_KALSM_D
ASTATEProcessing Status of Warranty Claim WTY_ASTATECHAR4CWTYA05WTY_ASTATEWTY_F4_ASTATE
WERKSPlant WTY_WERKSCHAR4Assigned to domainWTY_WERKSWRKH_T001W
CRNCY_ICVersion Currency WTY_CRNCYCUKY5Assigned to domainWAERSWTY_F4_TCURC
START_KATEGCategory of First Version for Manual Creation WTY_START_KATEGCHAR2WTY_KATEG
BLART_RDocument Type for Customer Posting WTY_BLART_RCHAR2WTY_BLARTBARWTY_F4_BLART
BLART_PDocument Type for Vendor Posting WTY_BLART_PCHAR2WTY_BLARTBARWTY_F4_BLART
ERSCHCO-PA Transfer Structure WTY_ERSCHCHAR2WTY_ERSCH
VTWEGDistribution Channel WTY_VTWEGCHAR2VTWCSH_TVTW
VKORGSales Organization WTY_VKORGCHAR4VKOH_TVKO
ASTATE_IVProcessing Status of Warranty Claim WTY_ASTATECHAR4WTY_ASTATEWTY_F4_ASTATE
SPLCRField that Causes Split WTY_SPLCRCHAR30DDFLDNAMEWTY_F4_SPLCR
EKORGPurchasing Organization WTY_EKORGCHAR4Assigned to domainWTY_EKORGEKOWTY_F4_EKORG
LAYOUT_TREEScreen Layout WTY_LAYOUTCHAR4TAMLAY0TAB_LAYOUT
AUTOAuthorization Indicator WTY_AUTORICHAR1WTY_AUTORI
RECALLRecall Indicator WTY_RECALLCHAR1WTY_RECALL
SPARTDivision WTY_SPARTCHAR2SPACSH_TSPA
CHANGEDOCCreate Change Documents WTY_CHANGEDOCCHAR1WTY_CHANGEDOC
POSKT_GRPItem Type Group WTY_POSKT_GRPCHAR2CWTY012WTY_POSKT_GRP
KSCHL1Condition Type - Amount WTY_KSCHL1CHAR4V_WTY_T685T_FKKSCHL
KSCHL2Condition Type - Percentage WTY_KSCHL2CHAR4V_WTY_T685T_FKKSCHL
PARGRPartner Determination Procedure Warranty Claim WTY_PARGRCHAR4TVPGPARGRWTY_PARGRWTY_F4_TVPG

Key field Non-key field



How do I retrieve data from SAP table CWTY001 using ABAP code

The following ABAP code Example will allow you to do a basic selection on CWTY001 to SELECT all data from the table
DATA: WA_CWTY001 TYPE CWTY001.

SELECT SINGLE *
FROM CWTY001
INTO CORRESPONDING FIELDS OF WA_CWTY001
WHERE...

How to access SAP table CWTY001

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