> For the complete documentation index, see [llms.txt](https://docs.theconfigteam.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.theconfigteam.com/prebilt-for-im-wm-strm/app-master-data/screen-framework/features/verification-fields.md).

# Verification fields

{% embed url="<https://www.youtube.com/watch?index=20&list=PL74nuGSklShnLgW4UxtzhL9a1rK5DXrdp&v=96XcAlXa2fI>" %}

A generic verification feature is available that goes beyond the standard SAP verification profile logic. It is possible on any input screen to add a verification field that needs to match another field with data on the screen before one can proceed.

On any input screen, such the Planned PI Count screen, it is possible to add a verification field, for example material number, to ensure that the user has to enter the material number of the item being counted.

A new field can be added to the screen that needs to match exact the field it is to verify against followed by the suffix “\_VERIF”. e.g., `ISEG-MATNR_VERIF` will verify against the field `ISEG-MATNR`.

The feature is activated using the field class /TCTM/WM\_APP\_FIELD\_VERIFY assigned to the “\_VERIF” field.

If verification is to be mandatory before the user can leave the screen, then the “\_VERIF” field needs to be marked as “required”.

{% hint style="info" %}
**Note**

If a field is suppressed in the app, its corresponding verification field is also suppressed. For example, if the selected material is not batch-managed, the batch verification field will be suppressed.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/app-master-data/screen-framework/features/verification-fields.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.
