Menu

SAP Function Module MCWPS_RESULTS_DISPLAY

Baustein zur Anzeige von Ergebnissen der Analyse in Form eines Baumes

The Function Module MCWPS_RESULTS_DISPLAY (Baustein zur Anzeige von Ergebnissen der Analyse in Form eines Baumes) is a standard Function Module in SAP ERP and is part of the function group MCWPS within the package MCW.

Technical Information

Function Module MCWPS_RESULTS_DISPLAY
Short Text Baustein zur Anzeige von Ergebnissen der Analyse in Form eines Baumes
Function Group MCWPS
Package MCW
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_HEADER TYPE CHAR30 Überschrift/Text für den Wurzelknoten
I_MCWPSC LIKE MCWPSC Struktur mit Ergebnisinformationen
I_TOPN TYPE MCW_TOPN '100' Zeigt die besten N (top N) Ergebnisse an

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_RULES_L2 LIKE MCWPSR2 Ass.regeln zu L3
I_RULES_L3 LIKE MCWPSR3 Ass.regeln zu L3
I_SL_DATUM LIKE BLDAT_RAN Zeitraum der analysierten Daten
I_SL_MATKL LIKE MCBMATKL vorgenommene Abgrenzung der Warengruppe
I_TAB_L1 LIKE MCWPSI1 Häufigkeiten, ein Objekt
I_TAB_L2 LIKE MCWPSI2 Verbundmengen, zwei Objekte
I_TAB_L3 LIKE MCWPSI3 Verbundmengen, drei Objekte

Exceptions

This function module does not define any Exceptions.