BAPI2045D4 SAP (Insp. result-single value level) Structure details

Dictionary Type: Structure
Description: Insp. result-single value level




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




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

BAPI2045D4 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 "Insp. result-single value level" 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_BAPI2045D4 TYPE BAPI2045D4.

The BAPI2045D4 table consists of various fields, each holding specific information or linking keys about Insp. result-single value level data available in SAP. These include INSPOPER (Inspection Lot Operation Number), INSPCHAR (Insp. Lot Charac. No.), INSPSAMPLE (Insp. Lot Sample), RES_NO (Counter for Inspection Unit Number).. 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 BAPI2045D4 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
INSPLOTInspection Lot Number QIBPLOSNRNUMC12QALSQPLOSQLS
INSPOPERInspection Lot Operation Number QIBPVORNRCHAR4NUMCVVORNR
INSPCHARInsp. Lot Charac. No. QIBPMERKNRNUMC4NUMC4
INSPSAMPLEInsp. Lot Sample QIBPPROBENUMC6QASVQPROBENR
RES_NOCounter for Inspection Unit Number QSTUECKNRNUMC4QZAEHL
EXT_NOSingle-Unit Number for the Unit to Be Inspected QSERIALNRCHAR18ALPHAQSERIALNR
LAST_RESLast Original Value, Sample or Inspection Point QEIFKZENDECHAR1QKZ
INSP_DATEInspection Start Date (QM Subsystem Interface) QEIFPRDATVDATS8DATUM
INSP_TIMEInspection Start Time (QM Subsystem Interface) QEIFPRZTVTIMS6QZEIT
RES_VALUEMeasured Value QRES_VALUECHAR22QIFLTP
RES_ATTRResults Record Attribute QRES_ATTRCHAR1QATTRIBUT
RES_INVALInvalid Result QRES_INVALCHAR1CHAR1
RES_VALUATValuation A/R QRESVALUATCHAR1CHAR1
ERR_CLASSDefect Class QFEHLKLASCHAR2TQ17QFEHLKLAS
DEFECTSNumber of Defects for Confirmation of Charac. via QM-IDI QEIFAFEHLCHAR7CHAR7
INSPECTORName of the Inspector QINSPECTORCHAR20TEXT20
ADD_INFO1General Information QMASCHINECHAR18ALPHAQEQUNR
ADD_INFO2Position on the Machine (QM Interface - Subsystem) QEIFPOSMASCHAR4CHAR4
REMARKInspection Description for Single Value QRES_REMARCHAR40TEXT40
CODE1Code QCODECHAR4QPCDQCODEQCODE
CODE_GRP1Code Group QCODE_GROUCHAR8CHAR8
CODE2Code QCODECHAR4QPCDQCODEQCODE
CODE_GRP2Code Group QCODE_GROUCHAR8CHAR8
CODE3Code QCODECHAR4QPCDQCODEQCODE
CODE_GRP3Code Group QCODE_GROUCHAR8CHAR8
CODE4Code QCODECHAR4QPCDQCODEQCODE
CODE_GRP4Code Group QCODE_GROUCHAR8CHAR8
CODE5Code QCODECHAR4QPCDQCODEQCODE
CODE_GRP5Code Group QCODE_GROUCHAR8CHAR8
ORIGINAL_INPUTOriginal Value Before Input Processing QORIGINAL_INPUTCHAR25CHAR25
INPPROC_READYInput Processing Successfully Completed QINPPROC_READYCHAR1QKZ
DIFF_DEC_PLACESDifferent Number of Decimal Places QDIFF_DEC_PLACESINT25INT2

Key field Non-key field



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

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

How to access SAP table BAPI2045D4

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