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.
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:
Configuration of text header table
Â
Configuration of text lines table
3. Purchase Order data
Â
4. Validation results
Â
© 2017 - 2022 Int4 AG All rights reserved