WTY_PNWTYV_ARCH SAP (Archiving Structure Warranty Claim Version) Structure details

Dictionary Type: Structure
Description: Archiving Structure Warranty Claim Version




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




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

WTY_PNWTYV_ARCH 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 "Archiving Structure 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_WTY_PNWTYV_ARCH TYPE WTY_PNWTYV_ARCH.

The WTY_PNWTYV_ARCH table consists of various fields, each holding specific information or linking keys about Archiving Structure Warranty Claim Version 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 WTY_PNWTYV_ARCH 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
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
CLMNONumber of Warranty Claim WTY_CLMNOCHAR12ALPHAWTY_CLMNOCLMNOWTY_F4_CLMNO_C
PALTID_GUIDGUID Warranty Claim WTY_GUIDRAW16SYSUUID
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002

Key field Non-key field



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

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

How to access SAP table WTY_PNWTYV_ARCH

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