PNWTYH_DB SAP (DB Table Warranty Claim Header) Structure details

Dictionary Type: Structure
Description: DB Table Warranty Claim Header




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




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

PNWTYH_DB 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 "DB Table Warranty Claim Header" 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_PNWTYH_DB TYPE PNWTYH_DB.

The PNWTYH_DB table consists of various fields, each holding specific information or linking keys about DB Table Warranty Claim Header data available in SAP. These include MANDT (Client), PNGUID (Internal Number of iPPE Node), PNCNT (Internal Counter), PNTXCNT (Counter for Text Tables).. 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 PNWTYH_DB 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PNGUIDInternal Number of iPPE Node WTY_PNGUIDRAW16SYSUUID
PNCNTInternal Counter WTY_COUNTNUMC8NUMC8
PNTXCNTCounter for Text Tables WTY_TXTCOUNTNUMC5NUMC5
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
H_DUMMYDummy function in length 1 DUMMYCHAR1DUMMY
CTR_MODEProcessing Mode of Warranty Claim WTY_MODECHAR1WTY_MODE
NEW_HEADERNew Status WTY_STATUS_NEWCHAR1WTY_STATUS
MANUALWarranty Claim to Manual Processing WTY_MANUALCHAR1FLAG
CLOSEDWarranty Claim Processing Completed WTY_CLOSEDCHAR1FLAG
TIMSTMPUTC Time Stamp in Long Form (YYYYMMDDhhmmss,mmmuuun) WTY_TIMSTMPDEC21(7) TZNTSTMPL
CREADATDate of Application WTY_CREADATDATS8DATUM
CREABYUser Who Created Record WTY_CREABYCHAR12USNAM
CHNGDATDate of Last Change WTY_CHNGDATDATS8DATUM
CHNGBYName of Person Responsible Who Changed Object WTY_CHNGBYCHAR12USNAM
H_PNTEXTText in Warranty Claim Header WTY_PNHTXCHAR60CHAR60
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
DBOPUpdate Indicator WTY_DBOPCHAR1

Key field Non-key field



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

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

How to access SAP table PNWTYH_DB

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