BAPI2222ITEMCHANGE SAP (Changeable Fields Warranty Claim Item) Structure details

Dictionary Type: Structure
Description: Changeable Fields Warranty Claim Item




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




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

BAPI2222ITEMCHANGE 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 "Changeable Fields Warranty Claim 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_BAPI2222ITEMCHANGE TYPE BAPI2222ITEMCHANGE.

The BAPI2222ITEMCHANGE table consists of various fields, each holding specific information or linking keys about Changeable Fields Warranty Claim Item data available in SAP. These include HANDLE_VERSION (Warranty Handle, Temporary Key), ITEM_NO (Item Number), IDENTIFICATION (GUID Warranty Claim), ITEM_TYPE (Controlling Item Type).. 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 BAPI2222ITEMCHANGE 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
HANDLEWarranty Handle, Temporary Key WTY_BAPI_HANDLENUMC10WTY_BAPI_HANDLE
HANDLE_VERSIONWarranty Handle, Temporary Key WTY_BAPI_HANDLENUMC10WTY_BAPI_HANDLE
ITEM_NOItem Number WTY_POSNRNUMC6Assigned to domainWTY_POSNR
IDENTIFICATIONGUID Warranty Claim WTY_GUIDRAW16SYSUUID
ITEM_TYPEControlling Item Type WTY_POSKTCHAR4WTY_POSKT
ITEM_TYPE2Item Type WTY_POSKT_CUSTCHAR4WTY_POSKT_CUSTWTY_F4_POSKT_CUST
DEFECTCODEDefect Code Number WTY_DEFCTCHAR40CHAR40
ITEM_KEYKey for Detailed Item Data WTY_ITMNOCHAR40CHAR40WTY_F4_ITMNO
QUANTITYQuantity Claimed WTY_QUANTQUAN15(3) MENG15
ISOCODE_UNITISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
CONTRIBUTContribution WTY_CONTRCURR11(2) WERT11
CALC_TYPECalculation Type for Amount and Contribution WTY_CNTTYCHAR4WTY_CNTTY
DECISIONDecision Code WTY_REJCDCHAR8CHAR8WTY_F4_REJCD
REF_TYPEReference Type WTY_REFKTCHAR2WTY_F4_REFKT
REF_NOReference Number WTY_REFNRCHAR35WTY_REFNR
RETURN_PTStatus for Parts that Have to Be Returned from Claimant WTY_RETPACHAR1WTY_RETPA
PTCAUSEDMGEPart that Causes Damage WTY_CAUSPCHAR1WTY_CAUSP
DESCRIPTIONShort Text in Warranty Claim Item WTY_PVTXCHAR60TEXT60
MATERIALMaterial Number WTY_MATNRCHAR18Assigned to domainWTY_MATNRMAT
MEASDOCNOMeasurement Document Number WTY_MDOCMCHAR20
PART_PARTNERPartner Number Manufacturer/Vendor WTY_HERSTCHAR10ALPHAWTY_PARNRWTY_F4_PARTNER_COL
SPLITTGRGrouping Number for Version Split WTY_SPLITNUMC4WTY_SPLIT
V_RETURN_PTStatus Parts to Be Returned to Reimburser WTY_RETPA_VCHAR1WTY_RETPA
TAX_CODETax on Sales/Purchases Code WTY_TAX_CODECHAR2Assigned to domainWTY_TAX_CODE
TXLCNCODE1Tax Jurisdiction Code 1 WTY_TXJCD1CHAR15Assigned to domainWTY_TXJCD
TX_LOC_CD2Tax Jurisdiction Code 2 WTY_TXJCD2CHAR15Assigned to domainWTY_TXJCD
TX_LOC_CD3Tax Jurisdiction Code 3 WTY_TXJCD3CHAR15Assigned to domainWTY_TXJCD
DELETEDeletion Indicator WTY_DELETECHAR1FLAG
OBJECTKEYInternal Object Number WTY_RELOBCHAR40WTY_RELOB
OBJECTNOExternal Object Number WTY_RELOB_EXTCHAR40WTY_RELOB
SERIALNUMBERSerial Number WTY_SERNOCHAR18ALPHAGERNR
OBJECTTYPEType of Warranty Object WTY_RELTYCHAR4Assigned to domainWTY_RELTYWTY_F4_RELTY
MASTERWARRANTYMaster Warranty WTY_MGANRCHAR20Assigned to domainALPHAWTY_MGANRWTY_F4_MGANR
WARRANTYSTARTDATEStart Date of Assigned Warranty WTY_GWLDTDATS8DATUM

Key field Non-key field



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

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

How to access SAP table BAPI2222ITEMCHANGE

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