# Functionality

The app relates to the standard SAP transactions:

#### Inventory managed

<table><thead><tr><th width="319">SAP transaction</th><th>Description</th></tr></thead><tbody><tr><td>MI01</td><td>Create physical inventory document (ad hoc only)</td></tr><tr><td>MI02</td><td>Change physical inventory document</td></tr><tr><td>MI04</td><td>Enter inventory count for document</td></tr><tr><td>MI24</td><td>Physical inventory list</td></tr><tr><td>MI07</td><td>Post inventory difference</td></tr></tbody></table>

#### Warehouse managed

<table><thead><tr><th width="163">SAP transaction</th><th>Description</th></tr></thead><tbody><tr><td>LI01N</td><td>Create physical inventory document (ad hoc only)</td></tr><tr><td>LI03N</td><td>Display physical inventory document</td></tr><tr><td>LI11N</td><td>Enter count results</td></tr><tr><td>LI20</td><td>Clear differences in WM (ad hoc only)</td></tr><tr><td>LX22</td><td>Inventory overview</td></tr></tbody></table>

The following generic functionality is in scope for Physical Inventory:

* Selection from a list of planned open physical inventory count documents, or selection of a specific document number.
* Ad hoc physical inventory counting, where the PI document does not need to be created in advance and is created and counted within the app for the Storage Bin or Quant (WM) or Material/Batch (IM) selected.
* System guided or user guided counting.
* Flexible count confirmation options, enabling a choice of prompting the user to check the count entered after every count, only when there is a difference, or not at all.
* Counting of unrestricted, quality and blocked stock, including where there is no stock of the material/batch.
* Count can be entered in the material’s alternate units of measure.
* Functionality to partially or fully process a PI count document.
* Entry of a zero count if stock is not found.
* Integration of the Document Capture app for signatures, comments and images.
* The user is able to choose whether to delete the PI document that was created using the ad hoc transaction, when exiting the count, before an item/quant has been counted. If an item has been counted, including if a new item has been added to the bin, then the user can’t delete the PI document and will be given the option to delete the count.
* Counting of special stock.

&#x20;

The following Inventory Management (IM) specific functionality is in scope for Physical Inventory:

* Clearing of PI documents in IM for planned and ad hoc counts.
* Serial number capture and amendment for IM count (amendment only possible where the serial number profile permits).
* Integration with IM Bin Management (App 702).
* When creating a count document using the ad hoc transaction, the user is able to select the following functions:
  * Posting block
  * Freeze book quantity
  * Include batches flagged for deletion

{% hint style="success" %}

## From v5.6.0

Multiple items can be added to a basket during adhoc counting and posted together creating the appropriate  physical inventory documents as required by SAP. Serial number support is also included.
{% endhint %}

The following IM Multi Bin Management (IMMB) specific functionality is in scope for Physical Inventory:

* Counting of stock in the IM storage bins held in the /TCTM/IMB\_STK table for the material/batch/stock type.

The following Warehouse Management (WM) specific functionality is in scope for Physical Inventory:

* Selection by PI document number, document status, counter, storage type, storage bin, material, batch and planned count date.
* Count of inventory stored on handling units, storage units or quants.
* Ability to add stock of materials and existing batches into a storage bin, on unrestricted, quality or blocked stock, if found during a planned or ad hoc WM count.
* Ability to add stock to an existing storage unit or handling unit (if mixed storage is permitted) on a planned or ad hoc WM count.
* Counting of empty bins.
* Counting of recounts.
* Clearing of PI documents in WM for planned and ad hoc counts.
* Check for planned count during ad hoc count of a storage bin, with the user receiving a message if a planned count is already open.
* Methods of physical inventory counting supported:
  * Continuous inventory
  * Annual counting
  * Cycle counting

&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.theconfigteam.com/prebilt-for-im-wm-strm/applications/physical-inventory/functionality.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
