Fonction SAP WMMB_MATRIX - Matrix 4.0

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
APPLICATION 0 Application type ( AK, AP, BE, MW...)
BUTTON_01 0 X External button
BUTTON_02 0 X External button
CHECK_EXIT 0 X Check matrix before exiting
DISPLAY_ONLY 0 X Display only matrix
INCLUDE_HEADER INCL_BILD u 44 Structures for Calling with Screen Module
INIT_MATRIX CHAR1 C 1 'X' X Init matrix settings (modes, axis, art)
NODELIST_TITEL 0 X Node list window title
PF11_POSI 0 X Save button
PF12_POSI 0 X Cancel button
PF15_POSI 0 X Exit button
PF3_POSI 0 X Back button
PF8_POSI 0 X Goon button
SKIP_AXIS_SEL CHAR1 C 1 X skip the first axis selection dialog box
START_MODE 0 First displayed mode
STATUS SYST-PFKEY C 20 X Runtime: Current F key status
STATUS_PROG RSMPE-PROGRAM C 40 X Name of module pool / report
SUBSCR 0 X Matrix subscreen flag
SUPPRESS_CHAR CHAR1 C 1 SPACE X Turn the two fields SC2001-CHAR, CHAR_NAME invisible (Dynpro 2001, 2101)
TITEL 0 X Main screen title
XY_CHANGE_POSI 0 X Rotate matrix axes button
Y_AXIS_TITLE 0 X Title of Y-Axis: As alternative to 'Ch. Val.'/'MWert' (length=32)

Paramètre Reférence Type Long. Description
MTX_SCNR 0 Matrix subscreen number
RETURN_WITH_FUNCTION 0 Matrix leaving code (Exit, Cancel, End...)

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
VAR_MSEL MATRX_MSEL 0 Describe position of nodes in matrix

Paramètre Reférence Long. Facultatif Description
LIST_HEADER 0 X Title of the liste (List mode)
MODES MTRX_MODE 256 Screen Mode for Characteristics Matrix
OK_CODES 0 X
VAR_ART MTRX_VART 38 X Nodes in Variant Article Matrix for Transfer to Int. Article
VAR_WSEL MTRX_WSEL 64 X Matrix Node Values Dependent on Mode (Qty, Price, and so on)
VB_CHAR MTRX_CHAR 84 Characteristics Relevant to Matrix
VB_VAL MTRX_VALI 144 Characteristic Values Relevant to Matrix

Exception Description
MATRIX_CANCELLED

Functionality
This function module is used to show or to change material valuesaccording to its own characteristics, either in a matrix or in a list.

Description
This parameter specifies whether the axis selection can be skipped atinitialization. It is set by the "WMMA_MATRIX_SHELL_.." function moduleif the axis number (ACHSE) is set correctly in the input table"VB_CHAR".

Value range
"X" : The first dialog box for axis selection will be skipped.
" " : The first axis selection dialog box will appear if more than 2characteristic exist.

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 LINK_MODE field 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.