Under the header ITEM STRING LIST, BPSIA prints out a table showing the differences between the subschema format and schema format of a record type.
An “Item String“ is a series of items defined in the subschema format of the record type in the same contiguous order as those in the schema format. If the subschema format is exactly the same as the schema format, the subschema record is an item string.
Example
*** ITEM STRING LIST ***
REC COMPL USER-REC DB-REC
REF RECORD-NAME REC DISPL DISPL LENGTH
2 CUSTOMER * 0 48 68
3 CST-ORDERS * 0 6 11
4 ORD-ITEM * 0 46 8
5 INSTALMENT * 0 18 26
6 ART-TYPE * 0 4 25
7 ART-SELECTION * 0 0 25
8 ART-DESCR * 58 78 V 502
0 20 58
9 ARTICLE * 0 128 87
10 SUBSET * 0 56 2
11 COLORS * 0 0 22
12 MATERIALS * 0 0 21
13 SUPPLIER * 0 37 130
14 PURCHASE-ORDER * 0 40 10
15 P-ORD-ITEM * 0 28 8
The table contains the following entries:
REC REF
Number of the record type
RECORD-NAME
Name of the record type
COMPL REC
Marker for identical subschema and schema record:
*
: Identical
USER-REC DISPL
Displacement of an item string in the subschema record relative to the beginning of record (in descending order of displacement)
DB-REC DISPL
Displacement of the item string relative to the beginning of the schema record including the set connection data
LENGTH
Length of the item string in the subschema record
V:
preceding the length indicates that the item in question is a variable item
The entries from USER-REC DISPL to LENGTH are repeated for each item string in the subschema record.