BAPI2045L4 SAP (Inspection points list) Structure details

Dictionary Type: Structure
Description: Inspection points list




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




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

BAPI2045L4 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 "Inspection points list" 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_BAPI2045L4 TYPE BAPI2045L4.

The BAPI2045L4 table consists of various fields, each holding specific information or linking keys about Inspection points list data available in SAP. These include INSPOPER (Inspection Lot Operation Number), INSPPOINT (Inspection Point Number), PART_LOT (Partial lot number), QUANTITY (Inspection Point Quantity).. 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: Not classified


SAP BAPI2045L4 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
INSPPOINTInspection Point Number QIBPPPKTNRNUMC6QAPPQPROBENR
PART_LOTPartial lot number QTLOSNUMC6QALTQTLOSQTL
QUANTITYInspection Point Quantity QEIFMENGPPCHAR17CHAR17
UNITInspection Point Unit of Measure QEIFEINHPRUNIT3T006CUNITMEINS
UNITCISO Code for Unit of Measure QMEASUNITCCHAR3CHAR3
UNITTShort Text for Unit of Measure QMEASUNITTCHAR20TEXT20
EQUIPMENTEquipment Number EQUNRCHAR18EQUIALPHAEQUNREQNEQUI
FUNCT_LOCFunctional Location TPLNRCHAR30IFLOTTPLNRTPLNRIFLIFLM
PHYS_SMPLPhysical Sample Number QPHYS_NRCHAR12CHAR12
USERC1User Field for 18 Characters QUSRCHAR18CHAR18ALPHAQUSRCHAR18
USERC2User Field for 10 Characters QUSRCHAR10CHAR10ALPHAQUSRCHAR10
USERN1User Field for 10 Digits QUSRNUMC10NUMC10QUSRNUMC10
USERN2User Field for 3 Digits QUSRNUMC3NUMC3QUSRNUMC3
USERD1User Field for Date QEIFUSRDATDATS8DATUM
USERT1User Field for Time QEIFUSRTIMTIMS6QZEIT
CAT_TYPECatalog QKATARTCHAR1TQ15QKATARTQKT
PSEL_SETPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
SEL_SETSelected Set of the Usage Decision QVMENGECHAR8QPAMQAUSWAHLMG
CODE_GRPCode Group of the Usage Decision QVGRUPPECHAR8QPGRQCODEGRPCGP
CODEUsage Decision Code QVCODECHAR4QPCDQCODE
REMARKShort Text QKURZTEXTCHAR40QKURZTEXT
MATERIALMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
BATCHBatch Number CHARG_DCHAR10MCH1CHARGCHA
INSP_DATEInspection Start Date (QM Subsystem Interface) QEIFPRDATVDATS8DATUM
INSP_TIMEInspection Start Time (QM Subsystem Interface) QEIFPRZTVTIMS6QZEIT
INSPECTORName of the Inspector QPRUEFERCHAR12QPRUEFERQPR
SCRP_QUANTScrap Quantity QEIFASMGCHAR17CHAR17
MATERIAL_EXTERNALLong Material Number for MATERIAL Field MGV_MATERIAL_EXTERNALCHAR40MATNR_EXT
MATERIAL_GUIDExternal GUID for MATERIAL Field MGV_MATERIAL_GUIDCHAR32MATNR_EGUID
MATERIAL_VERSIONVersion Number for MATERIAL Field MGV_MATERIAL_VERSIONCHAR10MATNWMATNR_VERS
REWORK_QUANTRework Quantity QEIFNAMGCHAR17CHAR17

Key field Non-key field



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

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

How to access SAP table BAPI2045L4

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