![]() |
T4S4
19.1 C8540 A23673
Teamcenter Gateway for SAP S/4HANA API Reference
|
Functions | |
createBillOfMaterial BOMType args | |
This function creates a BOM via the CSAI_BOM_CREATE function based on the content of the corresponding ::SAPDat(BOMType:*) array attributes provided after the mapping. More... | |
deleteBillOfMaterial BOMType args | |
Deletes an existing SAP BOM object. More... | |
maintainBillOfMaterial BOMType args | |
This function changes a BOM via the CSAI_BOM_MAINTAIN function based on the content of the corresponding ::SAPDat(BOMType:*) array attributes provided after the mapping. More... | |
readBillOfMaterial BOMType args | |
Retrieves information about an existing SAP BOM. More... | |
TPSAP::CSAI_BOM::createBillOfMaterial | BOMType args | ||
This function creates a BOM via the CSAI_BOM_CREATE function based on the content of the corresponding ::SAPDat(BOMType:*) array attributes provided after the mapping.
BOMType | array value prefix (e.g. EQUIBOM, WBS_BOM, ...) |
args | none |
TPSAP::CSAI_BOM::deleteBillOfMaterial | BOMType args | ||
Deletes an existing SAP BOM object.
All import parameters are transferred via the global ::SAPDat TCL array within the section OrderBom. Check function readBillOfMaterial within this namespace for more details on how to transfer the import parameters.
BOMType | array value prefix (e.g. EQUIBOM, WBS_BOM, ...) |
args | none |
Sample code sequence for a equipment bom
TPSAP::CSAI_BOM::maintainBillOfMaterial | BOMType args | ||
This function changes a BOM via the CSAI_BOM_MAINTAIN function based on the content of the corresponding ::SAPDat(BOMType:*) array attributes provided after the mapping.
BOMType | array value prefix (e.g. EQUIBOM, WBS_BOM, ...) |
args | none |
TPSAP::CSAI_BOM::readBillOfMaterial | BOMType args | ||
Retrieves information about an existing SAP BOM.
All import parameters are transferred via the global ::SAPDat TCL array within the section ${BOMType}:ECSIN
BOMType | array value prefix (e.g. EQUIBOM, WBS_BOM, ...) |
args | none |