![]() |
T4S4
19.1 C8540 A23673
Teamcenter Gateway for SAP S/4HANA API Reference
|
Namespaces | |
BAPI | |
Functions | |
addSAPBomSubPosition PositionIndex POSID EBORT UPMNG UPOSZ ?UPTXT? | |
Stores the given SAP BOM sub position informationinto the the global TCL ::SAPDat (section Bom:SubPosition:*) array for the BOM transfer. More... | |
changeBillOfMaterial args | |
This function updates a BOM via the CAD_CHANGE_BOM_WITH_SUB_ITEMS function based on the content of the corresponding ::SAPDat(BOM:*) array attributes provided after the mapping. More... | |
changeBillOfMaterial2 args | |
This function updates a BOM via the CAD_CHANGE_BOM_WITH_SUB_ITEMS function based on the content of the corresponding ::SAPDat(BOM:*) array attributes provided after the mapping. More... | |
createBillOfMaterial args | |
This function creates a BOM via the CAD_CREATE_BOM_WITH_SUB_ITEMS function based on the content of the corresponding ::SAPDat(BOM:*) array attributes provided after the mapping. More... | |
createBillOfMaterial2 args | |
This function creates a BOM via the CAD_CREATE_BOM_WITH_SUB_ITEMS function based on the content of the corresponding ::SAPDat(BOM:*) array attributes provided after the mapping. More... | |
deletePositionStructure Index args | |
Removes all stored information for one BOM position out of the corresponding global TCL ::SAPDat array within the section Bom:Position at a given index, so that this position will not be send to SAP within a future transfer. More... | |
initPositionStructure Index args | |
Resets part the corresponding global TCL ::SAPDat array within the section Bom:Position. More... | |
readBillOfMaterial args | |
Retrieves information about an existing SAP BOM. More... | |
readBillOfMaterial2 args | |
Retrieves information about an existing SAP BOM. More... | |
setDependencyDescription Index LanuageId Description ?Language? ?LanguageIso? args | |
Stores the given SAP BOM dependency description params into the the global TCL ::SAPDat (section Bom:Dependency:Description:*) array for a future transfer. More... | |
setSAPBomSubPositionStructure Index POSID EBORT UPMNG UPOSZ ?UPTXT? | |
Stores the given SAP BOM sub position informationinto the the global TCL ::SAPDat (section Bom:SubPosition:*) array for the BOM transfer. More... | |
setSelectionCondition Index Condition ?InternName? ?ExternName? ?Status? ?Group? ?SortOrder? ?lstDescription? ?lstDescriptionLang? ?lstDescriptionLangIso? ?ChangeNumber? ?SceFlag? ?Where2Use? | |
Stores the given SAP BOM selection condition params into the the global TCL ::SAPDat (section Bom:Dependency:*) array for the BOM transfer. More... | |
TPSAP::BOM::addSAPBomSubPosition | PositionIndex POSID EBORT UPMNG UPOSZ ?UPTXT? | ||
Stores the given SAP BOM sub position informationinto the the global TCL ::SAPDat (section Bom:SubPosition:*) array for the BOM transfer.
PositionIndex | - array index of the position that has the sub-positions |
POSID | - Position number |
EBORT | - Installation Point for Subitem |
UPMNG | - Subitem quantity |
UPOSZ | - Subitem Number |
UPTXT | - Subitem text |
TPSAP::BOM::changeBillOfMaterial | args | ||
This function updates a BOM via the CAD_CHANGE_BOM_WITH_SUB_ITEMS function based on the content of the corresponding ::SAPDat(BOM:*) array attributes provided after the mapping.
args | none |
TPSAP::BOM::changeBillOfMaterial2 | args | ||
This function updates a BOM via the CAD_CHANGE_BOM_WITH_SUB_ITEMS function based on the content of the corresponding ::SAPDat(BOM:*) array attributes provided after the mapping.
args | none |
TPSAP::BOM::createBillOfMaterial | args | ||
This function creates a BOM via the CAD_CREATE_BOM_WITH_SUB_ITEMS function based on the content of the corresponding ::SAPDat(BOM:*) array attributes provided after the mapping.
args | none |
TPSAP::BOM::createBillOfMaterial2 | args | ||
This function creates a BOM via the CAD_CREATE_BOM_WITH_SUB_ITEMS function based on the content of the corresponding ::SAPDat(BOM:*) array attributes provided after the mapping.
args | none |
TPSAP::BOM::deletePositionStructure | Index args | ||
Removes all stored information for one BOM position out of the corresponding global TCL ::SAPDat array within the section Bom:Position at a given index, so that this position will not be send to SAP within a future transfer.
Index | - internal TCL array index |
args | none |
TPSAP::BOM::initPositionStructure | Index args | ||
Resets part the corresponding global TCL ::SAPDat array within the section Bom:Position.
Index | - internal TCL array index |
TPSAP::BOM::readBillOfMaterial | args | ||
Retrieves information about an existing SAP BOM.
All import parameters are transferred via the global ::SAPDat TCL array within the section Bom.
Sample code sequence
TPSAP::BOM::readBillOfMaterial2 | args | ||
Retrieves information about an existing SAP BOM.
All import parameters are transferred via the global ::SAPDat TCL array within the section Bom. The caller needs to define how to use the received results.
Sample code sequence
and global TCL array ::BOMResultDat
TPSAP::BOM::setDependencyDescription | Index LanuageId Description ?Language? ?LanguageIso? args | ||
Stores the given SAP BOM dependency description params into the the global TCL ::SAPDat (section Bom:Dependency:Description:*) array for a future transfer.
Index | - internal TCL array index |
LanuageId | |
Description | |
Language | (optional - empty) |
LanguageIso | (optional - empty) |
args | none |
TPSAP::BOM::setSAPBomSubPositionStructure | Index POSID EBORT UPMNG UPOSZ ?UPTXT? | ||
Stores the given SAP BOM sub position informationinto the the global TCL ::SAPDat (section Bom:SubPosition:*) array for the BOM transfer.
Index | - internal TCL array index |
POSID | - Position number |
EBORT | - Installation Point for Subitem |
UPMNG | - Subitem quantity |
UPOSZ | - Subitem Number |
UPTXT | - Subitem text |
TPSAP::BOM::setSelectionCondition | Index Condition ?InternName? ?ExternName? ?Status? ?Group? ?SortOrder? ?lstDescription? ?lstDescriptionLang? ?lstDescriptionLangIso? ?ChangeNumber? ?SceFlag? ?Where2Use? | ||
Stores the given SAP BOM selection condition params into the the global TCL ::SAPDat (section Bom:Dependency:*) array for the BOM transfer.
Index | points to the corresponding BomPosition index of the ::SAPDat(Bom:Position:???:$Index) structure |
Condition | selection condition in SAP syntax |
InternName | Internal name of the object dependency, if specified it typically should be treated as a global dependency (optional - empty) |
ExternName | External name of the object dependency, if specified it typically should be treated as a global dependency (optional - empty) |
Status | Object dependency status (optional - default value 1):
|
Group | Dependency group can be defined in the customizing in the variant configuration to group similar dependencies together (optional - emtpy) |
SortOrder | defines the processing order of multiple object dependencies not relevant for SelectionConditions (optional - 0000) |
lstDescription | - Defines the description as a TCL for a global dependency |
lstDescriptionLang | - Defines the description language as a TCL (in the same order as lstDescription) for a global dependency |
lstDescriptionLangIso | - Defines the description language in ISO format as a TCL (in the same order as lstDescription) for a global dependency |
ChangeNumber | - Defines the change number in case of global dependencies (optional - Empty) |
SceFlag | - Indicator: Dependencies for SCE Format |
Where2Use | - Authorization to Maintain Object Dependencies for Objects |