WCHECK_DETAIL SAP (Structure: Warranty Check Result Detail) Structure details

Dictionary Type: Structure
Description: Structure: Warranty Check Result Detail




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




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

WCHECK_DETAIL 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 "Structure: Warranty Check Result Detail" 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_WCHECK_DETAIL TYPE WCHECK_DETAIL.

The WCHECK_DETAIL table consists of various fields, each holding specific information or linking keys about Structure: Warranty Check Result Detail data available in SAP. These include RES_COUNT (Check Result for Warranty Assigned to the Object), ITOBTYP (Technical object types in plant maintenance), OBTYP (Technical reference object type), EQART (Type of Technical Object).. 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)


SAP WCHECK_DETAIL 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
WCHECK_OWarranty Check Result WCHECK_ICONCHAR4WCHECK_I
RES_COUNTCheck Result for Warranty Assigned to the Object WCHECK_ONUMC2WCHECK
ITOBTYPTechnical object types in plant maintenance ITOBTYPCHAR2ITOBTYP
OBTYPTechnical reference object type BZGSOBJTYPCHAR2BZGSOBJTYP
EQARTType of Technical Object EQARTCHAR10Assigned to domainEQART
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
WCHECK_OBJTechnical Object for Warranty Check WCHECK_OBJCHAR30GASOR
OBJTXText, length 40 TXT40CHAR40TEXT40
GAARTWarranty type GAARTCHAR1Assigned to domainGAARTGAA
GAATXGeneral Name KTEXTCHAR20TEXT20
MGANRMaster warranty number MGANRCHAR20Assigned to domainALPHAMGANRGAM
GAKTXText, length 40 TXT40CHAR40TEXT40
RES_POSCheck Result for Warranty Assigned to the Object WCHECK_ONUMC2WCHECK
POSNMWarranty item number POSNMNUMC6Assigned to domainPOSNM
POSTXText, length 40 TXT40CHAR40TEXT40
LSTNRService number LSTNRCHAR18Assigned to domainMATN1MATNRLST
INEXCLInclusive/Exclusive Condition INEXCLCHAR1INEXCL
VGLZAComparison operator warranty counter VGLZACHAR3VGLZA
GAZPSWarranty counter item number GAZPSNUMC6GAZPS
GAZNAWarranty counter GAZNACHAR30Assigned to domainGAZNAFEA
GAZBZWarranty counter description GAZBZCHAR30TEXT30
START_DATEWarranty Counter Start Date W_DATUM_STARTDATS8DATUM
ENDE_DATEWarranty Counter End Date W_DATUM_ENDEDATS8DATUM
DELTA_DATEWarranty Delta Date W_DATUM_DELTADATS8DATUM
START_WEWarranty Counter Start Input/Output W_START_WECHAR22FLTP_INOUT
START_MSEMeasurement Unit for Warranty Start Counter W_START_MECHAR6MSEH6
START_SISI Unit of Warranty Start Counter W_START_MSIUNIT3Assigned to domainCUNITMEINS
STAND_DATEDate of Current Warranty Counter Reading W_DATUM_STANDDATS8DATUM
STAND_WECurrent Warranty Counter Reading W_STAND_WECHAR22FLTP_INOUT
STAND_MSEMeasurement Unit of Warranty Counter Reading W_STAND_MECHAR6MSEH6
STAND_SISI Unit of Warranty Counter Reading W_STAND_MSIUNIT3Assigned to domainCUNITMEINS
ENDE_WEWarranty Counter End Reading W_ENDE_WECHAR22FLTP_INOUT
ENDE_MSEMeasurement Unit of Warranty Counter Reading W_ENDE_MECHAR6MSEH6
ENDE_SISI Unit of Warranty End Counter W_ENDE_MSIUNIT3Assigned to domainCUNITMEINS
DELTA_WEWarranty Counter Delta Value W_DELTA_WECHAR22FLTP_INOUT
DELTA_MSEWarranty Counter Start Measurement Unit W_DELTA_MECHAR6MSEH6
DELTA_SISI Unit of Delta Warranty Counter W_DELTA_MSIUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table WCHECK_DETAIL

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