Fonction SAP WMMA_MATRIX_SHELL_MW - Variant matrix for changing material variants

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
BUTTON_01 0 X
BUTTON_02 0 X
CLASS_TYPE TCLA-KLART C 3 Class type of generic article class
DISPLAY_ONLY 0 ' ' X Display only
INCLUDE_HEADER INCL_BILD u 44 Include screen
INIT_MATRIX CHAR1 C 1 'X' X Matrix settings initialisation (for subscreen appl.)
MATERIAL_TYPE MARA-MTART C 4 X Material type
NODELIST_TITEL 0 X
OBJECT 0 Material number of generic article
OBJECTID TCLA-OBTAB C 30 Classification object
START_MODE 0 Initial screen mode
SUBSCR 0 SPACE X Matrix in a subscreen
SUPPRESS_MATRIX 0 ' ' X
TITEL 0 X
XY_CHANGE_POSI 0 X Coordinate axes can be swapped

Paramètre Reférence Type Long. Description
MTX_SCNR 0 Matrix subscreen number
RETURN_FUNCTIONCODE 0 Fcode used to leave the matrix

Paramètre Reférence Long. Facultatif Description
LIST_HEADER 0 X
MODES MTRX_MODE 256
VAR_ART MTRX_VART 38 X Table of generic articles created
VAR_WSEL MTRX_WSEL 64 X
VB_CHAR MTRX_CHAR 84
VB_VAL MTRX_VALI 144

Exception Description
CLASSIFICATION_ERROR
INPUTDATA_ERROR Inconsistency in data transferred
MATRIX_CANCELLED
MODE_ERROR Error in screen modes transferred
NO_CHAR
NO_CLASSIFICATION_FOUND
NO_CUOBJ Inconsistency in data transferred
NO_VALUE

Description
Initialization of matrix settings when matrix is used as subscreen.
This parameter is used to reset the matrix tabstrip and axisparameters. It does not affect the table contents, which are re-readeach time the function is called.

Value range

  • ' '

  • Old matrix parameters for axis and tabstrips will be used
    • 'X'

    • Matrix tabstrips and axis will be re-initialized

      Default

      • 'X'

      • matrix parameters are re-initialized

        Description
        This table contains mode configurations.
        To display several modes on the same screen, fill in the LINK_MODE andLINK_LINE fields for each mode. The field LINK_MODE contains thereference to the main mode (displayed in the first line). The LINK_LINEfield contains the order in which modes will be displayed.
        For example, to display quantity and price information on the samescreen, set these fields as follows:

        • Mode quantity (mode = 1), LINK_MODE = 1, LINK_LINE = 1.

        • Mode price (mode = 2), LINK_MODE = 1, LINK_LINE = 2.