WTYBW_ITEM SAP (BW: Warranty Item) Structure details

Dictionary Type: Structure
Description: BW: Warranty Item




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




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

WTYBW_ITEM 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 "BW: Warranty 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_WTYBW_ITEM TYPE WTYBW_ITEM.

The WTYBW_ITEM table consists of various fields, each holding specific information or linking keys about BW: Warranty Item data available in SAP. These include VERSION_GUID (Character field, length 32), GUID (Character field, length 32), POSKT (Controlling Item Type), DEFCT (Defect Code 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP WTYBW_ITEM 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
HEADER_GUIDCharacter field, length 32 CHAR32CHAR32CHAR32
VERSION_GUIDCharacter field, length 32 CHAR32CHAR32CHAR32
GUIDCharacter field, length 32 CHAR32CHAR32CHAR32
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
REJCD_OCDecision Code WTY_REJCDCHAR8CHAR8WTY_F4_REJCD
REJCD_IVDecision Code WTY_REJCDCHAR8CHAR8WTY_F4_REJCD
RETPAStatus for Parts that Have to Be Returned from Claimant WTY_RETPACHAR1WTY_RETPA
V_CRNCYVersion Currency WTY_CRNCYCUKY5Assigned to domainWAERSWTY_F4_TCURC
CAUSPPart that Causes Damage WTY_CAUSPCHAR1WTY_CAUSP
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
VENDORPartner WTY_PARNRCHAR10ALPHAWTY_PARNRWTY_F4_PARTNER_COL
CUSTOMERPartner WTY_PARNRCHAR10ALPHAWTY_PARNRWTY_F4_PARTNER_COL
HERSTPartner Number Manufacturer/Vendor WTY_HERSTCHAR10ALPHAWTY_PARNRWTY_F4_PARTNER_COL
RETPA_VStatus Parts to Be Returned to Reimburser WTY_RETPA_VCHAR1WTY_RETPA
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_CUSTCHAR4WTY_POSKT_CUSTWTY_F4_POSKT_CUST
REFDT_REFNRReference Date for Reference Number of Claim Item WTY_REFDT_REFNRDATS8DATE
FINAL_ITEMCopy Price WTY_FLAGCHAR1DDFLAG
HDATEReference Date WTY_REFDTDATS8DATE
RECALLNOAuthorization Number WTY_AUTNOCHAR12CHAR12

Key field Non-key field



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

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

How to access SAP table WTYBW_ITEM

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