Int4 Suite Documentation

Validation of text modules

Text modules are used to store long texts for SAP documents and objects e.g. Purchase Order header and items texts.

image-20211221-094450.png


These modules are stores in database tables STXH (text header) and STXL ( text lines ).
STXL is a cluster table and it is not possible to read and validate text lines directly in int4 IFTT using Comparison Details rules.

There are two ‘virtual’ fields which can be configured for table STXL which allow such validation:

  • TDFORMAT

  • TDLINE

These fields are calculated at runtime by decompressing the cluster data. This is equivalent of calling function module READ_TEXT.

Example configuration for Purchase Order header texts:

  1. Configuration of text header table

    image-20211221-095008.png


    image-20211221-095035.png


  2. Configuration of text lines table

    image-20211221-095122.png
image-20211221-095230.png

3. Purchase Order data

image-20211221-095412.png
image-20211221-095515.png


4. Validation results

image-20211221-095627.png