The Function Module MCWPS_ANALYZE_CROSS_SELLING (Liefert Verbundeffekte) is a standard Function Module in SAP ERP and is part of the function group MCWPS within the package MCW.
Function Module | MCWPS_ANALYZE_CROSS_SELLING |
Short Text | Liefert Verbundeffekte |
Function Group | MCWPS |
Package | MCW |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ANATYP | TYPE | MCW_ANATYP | 'CRS1' | Typ der Analyse |
I_BELNR | LIKE | RSRD1-OBJNAME | Feldname der Belegnummer | |
I_CARDINAL_NUMBER | TYPE | I | '3' | Kardinalität der Mengen (bis 3) |
I_DBTAB | LIKE | RSRD1-OBJNAME | Name der zu untersuchenden DB-Tabelle | |
I_FIELD | LIKE | RSRD1-OBJNAME | Feldname ... | |
I_MAX_ROWS | TYPE | I | '3000000' | Anzahl maximal zu lesender Sätze |
I_MAX_SIZE_L2 | TYPE | I | '60000' | Max. Größe einer internen Tabelle |
I_MAX_SIZE_L3 | TYPE | I | '60000' | Max. Größe einer internen Tabelle |
I_MIN_CONF | TYPE | F | '0.60' | Minimale Konfidenz |
I_MIN_SUP | TYPE | F | '0.05' | Minimaler Support |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_MCWPSC | LIKE | MCWPSC | Ergebnisse, Details |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_RULES_L2 | LIKE | MCWPSR2 | Ass.regeln Kardinalität 2 | |
E_RULES_L3 | LIKE | MCWPSR3 | Ass.regeln Kardinalität 3 | |
E_TAB_L1 | LIKE | MCWPSI1 | Large-Itemset Kardinalität 1 | |
E_TAB_L2 | LIKE | MCWPSI2 | Large-Itemset Kardinalität 2 | |
E_TAB_L3 | LIKE | MCWPSI3 | Large-Itemset Kardinalität 3 | |
I_WHERE_TAB | LIKE | MCW_WHERETAB | Where-Bedingung |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
BAD_CARDINAL_NUMBER | Ungültige Kardinalität |
BAD_CONFIDENCE | Ungültige Konfidenz |
BAD_SUPPORT | Ungültiger Support |
BAD_TABLE | Falsche Datenbanktabelle |
C2_TO_BIG | Interne Tabelle wurde zu groß |
C3_TO_BIG | Interne Tabelle wurde zu groß |