PNWTYVD SAP (Application Table Warranty Claim Version) Structure details

Dictionary Type: Structure
Description: Application Table Warranty Claim Version




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




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

PNWTYVD 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 "Application Table Warranty Claim Version" 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_PNWTYVD TYPE PNWTYVD.

The PNWTYVD table consists of various fields, each holding specific information or linking keys about Application Table Warranty Claim Version data available in SAP. These include KATEG (Category), V_REJCD (Decision Code), V_PARNR (Partner), V_PARVW (Partner Role).. 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: Cannot Be Enhanced


SAP PNWTYVD 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
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

Key field Non-key field



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

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

How to access SAP table PNWTYVD

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