SAP ABAP Message Class CG Message Number 018 (Error in layout definition)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-FES-GRA (Application Component) Graphic
     SGRC (Package) ABAP Graphics Development: Network, Bar Chart
Attribute
Message class CG  
Short Description VarChart graphic (network, hierarchy, Gantt chart)    
Message Number 018  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 19951204   
Message Text
Error in layout definition
Help Document

Diagnosis

The layout definition is incorrect.

System Response

Processing stops.

Procedure

Maintain the layout definition.

The layout definition consists of the following elements:

$name - field ID

// - vertical subdivision

/ - vertical subdivision without separator line

-- - horizontal subdivision

- - horizontal subdivision without separator line

[] - rectangle frame

() - for generating strips, linked components

The following rules apply:

  • Square brackets determine the frame of the rectangle and can occur both singly and doubly.
  • The layout definition is processed from left to right.
  • Linked components are enclosed in round brackets.
  • Components can be separated by blanks as required.
  • There are no separator lines outside the rectangle.
  • Only lowercase letters may be used in field names. Field names must be unique.

Examples

  • [$a//$b//$c]
  • [$a/$b/$c]
  • [[$a-(($b--$c)//$d)]]
  • $a[[$b--$c]]$e $a[$b[$c]$d]$e.

History
Last changed on/by 19971120  SAP 
SAP Release Created in