BAPI2222VERSION SAP (Warranty Claim Version) Structure details

Dictionary Type: Structure
Description: Warranty Claim Version




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




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

BAPI2222VERSION 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 Version" 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_BAPI2222VERSION TYPE BAPI2222VERSION.

The BAPI2222VERSION table consists of various fields, each holding specific information or linking keys about Warranty Claim Version data available in SAP. These include IDENTIFICATION (Internal Number of iPPE Node), VERSION (Version Number), CATEGORY (Category), DECISION (Decision Code).. 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 BAPI2222VERSION 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
IDENTIFICATIONInternal Number of iPPE Node WTY_PNGUIDRAW16SYSUUID
VERSIONVersion Number WTY_VERSNNUMC4NUMC4
CATEGORYCategory WTY_KATEGCHAR2WTY_KATEG
DECISIONDecision Code WTY_REJCDCHAR8CHAR8WTY_F4_REJCD
PARTNERPartner WTY_PARNRCHAR10ALPHAWTY_PARNRWTY_F4_PARTNER_COL
ROLE_PARPartner Role WTY_PARVWCHAR2Assigned to domainPARVWWTY_PARVWWTY_F4_PARTNER_ROLLE
REF_TYPEReference Type WTY_REFKTCHAR2WTY_F4_REFKT
REF_NOReference Number WTY_REFNRCHAR35WTY_REFNR
ACTIVEActive Version WTY_AKTIVCHAR1WTY_AKTIV
BILLDOCDATEBilling Document Date WTY_FKDATDATS8DATUM
CONDITION_NONumber of the Document Condition WTY_KNUMVCHAR10
CURRENCY_ISOISO Currency Code BAPIISOCDCHAR3ISOCD
PRICNGDTDate for Pricing and Exchange Rate WTY_PRSDTDATS8DATUM
EXCH_RATEExchange Rate for Pricing WTY_KURSKDEC9(5) EXCRTWTY_KURRF
VERRULEHDLApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22
DFCTRULEHLApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22
SALESORGSales Organization WTY_VKORGCHAR4VKOH_TVKO
DISTR_CHANDistribution Channel WTY_VTWEGCHAR2VTWCSH_TVTW
DIVISIONDivision WTY_SPARTCHAR2SPACSH_TSPA
MEASDOCNOMeasurement Document Number WTY_MDOCMCHAR20
REVERSALVersion for Reverse Posting in Accounting WTY_REVERSALCHAR1FLAG
ENDVERSIONNo Further Incoming Versions Are Expected WTY_ENDVERSIONCHAR1WTY_ENDVERSION
DESCRIPTNText for Version of Warranty Claim WTY_PNVTXCHAR60CHAR60
REF_DATEReference Date of Version WTY_REFDT_VERSDATS8DATE
SALESDOCContract Document Number WTY_SDVBELNCHAR10Assigned to domainALPHAVBELN
SALESPOSContract Item Number WTY_SDPOSNRNUMC6Assigned to domainPOSNR
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 BAPI2222VERSION using ABAP code?

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

How to access SAP table BAPI2222VERSION

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