BAPI2222HEADER SAP (Warranty Claim Header Data) Structure details

Dictionary Type: Structure
Description: Warranty Claim Header Data




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




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

BAPI2222HEADER 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 "Warranty Claim Header Data" 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_BAPI2222HEADER TYPE BAPI2222HEADER.

The BAPI2222HEADER table consists of various fields, each holding specific information or linking keys about Warranty Claim Header Data data available in SAP. These include CLAIM (Number of Warranty Claim), CLAIM_TMP_IDENT (GUID in 'CHAR' Format in Uppercase), CLAIM_TYPE (Warranty Claim Type), SERVDATE (Reference Date).. 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 BAPI2222HEADER 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
CLAIMNumber of Warranty Claim WTY_CLMNOCHAR12ALPHAWTY_CLMNOCLMNOWTY_F4_CLMNO_C
CLAIM_TMP_IDENTGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
CLAIM_TYPEWarranty Claim Type WTY_CLMTYCHAR4Assigned to domainWTY_CLMTYWTY_F4_CLMTY
SERVDATEReference Date WTY_REFDTDATS8DATE
EXT_NOExternal Number of Claim WTY_REFNOCHAR40CHAR40
PREC_CLAIMNumber of Preceding Warranty Claim WTY_OLDCNCHAR12ALPHAWTY_CLMNO
AUTHOR_NOAuthorization Number WTY_AUTNOCHAR12CHAR12
AUTHOR_BYName of Authorizer WTY_AUTNACHAR12CHAR12WTY_F4_AUTNA
PERS_RESPPerson Responsible WTY_CLERKCHAR12UNAMEWTY_F4_CLERK
OBJECTTYPEType of Warranty Object WTY_RELTYCHAR4Assigned to domainWTY_RELTYWTY_F4_RELTY
OBJECTKEYInternal Object Number WTY_RELOBCHAR40WTY_RELOB
OBJ_GROUPObject Grouping WTY_RELOTCHAR4CHAR4
OBJECTNOExternal Object Number WTY_RELOB_EXTCHAR40WTY_RELOB
OBJ_DATEDate for Warranty Object WTY_RELDTDATS8DATUM
RECALL_DATERecall Valid To WTY_RCL_VALID_TODATS8DATS
PARTNERPartner WTY_PARNRCHAR10ALPHAWTY_PARNRWTY_F4_PARTNER_COL
ROLE_PARPartner Role WTY_PARVWCHAR2Assigned to domainPARVWWTY_PARVWWTY_F4_PARTNER_ROLLE
CO_OBJNRObject Number for Status Management WTY_OBJNRCHAR22Assigned to domainWTY_OBJNR
ACT_HANDLEApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22
PRO_STATEProcessing Status of Warranty Claim WTY_ASTATECHAR4WTY_ASTATEWTY_F4_ASTATE
PLANTPlant WTY_WERKSCHAR4Assigned to domainWTY_WERKSWRKH_T001W
NOTIF_NONotification Number WTY_QMNUMCHAR12Assigned to domainALPHAWTY_QMNUMIQMWTY_F4_QMNUM
MSG_HANDLEApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22
DESCRIPTNText in Warranty Claim Header WTY_PNHTXCHAR60CHAR60
ACTIONAction Code WTY_ACODECHAR4WTY_ACODE
CLAIM_NOT_EXISTCopy Price WTY_FLAGCHAR1DDFLAG
ACTION_NOT_ALLOWEDCopy Price WTY_FLAGCHAR1DDFLAG
OBJECTTYPE2Type of Warranty Object WTY_RELTYCHAR4Assigned to domainWTY_RELTYWTY_F4_RELTY
OBJECTKEY2Internal Object Number WTY_RELOBCHAR40WTY_RELOB
OBJECTNO2External Object Number WTY_RELOB_EXTCHAR40WTY_RELOB
SERIALNUMBERSerial Number WTY_SERNOCHAR18ALPHAGERNR
SERIALNUMBER2Serial Number WTY_SERNOCHAR18ALPHAGERNR
MANUALWarranty Claim to Manual Processing WTY_MANUALCHAR1FLAG
SIMULATIONSimulation Mode WTY_SIMCHAR1
FROMBUFFERRead from Temporary Data Buffer WTY_BUFFERCHAR1
CLAIMGROUPWarranty Claim Group WTY_CLMGRPCHAR10WTY_CLMGRP
IV_LOGGeneral Flag FLAGCHAR1FLAG

Key field Non-key field



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

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

How to access SAP table BAPI2222HEADER

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