Data Element list used by SAP ABAP Function Module ABC_ANALYSE (ABC-Analyse zum Material für eine Kennzahl bei anzugebender Strategie)
SAP ABAP Function Module
ABC_ANALYSE (ABC-Analyse zum Material für eine Kennzahl bei anzugebender Strategie) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | AGABA | Total usage value of all A materials | SOURCE VALUE(K_WERT_ABS_A) LIKE RMCB0-AGABA DEFAULT 50000 |
|
| 2 | AGABB | Total usage value of all B materials | SOURCE VALUE(K_WERT_ABS_B) LIKE RMCB0-AGABB DEFAULT 5000 |
|
| 3 | AGPRA | Percentage of total usage value for segment A | SOURCE VALUE(K_WERT_PROZ_A) LIKE RMCB0-AGPRA DEFAULT 70 |
|
| 4 | AGPRB | Perecntage of total usage value for segment B | SOURCE VALUE(K_WERT_PROZ_B) LIKE RMCB0-AGPRB DEFAULT 20 |
|
| 5 | AGPRC | Percentage of total usage value for segment C | SOURCE VALUE(K_WERT_PROZ_C) LIKE RMCB0-AGPRC DEFAULT 10 |
|
| 6 | AMABA | Number of materials in segment A | SOURCE VALUE(ANZ_MAT_ABS_A) LIKE RMCB0-AMABA DEFAULT 100 |
|
| 7 | AMABB | Number of materials in segment B | SOURCE VALUE(ANZ_MAT_ABS_B) LIKE RMCB0-AMABB DEFAULT 500 |
|
| 8 | AMPRA | Percentage of materials in segment A | SOURCE VALUE(ANZ_MAT_PROZ_A) LIKE RMCB0-AMPRA DEFAULT 10 |
|
| 9 | AMPRB | Number of materials for segment B as a percentage | SOURCE VALUE(ANZ_MAT_PROZ_B) LIKE RMCB0-AMPRB DEFAULT 20 |
|
| 10 | AMPRC | Number of materials for segment C as a percentage | SOURCE VALUE(ANZ_MAT_PROZ_C) LIKE RMCB0-AMPRC DEFAULT 70 |
|
| 11 | STAB1 | Strategy selection: consumption value as % | SOURCE VALUE(WERKS_UEBERGREIFEND) LIKE RMCB0-STAB1 DEFAULT SPACE |
|
| 12 | STAB1 | Strategy selection: consumption value as % | SOURCE VALUE(K_WERT_PROZ_FLAG) LIKE RMCB0-STAB1 DEFAULT 'X' |
|
| 13 | STAB2 | Strategy selection: absolute consumption value | SOURCE VALUE(K_WERT_ABS_FLAG) LIKE RMCB0-STAB2 DEFAULT SPACE |
|
| 14 | STAB3 | Strategy selection: number of materials as % | SOURCE VALUE(ANZ_MAT_PROZ_FLAG) LIKE RMCB0-STAB3 DEFAULT SPACE |
|
| 15 | STAB4 | Strategy selection: absolute number of materials | SOURCE VALUE(ANZ_MAT_ABS_FLAG) LIKE RMCB0-STAB4 DEFAULT SPACE |