PNWTYH_ALV SAP (Display Structure for Worklist) Structure details

Dictionary Type: Structure
Description: Display Structure for Worklist




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




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

PNWTYH_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 Worklist" 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_ALV TYPE PNWTYH_ALV.

The PNWTYH_ALV table consists of various fields, each holding specific information or linking keys about Display Structure for Worklist data available in SAP. These include CLMNO (Number of Warranty Claim), CLMTY (Warranty Claim Type), REFDT (Reference Date), REFNO (External Number of Claim).. 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 PNWTYH_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
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
CREADATDate of Claim WTY_ANDATDATS8DATUM
CREABYUser who Created the Claim WTY_ANNAMCHAR12USNAMWTY_F4_CREABY
CHNGDATLast Changed on WTY_AEDATDATS8DATUM
CHNGBYName of User who Made Last Change WTY_AENAMCHAR12USNAM

Key field Non-key field



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

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

How to access SAP table PNWTYH_ALV

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