Function documentationN1ME_ORDGRI_OPENROW: Order - Color of Opened Row

 

You use this user parameter to determine the color which the system uses to indicate the opened row in the following places:

  • in the collpased view of the order

  • in the administration dialog

Note Note

The opened row is colored in addition to the identification.

End of the note.

Activities

You maintain the parameter value as a combination of xyz as follows:

  • x: Describes the color (ABAP colors 0 - 9), with which the system indicates the opened row.

  • y: Determines whether the color applies to the text (0) or the background of the row (1).

  • z: Determines whether the system displays the color intensively (0) or not (1).

    Example Example

    If you enter the parameter value 310, the system displays the background of the opened row with an intensive yellow color.

    If you enter the parameter value 601, the system displays the text of the opened row with a non-intensive (pale) red color.

    End of the example.