Ansicht
Dokumentation

GRAPH_BUSG_COLOR_SET - Definition of color pallets for business graphics

GRAPH_BUSG_COLOR_SET - Definition of color pallets for business graphics

CL_GUI_FRONTEND_SERVICES - Frontend Services   CPI1466 during Backup  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

Changing the predefined color palettes (color schemas) of the business graphic. The changed palette values apply to all subsequent calls to a business graphic. If several palettes are to be changed, this involves several consecutive calls.

The original state is restored by setting the parameter RESET.

The table palette must be defined with 2 columns (key / value).

Example

DATA: BEGIN OF MY_PALETTE OCCURS 1,

KEY(20), VAL(20),

END OF MY_PALETTE.

MY_PALETTE-KEY = 'CONTRAST03'. MY_PALETTE-VAL = 'yellow'.

APPEND MY_PALETTE.

CALL FUNCTION 'GRAPH_BUSG_COLOR_SET'

EXPORTING

PALETTE_ID = '1'

TABLES

PALETTE = MY_PALETTE.

CALL FUCNTION 'GRAPH_2D'

EXPORTING

...

Notes





Parameters

PALETTE
PALETTE_ID
RESET

Exceptions

INV_PALETTE
INV_PALETTE_ID

Function Group

BUSG

TXBHW - Original Tax Base Amount in Local Currency   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.

Length: 1390 Date: 20240523 Time: 084616     sap01-206 ( 24 ms )