Table list used by SAP ABAP Function Module CP_CC_S_COLLAPSE_ITM_BY_PATH (Kollabieren des Stücklistenbaums)
SAP ABAP Function Module
CP_CC_S_COLLAPSE_ITM_BY_PATH (Kollabieren des Stücklistenbaums) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | ITM_CLASS_DATA | Data for the BOM item class | SOURCE VALUE(I_REQUIRED_QUANTITY_ROOT) LIKE ITM_CLASS_DATA-MENGE DEFAULT 1 |
|
| 2 | KBM_CLASS_DATA | Data for sales order-BOM allocation class | SOURCE VALUE(I_SALES_ORDER_ROOT) LIKE KBM_CLASS_DATA-VBELN |
|
| 3 | KBM_CLASS_DATA | Data for sales order-BOM allocation class | SOURCE VALUE(I_SALES_ORDER_ITEM_ROOT) LIKE KBM_CLASS_DATA-VBPOS |
|
| 4 | MBM_CLASS_DATA | Class data for material - BOM allocation | SOURCE VALUE(I_PLANT_ROOT) LIKE MBM_CLASS_DATA-WERKS |
|
| 5 | MBM_CLASS_DATA | Class data for material - BOM allocation | SOURCE VALUE(I_USAGE_ROOT) LIKE MBM_CLASS_DATA-STLAN |
|
| 6 | MBM_CLASS_DATA | Class data for material - BOM allocation | SOURCE VALUE(I_ALTERNATIVE_ROOT) LIKE MBM_CLASS_DATA-STLAL |
|
| 7 | MBM_CLASS_DATA | Class data for material - BOM allocation | SOURCE VALUE(I_MATERIAL_ROOT) LIKE MBM_CLASS_DATA-MATNR |
|
| 8 | STPF | Structure tree of the exploded BOM | SOURCE VALUE(I_PATH) LIKE STPF-KANTE_V |
|
| 9 | TC04 | Applic-Specific Criteria for Alternative Determination | SOURCE VALUE(I_APPLICATION) LIKE TC04-CAPID |
|