![]() |
T4S4
19.1 C8540 A23673
Teamcenter Gateway for SAP S/4HANA API Reference
|
Mapping namespace for SAP data view to show attributes from SAP in the Teamcenter GUI. More...
Functions | |
asBoolean string | |
Interpret the letter X as true. More... | |
defineStyle | |
Customer specific auxiliary function to define the GUI style. More... | |
GetBOMData ObjectKey | |
Customer specific auxiliary function to read the bill of material information from SAP. More... | |
GetBOMDataView ObjectKey Parameters | |
Customer specific auxiliary function to build the XML payload for the SAP data view for SAP Bill of Material. More... | |
GetBUSINESSPARTNERData ObjectKey | |
Customer specific auxiliary function to read the Business Partner information from SAP. More... | |
GetBUSINESSPARTNERDataView ObjectKey Parameters | |
Customer specific auxiliary function to build the XML payload for the SAP data view for SAP Business Partner. More... | |
GetDIRData ObjectTypeName ObjectKey DocumentType DocumentPart DocumentVersion | |
Customer specific auxiliary function to read the document info record information from SAP. More... | |
GetDIRDataView ObjectTypeName ObjectKey DocumentType DocumentPart DocumentVersion Parameters | |
Customer specific auxiliary function to build the XML payload for the SAP data view for SAP Document Info Record. More... | |
GetECMData ObjectKey | |
Customer specific auxiliary function to read the engineering change master information from SAP. More... | |
GetECMDataView ObjectKey Parameters | |
Customer specific auxiliary function to build the XML payload for the SAP data view for SAP Engineering Change Master. More... | |
GetEQUIData ObjectKey | |
Customer specific auxiliary function to read the equipment master information from SAP. More... | |
GetEQUIDataView ObjectKey Parameters | |
Customer specific auxiliary function to build the XML payload for the SAP data view for SAP Equipment Master. More... | |
GetFUNCLOCData ObjectKey | |
Customer specific auxiliary function to read the functional location information from SAP. More... | |
GetFUNCLOCDataView ObjectKey Parameters | |
Customer specific auxiliary function to build the XML payload for the SAP data view for SAP Functional Location. More... | |
GetMMData ObjectKey | |
Customer specific auxiliary function to read the material master information from SAP. More... | |
GetMMDataView ObjectKey Parameters | |
Customer specific auxiliary function to build the XML payload for the SAP data view for SAP Material Master. More... | |
GetSAPData_BillOfMaterial SessionId ItemType ItemRevisionType ObjectType TCUser TCLanguage ContainerId Parameters | |
Customer specific mapping function to create the XML payload for the SAP data view for SAP Bill of Material. More... | |
GetSAPData_BusinessPartner SessionId ItemType ItemRevisionType ObjectType TCUser TCLanguage ContainerId Parameters | |
Customer specific mapping function to create the XML payload for the SAP data view for SAP BusinessPartner. More... | |
GetSAPData_ChangeMaster SessionId ItemType ItemRevisionType ObjectType TCUser TCLanguage ContainerId Parameters | |
Customer specific mapping function to create the XML payload for the SAP data view for SAP Engineering Change Master. More... | |
GetSAPData_DocumentInfoRecord SessionId ObjectTypeName ObjectClassName ItemType ItemRevisionType ObjectType TCUser TCLanguage ContainerId Parameters | |
Customer specific mapping function to create the XML payload for the SAP data view for SAP Material Master. More... | |
GetSAPData_EquipmentMaster SessionId ItemType ItemRevisionType ObjectType TCUser TCLanguage ContainerId Parameters | |
Customer specific mapping function to create the XML payload for the SAP data view for SAP Equipment Master. More... | |
GetSAPData_FunctionalLocation SessionId ItemType ItemRevisionType ObjectType TCUser TCLanguage ContainerId Parameters | |
Customer specific mapping function to create the XML payload for the SAP data view for SAP Functional Location. More... | |
GetSAPData_MaterialMaster SessionId ItemType ItemRevisionType ObjectType TCUser TCLanguage ContainerId Parameters | |
Customer specific mapping function to create the XML payload for the SAP data view for SAP Material Master. More... | |
GetSAPData_QueryResultObject SessionId QueryName ObjectKey TCUser TCLanguage ContainerId Parameters | |
Customer specific mapping function to create the XML payload for the SAP data view for an external query object. More... | |
GetSAPData_Vendor SessionId ItemType ItemRevisionType ObjectType TCUser TCLanguage ContainerId Parameters | |
Customer specific mapping function to create the XML payload for the SAP data view for SAP Vendor. More... | |
GetVENDORData ObjectKey | |
Customer specific auxiliary function to read the vendor information from SAP. More... | |
GetVENDORDataView ObjectKey Parameters | |
Customer specific auxiliary function to build the XML payload for the SAP data view for SAP Vendor. More... | |
Mapping namespace for SAP data view to show attributes from SAP in the Teamcenter GUI.
The namespace contains the custom specific part of the SAP data view.
Procedures with fixed name GetSAPData_<TargetType>
are defined for the following target types:
MaterialMaster
BillOfMaterial
DocumentInfoRecord
ChangeMaster
EquipmentMaster
FunctionalLocation
Vendor
BusinessPartner
T4S::PROP::CUSTOM::MAPPING::asBoolean | string | ||
Interpret the letter X as true.
string | string that may or may not contain the letter X |
T4S::PROP::CUSTOM::MAPPING::defineStyle |
Customer specific auxiliary function to define the GUI style.
The procedure is called by GetSAPData_<TargetType>
. It defines some global variables used for GUI style.
T4S::PROP::CUSTOM::MAPPING::GetBOMData | ObjectKey | ||
Customer specific auxiliary function to read the bill of material information from SAP.
The procedure is called by GetSAPData_BillOfMaterial
.
ObjectKey | SAP Id |
OK
or NOT_FOUND
T4S::PROP::CUSTOM::MAPPING::GetBOMDataView | ObjectKey Parameters | ||
Customer specific auxiliary function to build the XML payload for the SAP data view for SAP Bill of Material.
The procedure is called by GetSAPData_BillOfMaterial
.
ObjectKey | SAP Id |
Parameters | Parameter which defines the used parameters for the data retrieval |
T4S::PROP::CUSTOM::MAPPING::GetBUSINESSPARTNERData | ObjectKey | ||
Customer specific auxiliary function to read the Business Partner information from SAP.
The procedure is called by GetSAPData_BusinessPartner
.
ObjectKey | SAP Id |
OK
or NOT_FOUND
T4S::PROP::CUSTOM::MAPPING::GetBUSINESSPARTNERDataView | ObjectKey Parameters | ||
Customer specific auxiliary function to build the XML payload for the SAP data view for SAP Business Partner.
The procedure is called by GetSAPData_BusinessPartner
.
ObjectKey | SAP Id |
Parameters | Parameter which defines the used parameters for the data retrieval |
T4S::PROP::CUSTOM::MAPPING::GetDIRData | ObjectTypeName ObjectKey DocumentType DocumentPart DocumentVersion | ||
Customer specific auxiliary function to read the document info record information from SAP.
The procedure is called by GetSAPData_DocumentInfoRecord
.
ObjectTypeName | Teamcenter object type |
ObjectKey | SAP Id |
DocumentType | SAP Document type |
DocumentPart | SAP Document part |
DocumentVersion | SAP Document version |
OK
or NOT_FOUND
T4S::PROP::CUSTOM::MAPPING::GetDIRDataView | ObjectTypeName ObjectKey DocumentType DocumentPart DocumentVersion Parameters | ||
Customer specific auxiliary function to build the XML payload for the SAP data view for SAP Document Info Record.
The procedure is called by GetSAPData_DocumentInfoRecord
.
ObjectTypeName | Teamcenter object type |
ObjectKey | SAP Id |
DocumentType | SAP Document type |
DocumentPart | SAP Document part |
DocumentVersion | SAP Document version |
Parameters | Parameter which defines the used parameters for the data retrieval |
T4S::PROP::CUSTOM::MAPPING::GetECMData | ObjectKey | ||
Customer specific auxiliary function to read the engineering change master information from SAP.
The procedure is called by GetSAPData_ChangeMaster
.
ObjectKey | SAP Id |
OK
or NOT_FOUND
T4S::PROP::CUSTOM::MAPPING::GetECMDataView | ObjectKey Parameters | ||
Customer specific auxiliary function to build the XML payload for the SAP data view for SAP Engineering Change Master.
The procedure is called by GetSAPData_ChangeMaster
.
ObjectKey | SAP Id |
Parameters | Parameter which defines the used parameters for the data retrieval |
T4S::PROP::CUSTOM::MAPPING::GetEQUIData | ObjectKey | ||
Customer specific auxiliary function to read the equipment master information from SAP.
The procedure is called by GetSAPData_EquipmentMaster
.
ObjectKey | SAP Id |
OK
or NOT_FOUND
T4S::PROP::CUSTOM::MAPPING::GetEQUIDataView | ObjectKey Parameters | ||
Customer specific auxiliary function to build the XML payload for the SAP data view for SAP Equipment Master.
The procedure is called by GetSAPData_EquipmentMaster
.
ObjectKey | SAP Id |
Parameters | Parameter which defines the used parameters for the data retrieval |
T4S::PROP::CUSTOM::MAPPING::GetFUNCLOCData | ObjectKey | ||
Customer specific auxiliary function to read the functional location information from SAP.
The procedure is called by GetSAPData_FunctionalLocation
.
ObjectKey | SAP Id |
OK
or NOT_FOUND
T4S::PROP::CUSTOM::MAPPING::GetFUNCLOCDataView | ObjectKey Parameters | ||
Customer specific auxiliary function to build the XML payload for the SAP data view for SAP Functional Location.
The procedure is called by GetSAPData_FunctionalLocation
.
ObjectKey | SAP Id |
Parameters | Parameter which defines the used parameters for the data retrieval |
T4S::PROP::CUSTOM::MAPPING::GetMMData | ObjectKey | ||
Customer specific auxiliary function to read the material master information from SAP.
The procedure is called by GetSAPData_MaterialMaster
.
ObjectKey | SAP Id |
OK
or NOT_FOUND
T4S::PROP::CUSTOM::MAPPING::GetMMDataView | ObjectKey Parameters | ||
Customer specific auxiliary function to build the XML payload for the SAP data view for SAP Material Master.
The procedure is called by GetSAPData_MaterialMaster
.
ObjectKey | SAP Id |
Parameters | Parameter which defines the used parameters for the data retrieval |
T4S::PROP::CUSTOM::MAPPING::GetSAPData_BillOfMaterial | SessionId ItemType ItemRevisionType ObjectType TCUser TCLanguage ContainerId Parameters | ||
Customer specific mapping function to create the XML payload for the SAP data view for SAP Bill of Material.
SessionId | Teamcenter session id |
ItemType | Teamcenter item type |
ItemRevisionType | Teamcenter item revision type |
ObjectType | Teamcenter object type |
TCUser | Teamcenter user who initiated the data view call |
TCLanguage | Language which will be used for the data view call |
ContainerId | Optional parameter which defines the current display container |
Parameters | Optional parameter which defines the used parameters for the data retrieval |
T4S::PROP::CUSTOM::MAPPING::GetSAPData_BusinessPartner | SessionId ItemType ItemRevisionType ObjectType TCUser TCLanguage ContainerId Parameters | ||
Customer specific mapping function to create the XML payload for the SAP data view for SAP BusinessPartner.
SessionId | Teamcenter session id |
ItemType | Teamcenter item type |
ItemRevisionType | Teamcenter item revision type |
ObjectType | Teamcenter object type (target type |
TCUser | Teamcenter user who initiated the data view call |
TCLanguage | Language which will be used for the data view call |
ContainerId | Optional parameter which defines the current display container |
Parameters | Optional parameter which defines the used parameters for the data retrieval |
T4S::PROP::CUSTOM::MAPPING::GetSAPData_ChangeMaster | SessionId ItemType ItemRevisionType ObjectType TCUser TCLanguage ContainerId Parameters | ||
Customer specific mapping function to create the XML payload for the SAP data view for SAP Engineering Change Master.
SessionId | Teamcenter session id |
ItemType | Teamcenter item type |
ItemRevisionType | Teamcenter item revision type |
ObjectType | Teamcenter object type |
TCUser | Teamcenter user who initiated the data view call |
TCLanguage | Language which will be used for the data view call |
ContainerId | Optional parameter which defines the current display container |
Parameters | Optional parameter which defines the used parameters for the data retrieval |
T4S::PROP::CUSTOM::MAPPING::GetSAPData_DocumentInfoRecord | SessionId ObjectTypeName ObjectClassName ItemType ItemRevisionType ObjectType TCUser TCLanguage ContainerId Parameters | ||
Customer specific mapping function to create the XML payload for the SAP data view for SAP Material Master.
SessionId | Teamcenter session id |
ObjectTypeName | Teamcenter object type |
ObjectClassName | Teamcenter object class |
ItemType | Teamcenter item type |
ItemRevisionType | Teamcenter item revision type |
ObjectType | Teamcenter object type |
TCUser | Teamcenter user who initiated the data view call |
TCLanguage | Language which will be used for the data view call |
ContainerId | Optional parameter which defines the current display container |
Parameters | Optional parameter which defines the used parameters for the data retrieval |
T4S::PROP::CUSTOM::MAPPING::GetSAPData_EquipmentMaster | SessionId ItemType ItemRevisionType ObjectType TCUser TCLanguage ContainerId Parameters | ||
Customer specific mapping function to create the XML payload for the SAP data view for SAP Equipment Master.
SessionId | Teamcenter session id |
ItemType | Teamcenter item type |
ItemRevisionType | Teamcenter item revision type |
ObjectType | Teamcenter object type |
TCUser | Teamcenter user who initiated the data view call |
TCLanguage | Language which will be used for the data view call |
ContainerId | Optional parameter which defines the current display container |
Parameters | Optional parameter which defines the used parameters for the data retrieval |
T4S::PROP::CUSTOM::MAPPING::GetSAPData_FunctionalLocation | SessionId ItemType ItemRevisionType ObjectType TCUser TCLanguage ContainerId Parameters | ||
Customer specific mapping function to create the XML payload for the SAP data view for SAP Functional Location.
SessionId | Teamcenter session id |
ItemType | Teamcenter item type |
ItemRevisionType | Teamcenter item revision type |
ObjectType | Teamcenter object type |
TCUser | Teamcenter user who initiated the data view call |
TCLanguage | Language which will be used for the data view call |
ContainerId | Optional parameter which defines the current display container |
Parameters | Optional parameter which defines the used parameters for the data retrieval |
T4S::PROP::CUSTOM::MAPPING::GetSAPData_MaterialMaster | SessionId ItemType ItemRevisionType ObjectType TCUser TCLanguage ContainerId Parameters | ||
Customer specific mapping function to create the XML payload for the SAP data view for SAP Material Master.
SessionId | Teamcenter session id |
ItemType | Teamcenter item type |
ItemRevisionType | Teamcenter item revision type |
ObjectType | Teamcenter object type |
TCUser | Teamcenter user who initiated the data view call |
TCLanguage | Language which will be used for the data view call |
ContainerId | Optional parameter which defines the current display container |
Parameters | Optional parameter which defines the used parameters for the data retrieval |
T4S::PROP::CUSTOM::MAPPING::GetSAPData_QueryResultObject | SessionId QueryName ObjectKey TCUser TCLanguage ContainerId Parameters | ||
Customer specific mapping function to create the XML payload for the SAP data view for an external query object.
SessionId | Teamcenter session id |
QueryName | Query name to be executed |
ObjectKey | SAP object key used for query |
TCUser | Teamcenter user who initiated the data view call |
TCLanguage | Language which will be used for the data view call |
ContainerId | Optional parameter which defines the current display container |
Parameters | Optional parameter which defines the used parameters for the data retrieval |
T4S::PROP::CUSTOM::MAPPING::GetSAPData_Vendor | SessionId ItemType ItemRevisionType ObjectType TCUser TCLanguage ContainerId Parameters | ||
Customer specific mapping function to create the XML payload for the SAP data view for SAP Vendor.
SessionId | Teamcenter session id |
ItemType | Teamcenter item type |
ItemRevisionType | Teamcenter item revision type |
ObjectType | Teamcenter object type (target type |
TCUser | Teamcenter user who initiated the data view call |
TCLanguage | Language which will be used for the data view call |
ContainerId | Optional parameter which defines the current display container |
Parameters | Optional parameter which defines the used parameters for the data retrieval |
T4S::PROP::CUSTOM::MAPPING::GetVENDORData | ObjectKey | ||
Customer specific auxiliary function to read the vendor information from SAP.
The procedure is called by GetSAPData_Vendor
.
ObjectKey | SAP Id |
OK
or NOT_FOUND
T4S::PROP::CUSTOM::MAPPING::GetVENDORDataView | ObjectKey Parameters | ||
Customer specific auxiliary function to build the XML payload for the SAP data view for SAP Vendor.
The procedure is called by GetSAPData_Vendor
.
ObjectKey | SAP Id |
Parameters | Parameter which defines the used parameters for the data retrieval |