![]() |
T4S4
18.1 C7177 A20283
Teamcenter Gateway for SAP S/4HANA API Reference
|
Functions | |
setDocumentInfoRecordKeyDefaults ObjectTypeName ?DOCUMENTTYPE? ?DOCUMENTPART? ?DOCUMENTVERSION? | |
With this function it is possible to define the default document key for a given Teamcenter object type (like a Dataset or ItemRevision). More... | |
setDocumentInfoRecordOriginalsConfig ObjectTypeName NamedFileReference FileType FileExtension DatacarrierName DatacarrierPath KProName | |
This function is used to define the all needed information to specify an original files transfer to SAP based on a given Teamcenter object type and the relation or named reference to the file. More... | |
writeDocumentInfoRecordKeyDefaults ?LogChannel? | |
This function write the content of the default document keys configuration to a specified log channel or to the default log channel. This document keys configuration is used by the T4S::DIR::MAPPING::checkSAPDocumentKey function. More... | |
writeDocumentInfoRecordOriginalsConfig ?LogChannel? | |
This function write the content of the Original File configuration to a specified log channel or to the default log channel. More... | |
T4S::DIR::CONFIG::setDocumentInfoRecordKeyDefaults | ObjectTypeName ?DOCUMENTTYPE? ?DOCUMENTPART? ?DOCUMENTVERSION? | ||
With this function it is possible to define the default document key for a given Teamcenter object type (like a Dataset or ItemRevision).
ObjectTypeName | Teamcenter object type name (like MSWord or ItemRevision) |
DOCUMENTTYPE | SAP document info record type |
DOCUMENTPART | SAP document info record part |
DOCUMENTVERSION | SAP document info record version |
References tpco_shmget(), and tpco_shmset().
T4S::DIR::CONFIG::setDocumentInfoRecordOriginalsConfig | ObjectTypeName NamedFileReference FileType FileExtension DatacarrierName DatacarrierPath KProName | ||
This function is used to define the all needed information to specify an original files transfer to SAP based on a given Teamcenter object type and the relation or named reference to the file.
ObjectTypeName | Teamcenter object type name (like MSWord or ItemRevision) |
NamedFileReference | defines the relation to the named file reference of the ImanFile |
FileType | defines the SAP workspace application (like JT or WRD,…) |
FileExtension | defines the filename extension of the SAP original (like jt, doc or docx) |
DatacarrierName | defines SAP data carrier name for the SAP storage |
DatacarrierPath | defines the path that is used to handover the original file to SAP |
KProName | Name of the SAP Knowledge Provider used to store the original file |
References tpco_shmget(), and tpco_shmset().
T4S::DIR::CONFIG::writeDocumentInfoRecordKeyDefaults | ?LogChannel? | ||
This function write the content of the default document keys configuration to a specified log channel or to the default log channel. This document keys configuration is used by the T4S::DIR::MAPPING::checkSAPDocumentKey function.
LogChannel | Optional parameter that defines in which log-channel the debug output of the function should be stored. If not specified the information is stored into the session log file. |
References T4X::CORE::getSessionLogChannel().
T4S::DIR::CONFIG::writeDocumentInfoRecordOriginalsConfig | ?LogChannel? | ||
This function write the content of the Original File configuration to a specified log channel or to the default log channel.
LogChannel | Optional parameter that defines in which log-channel the debug output of the function should be stored. If not specified the information is stored into the session log file. |
References T4X::CORE::getSessionLogChannel().