BAPI2045L5 SAP (Worklist for Handheld Device) Structure details

Dictionary Type: Structure
Description: Worklist for Handheld Device




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




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

BAPI2045L5 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 "Worklist for Handheld Device" 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_BAPI2045L5 TYPE BAPI2045L5.

The BAPI2045L5 table consists of various fields, each holding specific information or linking keys about Worklist for Handheld Device data available in SAP. These include INSPOPER (Inspection Lot Operation Number), INSPOPER_INT (Current Node Number from Order Counter APLZL), COUNTER (QM Handheld: Continuous Counter), CREATED_BY_USER (Name of User Who Created the Data Record).. 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 BAPI2045L5 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 QPLOSNUMC12Assigned to domainQPLOSQLSQALS
INSPOPERInspection Lot Operation Number QIBPVORNRCHAR4NUMCVVORNR
INSPOPER_INTCurrent Node Number from Order Counter APLZL QLFNKNNUMC8KNTNR
COUNTERQM Handheld: Continuous Counter QEHHZAEHLERNUMC6Q_COUNT
CREATED_BY_USERName of User Who Created the Data Record QERSTELLERCHAR12QAENDERER
CREATED_ON_DATEDate on Which the Data Record Was Created QDATUMERSTDATS8DATUM
CREATED_AT_TIMETime of Lot Creation QERSTEZEITTIMS6QZEIT
CHANGED_BY_USERName of User who Most Recently Changed the Data Record QAENDERERCHAR12QAENDERER
CHANGED_ON_DATEDate on Which Data Record Was Changed QDATUMAENDDATS8DATUM
CHANGED_AT_TIMETime of Lot Change QAENDEZEITTIMS6QZEIT
HANDHELD_APPLICATIONMobile Application QEHHANWDCHAR6Assigned to domainQEHHANWD
INSPECTORName of the Inspector QPRUEFERCHAR12QPRUEFERQPR
STATUSTransfer Status QEHHSTATCHAR1QEHHSTAT
EVALUATIONInspection Result Valuation QMBEWERTGCHAR1QEEBEWERTG
LOG_NUMBERApplication log: log number BALOGNRCHAR20Assigned to domainBALOGNR
TEXT10Text Line for Additional Information QTXT10CHAR10QTXT10
TEXT20Text Line for Additional Information QTXT20CHAR20QTXT20
TEXT40Text Line for Additional Information QTXT40CHAR40QTXT40
INSPSAMPLEInsp. Lot Sample QIBPPROBENUMC6Assigned to domainQPROBENR

Key field Non-key field



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

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

How to access SAP table BAPI2045L5

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