Table list used by SAP ABAP Function Module CP_CC_S_EXPAND_ITM_BY_PATH (Expandieren des Stücklistenbaums)
SAP ABAP Function Module
CP_CC_S_EXPAND_ITM_BY_PATH (Expandieren des Stücklistenbaums) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | BOM_CLASS_DATA | Data for the class of bills of material | SOURCE VALUE(E_STLAL_ROOT) LIKE BOM_CLASS_DATA-STLAL |
|
| 2 | BOM_CLASS_DATA | Data for the class of bills of material | SOURCE VALUE(E_STLNR_ROOT) LIKE BOM_CLASS_DATA-STLNR |
|
| 3 | BOM_CLASS_DATA | Data for the class of bills of material | SOURCE VALUE(E_STLTY_ROOT) LIKE BOM_CLASS_DATA-STLTY |
|
| 4 | ITM_CLASS_DATA | Data for the BOM item class | SOURCE VALUE(I_REQUIRED_QUANTITY_ROOT) LIKE ITM_CLASS_DATA-MENGE DEFAULT 1 |
|
| 5 | KBM_CLASS_DATA | Data for sales order-BOM allocation class | SOURCE VALUE(I_SALES_ORDER_ROOT) LIKE KBM_CLASS_DATA-VBELN OPTIONAL |
|
| 6 | KBM_CLASS_DATA | Data for sales order-BOM allocation class | SOURCE VALUE(I_SALES_ORDER_ITEM_ROOT) LIKE KBM_CLASS_DATA-VBPOS OPTIONAL |
|
| 7 | MBM_CLASS_DATA | Class data for material - BOM allocation | SOURCE VALUE(I_ALTERNATIVE_ROOT) LIKE MBM_CLASS_DATA-STLAL OPTIONAL |
|
| 8 | MBM_CLASS_DATA | Class data for material - BOM allocation | SOURCE VALUE(I_USAGE_ROOT) LIKE MBM_CLASS_DATA-STLAN OPTIONAL |
|
| 9 | MBM_CLASS_DATA | Class data for material - BOM allocation | SOURCE VALUE(I_PLANT_ROOT) LIKE MBM_CLASS_DATA-WERKS |
|
| 10 | MBM_CLASS_DATA | Class data for material - BOM allocation | ||
| 11 | MBM_CLASS_DATA | Class data for material - BOM allocation | SOURCE VALUE(I_MATERIAL_ROOT) LIKE MBM_CLASS_DATA-MATNR |
|
| 12 | MKAL | Production Versions of Material | SOURCE VALUE(I_VERID) LIKE MKAL-VERID OPTIONAL |
|
| 13 | STPF | Structure tree of the exploded BOM | SOURCE VALUE(I_PATH) LIKE STPF-KANTE_V DEFAULT SPACE |
|
| 14 | TC04 | Applic-Specific Criteria for Alternative Determination | SOURCE VALUE(I_APPLICATION) LIKE TC04-CAPID |