PNWTYV SAP (Warranty Claim Version (PVS Node)) Table details

Dictionary Type: Table
Description: Warranty Claim Version (PVS Node)




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




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

PNWTYV is a standard SAP Table which is used to store Warranty Claim Version (PVS Node) data and is available within R/3 SAP systems depending on the version and release level.

The PNWTYV table consists of various fields, each holding specific information or linking keys about Warranty Claim Version (PVS Node) data available in SAP. These include PNGUID (Internal Number of iPPE Node), PNCNT (Internal Counter), PNTXCNT (Counter for Text Tables), VERSN (Version Number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP PNWTYV 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
PNGUIDInternal Number of iPPE Node WTY_PNGUIDRAW16SYSUUID
PNCNTInternal Counter WTY_COUNTNUMC8NUMC8
PNTXCNTCounter for Text Tables WTY_TXTCOUNTNUMC5NUMC5
VERSNVersion Number WTY_VERSNNUMC4NUMC4
KATEGCategory WTY_KATEGCHAR2WTY_KATEG
V_REJCDDecision Code WTY_REJCDCHAR8CHAR8WTY_F4_REJCD
V_PARNRPartner WTY_PARNRCHAR10ALPHAWTY_PARNRWTY_F4_PARTNER_COL
V_PARVWPartner Role WTY_PARVWCHAR2Assigned to domainPARVWWTY_PARVWWTY_F4_PARTNER_ROLLE
REFKTReference Type WTY_REFKTCHAR2WTY_F4_REFKT
REFNRReference Number WTY_REFNRCHAR35WTY_REFNR
AKTIVActive Version WTY_AKTIVCHAR1WTY_AKTIV
FKDATBilling Document Date WTY_FKDATDATS8DATUM
KNUMVNumber of the document condition KNUMVCHAR10KNUMV
V_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
V_LOG_HANDLEApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22
LOG_HDL_DFCTApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22
PREV_VERSIONNumber of Preceding Version WTY_PREV_VERSNNUMC4NUMC4
VKORGSales Organization WTY_VKORGCHAR4VKOH_TVKO
VTWEGDistribution Channel WTY_VTWEGCHAR2VTWCSH_TVTW
SPARTDivision WTY_SPARTCHAR2SPACSH_TSPA
V_MDOCMMeasurement Document Number WTY_MDOCMCHAR20
REVERSALVersion for Reverse Posting in Accounting WTY_REVERSALCHAR1FLAG
ENDVNNo Further Incoming Versions Are Expected WTY_ENDVERSIONCHAR1WTY_ENDVERSION
EKORGPurchasing Organization WTY_EKORGCHAR4Assigned to domainWTY_EKORGEKOWTY_F4_EKORG
SDVBELNContract Document Number WTY_SDVBELNCHAR10Assigned to domainALPHAVBELN
SDPOSNRContract Item Number WTY_SDPOSNRNUMC6VBUPPOSNR
REFDT_VERSReference Date of Version WTY_REFDT_VERSDATS8DATE
V_MGANRMaster Warranty WTY_MGANRCHAR20Assigned to domainALPHAWTY_MGANRWTY_F4_MGANR
V_GWLDTStart Date of Assigned Warranty WTY_GWLDTDATS8DATUM
RESULT_OUT_MWTYVResult of Object Warranty Check (Customer) WTY_CHECK_RESULTNUMC2WTY_CHECK_RESULT
RESULT_IN_MWTYVResult of Warranty Check for Object (Vendor) WTY_CHECK_RESULT2NUMC2WTY_CHECK_RESULT
V_DUMMYDummy function in length 1 DUMMYCHAR1DUMMY
PRICING_OKPricing Status WTY_STATUS_PRICINGCHAR1WTY_STATUS
NEW_VERSIONNew Status WTY_STATUS_NEWCHAR1WTY_STATUS
COMPSENDRelease Version for Shipping to Partner WTY_STATUS_COMPLETECHAR1WTY_STATUS
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
HEADER_GUIDInternal Number of iPPE Node WTY_PNGUIDRAW16SYSUUID
PNTEXTText for Version of Warranty Claim WTY_PNVTXCHAR60CHAR60

Key field Non-key field



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

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

SELECT SINGLE *
FROM PNWTYV
INTO CORRESPONDING FIELDS OF WA_PNWTYV
WHERE...

How to access SAP table PNWTYV

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