| G'day Mia,
Stars article "A1 V3.0 RN] Known Problems: CM / Exception Elements
Second Language" has all the details. I'll just include a part of the
article here.
Publication Date: FEBRUARY 1992
2.4 Customization Management
o Customization Management includes definitions for a
number of special elements, referred to as exception
elements. These are elements where special processing
must be invoked whenever they are customized. The
ALL-IN-1 kit only includes the definitions for the
ENGLISH application area. However, similar definitions
are required for each language version installed on a
non-English language system.
Workaround:
o On a single language (non-English) system:
Enter Customization Management and call the entry
form CM$ETYPES interactively. Select the exception
elements. There are four exception elements:
CM$MORE$SCROLL$KEYS$INDEX
MORE$SCROLL$KEYS$INDEX
SA$MORE$SCROLL$KEYS$INDEX
FC$GOLD_E
Copy the element details, changing the area details
to the name of the language (for example, BRITISH,
GERMAN, or FRENCH.)
There is more in the article about multi-language systems.
I am would like to find out why special processing is required for
these elements, just out of interest ?
Sunil
|
|
Hi Mia,
An (Exception) element is like a normal element, but needs different
processing than a normal (Standard) element.
E.g. take MORE$SCROLL$KEYS$INDEX FRM. This is just an FRM, and all
processing is the same as a Standard FRM. But....
When moving to live, it shouldn't be moved to one form library only,
but to more than one. That's where the special processing starts.
Especially for MORE$SCROLL$KEYS$INDEX FRM, the procedures:
CM_SM_DELETE_MORE_SCROLL_KEY.SCP
CM_SM_MOVE_LIVE_MORE_SCROLL_KEY.SCP
CM_SM_REMOVE_LIVE_MORE_SCROLL_KEY.SCP
CM_SM_MOVE_BASE_MORE_SCROLL_KEY.SCP
have been created.
Have a look at 'Manage element types' (SM CSZ MET). You'll see two
types of records:
STANDARD FRM
MORE$SCROLL$KEYS$INDEX FRM ENGLISH
The first one is standard processing, the second one is element
specific (exception) processing.
If CM detects this you'll be warned that this is going to happen.
If the situation at Boeing is more or less unexpected, check:
- which element is being edited (there are four exceptions
- did Boeing add records to CM$ETYPES?
Ciao,
Simon
|