The Langenabled Attribute - IBM BJ0NJML - Service And Asset Management Integration Manual

Integration guide
Table of Contents

Advertisement

The langenabled Attribute

Integration XML and Schemas
In outbound XML the value of a GL type field, including delimiters, appears in
the VALUE child element within the field. The outbound XML also places the GL
type field components, based on the database definition of the components, in the
GLCOMP element. The glorder attribute in the GLCOMP element identifies the
level of the component (GLORDER1 through GLORDER20).
<GLDEBITACCT>
<VALUE>6600-800-SAF</VALUE>
<GLCOMP glorder="0">6600</GLCOMP>
<GLCOMP glorder="1">800</GLCOMP>
<GLCOMP glorder="2">SAF</GLCOMP>
</GLBDEBITACCT>
Inbound XML messages can contain GL account numbers in one of the following
formats:
The external system can provide the individual components, as in the
following example:
<GLDEBITACCT>
<GLCOMP glorder="0">6400</GLCOMP>
<GLCOMP glorder="1">2</GLCOMP>
<GLCOMP glorder="2">10</GLCOMP>
</GLDEBITACCT>
In this case, the system validates the components and uses the segment
delimiter defined in the GLCONFIGURE table to recreate the account
number.
The external system can provide the entire account number, separated by
the defined delimiter, as in the following example:
<GLDEBITACCT>
<VALUE>6400-2-10</VALUE>
</GLDEBITACCT>
In this case, the delimiter is used to identify each component, and the account
number is validated accordingly.
If the external system provides both an account number and its individual
components, the system ignores the components.
For information about the langenabled attribute, see Chapter 20, "Multiple
Language Support," on page 259.
Object Structure Element
69

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents