BGCHK_VAL SAP (Warranty check counter values START,DELTA,ENDE,STAND) Structure details

Dictionary Type: Structure
Description: Warranty check counter values START,DELTA,ENDE,STAND




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




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

BGCHK_VAL 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 check counter values START,DELTA,ENDE,STAND" 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_BGCHK_VAL TYPE BGCHK_VAL.

The BGCHK_VAL table consists of various fields, each holding specific information or linking keys about Warranty check counter values START,DELTA,ENDE,STAND data available in SAP. These include STAND_WI (Warranty counter value), STAND_WI_I (Indicator: Associated Number Field Contains a Value), STAND_UNIT (Unit of Measurement for Measuring Point Characteristic), STAND_MSE (Unit of Measurement).. 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 BGCHK_VAL 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
STAND_WEWarranty counter in/out GAZWECHAR22FLTP_INOUT
STAND_WIWarranty counter value GAZWTFLTP16(16) IMRC_FLTPS
STAND_WI_IIndicator: Associated Number Field Contains a Value IVALUCHAR1X
STAND_UNITUnit of Measurement for Measuring Point Characteristic IMRC_UNITCCHAR6Assigned to domainLUNITMSEC6
STAND_MSEUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
STAND_SISI unit MSSIEUNIT3Assigned to domainCUNITMEINS
STAND_DATEDate DATUMDATS8DATUM
STAND_SIMSimulation SIM_VALUECHAR1SIM_VALUE
STAND_WE_SWarranty counter in/out GAZWECHAR22FLTP_INOUT
STAND_WI_SWarranty counter value GAZWTFLTP16(16) IMRC_FLTPS
STAND_WJ_SIndicator: Associated Number Field Contains a Value IVALUCHAR1X
STAND_UN_SUnit of Measurement for Measuring Point Characteristic IMRC_UNITCCHAR6Assigned to domainLUNITMSEC6
STAND_MS_SUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
STAND_SI_SSI unit MSSIEUNIT3Assigned to domainCUNITMEINS
STAND_DA_SDate DATUMDATS8DATUM
STAND_SM_SSimulation SIM_VALUECHAR1SIM_VALUE
START_WEWarranty counter in/out GAZWECHAR22FLTP_INOUT
START_WIWarranty counter value GAZWTFLTP16(16) IMRC_FLTPS
START_WI_IIndicator: Associated Number Field Contains a Value IVALUCHAR1X
START_UNITUnit of Measurement for Measuring Point Characteristic IMRC_UNITCCHAR6Assigned to domainLUNITMSEC6
START_MSEUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
START_SISI unit MSSIEUNIT3Assigned to domainCUNITMEINS
START_DATEDate DATUMDATS8DATUM
START_SIMCharacters TDCHAR1CHAR1TDCHAR
START_WE_SWarranty counter in/out GAZWECHAR22FLTP_INOUT
START_WI_SWarranty counter value GAZWTFLTP16(16) IMRC_FLTPS
START_WJ_SIndicator: Associated Number Field Contains a Value IVALUCHAR1X
START_UN_SUnit of Measurement for Measuring Point Characteristic IMRC_UNITCCHAR6Assigned to domainLUNITMSEC6
START_MS_SUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
START_SI_SSI unit MSSIEUNIT3Assigned to domainCUNITMEINS
START_DA_SDate DATUMDATS8DATUM
START_SM_SSimulation SIM_VALUECHAR1SIM_VALUE
DELTA_WEWarranty counter in/out GAZWECHAR22FLTP_INOUT
DELTA_WIWarranty counter value GAZWTFLTP16(16) IMRC_FLTPS
DELTA_WI_IIndicator: Associated Number Field Contains a Value IVALUCHAR1X
DELTA_UNITUnit of Measurement for Measuring Point Characteristic IMRC_UNITCCHAR6Assigned to domainLUNITMSEC6
DELTA_MSEUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
DELTA_SISI unit MSSIEUNIT3Assigned to domainCUNITMEINS
DELTA_AZDZNumber of Decimal Places ANZDZINT25ANZDZ
DELTA_ATDIExponent display ATDIMINT25EXP10
DELTA_DATEDate DATUMDATS8DATUM
DELTA_SIMSimulation SIM_VALUECHAR1SIM_VALUE
ENDE_WEWarranty counter in/out GAZWECHAR22FLTP_INOUT
ENDE_WIWarranty counter value GAZWTFLTP16(16) IMRC_FLTPS
ENDE_WI_IIndicator: Associated Number Field Contains a Value IVALUCHAR1X
ENDE_UNITCUnit of Measurement for Measuring Point Characteristic IMRC_UNITCCHAR6Assigned to domainLUNITMSEC6
ENDE_MSEUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
ENDE_SISI unit MSSIEUNIT3Assigned to domainCUNITMEINS
ENDE_DATEDate DATUMDATS8DATUM
ENDE_SIMSimulation SIM_VALUECHAR1SIM_VALUE

Key field Non-key field



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

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

How to access SAP table BGCHK_VAL

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