Previous Topic: File-level customization

Next Topic: Format-level customization

Example
  1. Use the Work with Element Customization (YWRKELMCST) command to display the various types of element customization.
  2. Use F6 to create a new record with the following values:

    Customization ID: BODY_BG_PINK Sequence no.: 1.00 Customization information: <BODY BGCOLOR=”PINK” onLoad=”ONLOADFUN()”> Customization type: O (Input/Output) Object type/attribute: FIL DSP Customization description: Pink background for web pages F3=Exit F12=Cancel F13=Fast Exit

  3. Enter the CA 2E model and take option 'S' to a function to display the screen for that function. Press F3 to display the EDIT FUNCTION DEVICES screen.
  4. Press F17 to display the Edit Screen Element Customization screen. This screen shows the element details (the fact that it is a display file). Type BODY_BG_PINK in the Customization Identifier input field, press Enter and confirm.

    Element Name: UUA8EFKD Edit Address Edit file Object Type: FIL Object Subtype: DSP Display File: UUA8EFKD Edit Address Edit file Customization Identifier: BODY_BG_PINK (Use '?' to select) Customization Description: Pink background for web pages F3=Exit F12=Cancel F13=Fast Exit

  5. If you generate a skeleton for this function, the customization data entered in step 2 are generated into the skeleton:
    </HEAD>                                        
    <!-- File-level element customization -->        
    <BODY BGCOLOR="PINK" onLoad=”ONLOADFUN()”>
    <CENTER>