PVWTY_ALV SAP (Display Structure for Item) Structure details

Dictionary Type: Structure
Description: Display Structure for Item




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




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

PVWTY_ALV 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 "Display Structure for Item" 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_PVWTY_ALV TYPE PVWTY_ALV.

The PVWTY_ALV table consists of various fields, each holding specific information or linking keys about Display Structure for Item data available in SAP. These include POSNR (Item Number), POSKT (Controlling Item Type), DEFCT (Defect Code Number), ITMNO (Key for Detailed Item Data).. 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 PVWTY_ALV 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
PRICINGPricing WTY_PRICINGCHAR4CHAR4
POSNRItem Number WTY_POSNRNUMC6Assigned to domainWTY_POSNR
POSKTControlling Item Type WTY_POSKTCHAR4WTY_POSKT
DEFCTDefect Code Number WTY_DEFCTCHAR40CHAR40
ITMNOKey for Detailed Item Data WTY_ITMNOCHAR40CHAR40WTY_F4_ITMNO
QUANTQuantity Claimed WTY_QUANTQUAN15(3) MENG15
MEINHUnit of Measure WTY_MEINHUNIT3Assigned to domainCUNITMEINS
CONTRContribution WTY_CONTRCURR11(2) WERT11
CNTTYCalculation Type for Amount and Contribution WTY_CNTTYCHAR4WTY_CNTTY
REJCDDecision Code WTY_REJCDCHAR8CHAR8WTY_F4_REJCD
REFKTReference Type WTY_REFKTCHAR2Assigned to domainWTY_F4_REFKT
REFNRReference Number WTY_REFNRCHAR35WTY_REFNR
RETPAStatus for Parts that Have to Be Returned from Claimant WTY_RETPACHAR1CWTY004WTY_RETPA
CAUSPPart that Causes Damage WTY_CAUSPCHAR1WTY_CAUSP
PVTXTShort Text in Warranty Claim Item WTY_PVTXCHAR60TEXT60
VALICAmount Claimed by Claimant WTY_VALICCURR13(2) WERTV7
VALOVAmount Claimed by Reimburser WTY_VALOVCURR13(2) WERTV7
VALIVAmount Approved by Reimburser WTY_VALIVCURR13(2) WERTV7
VALOCAmount Approved to Claimant WTY_VALOCCURR13(2) WERTV7
MATNRMaterial Number WTY_MATNRCHAR18Assigned to domainWTY_MATNRMAT
MDOCMMeasurement Document Number WTY_MDOCMCHAR20
LOG_HANDLEMessage Exists WTY_LOG_HANDLECHAR22SYSUUID_22
HERSTPartner Number Manufacturer/Vendor WTY_HERSTCHAR10ALPHAWTY_PARNRWTY_F4_PARTNER_COL
SPLITGrouping Number for Version Split WTY_SPLITNUMC4WTY_SPLIT
RETPA_VStatus Parts to Be Returned to Reimburser WTY_RETPA_VCHAR1CWTY004WTY_RETPA
TAX_CODETax on Sales/Purchases Code WTY_TAX_CODECHAR2Assigned to domainWTY_TAX_CODE
TXJCD1Tax Jurisdiction Code 1 WTY_TXJCD1CHAR15Assigned to domainWTY_TXJCD
TXJCD2Tax Jurisdiction Code 2 WTY_TXJCD2CHAR15Assigned to domainWTY_TXJCD
TXJCD3Tax Jurisdiction Code 3 WTY_TXJCD3CHAR15Assigned to domainWTY_TXJCD
RESULT_OUT_MWTYIResult of Object Warranty Check (Customer) WTY_CHECK_RESULTNUMC2WTY_CHECK_RESULT
RESULT_IN_MWTYIResult of Warranty Check for Object (Vendor) WTY_CHECK_RESULT2NUMC2WTY_CHECK_RESULT
POSKT_CUSTItem Type WTY_POSKT_CUSTCHAR4CWTY011WTY_POSKT_CUSTWTY_F4_POSKT_CUST
REFDT_REFNRReference Date for Reference Number of Claim Item WTY_REFDT_REFNRDATS8DATE
I_RELOBInternal Object Number WTY_RELOBCHAR40WTY_RELOB
I_RELOB_EXTExternal Object Number WTY_RELOB_EXTCHAR40WTY_RELOB
I_RELTYType of Warranty Object WTY_RELTYCHAR4Assigned to domainWTY_RELTYWTY_F4_RELTY
I_RELDTDate for Warranty Object WTY_RELDTDATS8DATUM
I_SERNOSerial Number WTY_SERNOCHAR18ALPHAGERNR
I_MGANRMaster Warranty WTY_MGANRCHAR20Assigned to domainALPHAWTY_MGANRWTY_F4_MGANR
I_GWLDTStart Date of Assigned Warranty WTY_GWLDTDATS8DATUM
RETPA_DATEDate for Status of Parts to be Returned to Claimant WTY_RETPA_DATEDATS8WTY_RETPA_DATE
RETPA_DATE_VDate for Status of Parts to be Returned to Reimburser WTY_RETPA_DATE_VDATS8WTY_RETPA_DATE

Key field Non-key field



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

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

How to access SAP table PVWTY_ALV

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