Ansicht
Dokumentation

BAPI_INSPLOT_GETLIST - Select Inspection Lots

BAPI_INSPLOT_GETLIST - Select Inspection Lots

TXBHW - Original Tax Base Amount in Local Currency   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

You can use this method to load inspection lots for various selection criteria. The selection criteria relate to the reference objects of the inspection lot, for example material, batch, vendor, order number and so on, as well as the creation date of the inspection lots.

Example

DATA: L_INSPLOT_LIST LIKE BAPI2045L1 OCCURS 0 WITH HEADER LINE.

CALL FUNCTION 'BAPI_INSPLOT_GETLIST'
EXPORTING
MATERIAL = 'Y-100'
TABLES
INSPLOT_LIST = L_INSPLOT_LIST.

Notes

the number of inspection lots found by the system can be limited using the parameter MAX_ROWS. This parameter is preset to 100.

Further information





Parameters

BATCH
CREAT_DAT
CUSTOMER
DELIV_ITEM
DELIV_NUMB
INSPLOT_LIST
MANUFACTURER
MATDOC_ITM
MATERIAL
MATERIAL_EVG
MATERIAL_LONG
MAT_DOC
MAX_ROWS
ORDER
PLANT
PO_ITEM
PO_NUMBER
RETURN
RS_ORDER
SELECTION_ID
STATUS_CREATED
STATUS_RELEASED
STATUS_UD
VENDOR
VERSION

Exceptions

Function Group

2045

BAL Application Log Documentation   BAL Application Log Documentation  
This documentation is copyright by SAP AG.

Length: 1398 Date: 20240523 Time: 094619     sap01-206 ( 33 ms )