T4S4  19.1 C8540 A23673
Teamcenter Gateway for SAP S/4HANA API Reference
TPSAP::EQUI Namespace Reference

Functions

 changeEqui_DeletionFlagActivate EquipmentNumber args
 Activates the deletion flag of a given equipment master. Important: This procedure has a dependency to the SAP transport package "TESISPLM_T4S_CALL_TRANSACTION" and does not work without it. More...
 
 changeEqui_DeletionFlagDeactivate EquipmentNumber args
 Deactivates the deletion flag of a given equipment master. Important: This procedure has a dependency to the SAP transport package "TESISPLM_T4S_CALL_TRANSACTION" and does not work without it. More...
 
 changeEqui_SetActive EquipmentNumber args
 Sets a given inactive equipment master to active state. Important: This procedure has a dependency to the SAP transport package "TESISPLM_T4S_CALL_TRANSACTION" and does not work without it. More...
 
 changeEqui_SetInactive EquipmentNumber args
 Sets a given active equipment master to inactive state. Important: This procedure has a dependency to the SAP transport package "TESISPLM_T4S_CALL_TRANSACTION" and does not work without it. More...
 
 changeEqui_UserStatus EquipmentNumber UserStatus UserStatusLanguageISO ?UserStatusKey? args
 Changes the user status of a given equipment master. The status can be provided as either a "status text" + "status language (ISO)" or by just specifying the internal status key.
Important: This procedure has a dependency to the SAP transport package "TESISPLM_T4S_EQUI" and does not work without it. More...
 
 Equi_getDetail args
 Retrieves detailed SAP equipment information. More...
 
 Equi_getList args
 Matchcode search for equipments in SAP. More...
 
 getExternalNumber InternalNumber
 Retrieves the SAP external equipment id for a given SAP internal equipment id. More...
 
 getInternalNumber ExternalNumber
 Retrieves the SAP internal equipment id for a given SAP external equipment id. More...
 
 initEquiStructure args
 Resets part the corresponding global TCL ::SAPDat array within the section EQUI. More...
 

Function Documentation

◆ changeEqui_DeletionFlagActivate()

TPSAP::EQUI::changeEqui_DeletionFlagActivate   EquipmentNumber args  

Activates the deletion flag of a given equipment master. Important: This procedure has a dependency to the SAP transport package "TESISPLM_T4S_CALL_TRANSACTION" and does not work without it.

Parameters
EquipmentNumber
Returns
OK or ERROR with message in hex format as TCL list

◆ changeEqui_DeletionFlagDeactivate()

TPSAP::EQUI::changeEqui_DeletionFlagDeactivate   EquipmentNumber args  

Deactivates the deletion flag of a given equipment master. Important: This procedure has a dependency to the SAP transport package "TESISPLM_T4S_CALL_TRANSACTION" and does not work without it.

Parameters
EquipmentNumber
Returns
OK or ERROR with message in hex format as TCL list

◆ changeEqui_SetActive()

TPSAP::EQUI::changeEqui_SetActive   EquipmentNumber args  

Sets a given inactive equipment master to active state. Important: This procedure has a dependency to the SAP transport package "TESISPLM_T4S_CALL_TRANSACTION" and does not work without it.

Parameters
EquipmentNumber
Returns
OK or ERROR with message in hex format as TCL list

◆ changeEqui_SetInactive()

TPSAP::EQUI::changeEqui_SetInactive   EquipmentNumber args  

Sets a given active equipment master to inactive state. Important: This procedure has a dependency to the SAP transport package "TESISPLM_T4S_CALL_TRANSACTION" and does not work without it.

Parameters
EquipmentNumber
Returns
OK or ERROR with message in hex format as TCL list

◆ changeEqui_UserStatus()

TPSAP::EQUI::changeEqui_UserStatus   EquipmentNumber UserStatus UserStatusLanguageISO ?UserStatusKey? args  

Changes the user status of a given equipment master. The status can be provided as either a "status text" + "status language (ISO)" or by just specifying the internal status key.
Important: This procedure has a dependency to the SAP transport package "TESISPLM_T4S_EQUI" and does not work without it.

Parameters
UserStatus
UserStatusLanguageISO
UserStatusKeyOptional (default empty) - If provided, this key will be used instead of UserStatus + UserStatusLanguageISO
Returns
OK or ERROR with message as TCL list and global Array ::EquiResult

◆ Equi_getDetail()

TPSAP::EQUI::Equi_getDetail   args  

Retrieves detailed SAP equipment information.

Parameters
argsnone
Returns
OK and global TCL array ::EquiResult or ERROR

◆ Equi_getList()

TPSAP::EQUI::Equi_getList   args  

Matchcode search for equipments in SAP.

Parameters
argsnone
Returns
OK and global TCL array ::EquiResult or ERROR

◆ getExternalNumber()

TPSAP::EQUI::getExternalNumber   InternalNumber  

Retrieves the SAP external equipment id for a given SAP internal equipment id.

Parameters
InternalNumberSAP internal equipment id
Returns
External number

◆ getInternalNumber()

TPSAP::EQUI::getInternalNumber   ExternalNumber  

Retrieves the SAP internal equipment id for a given SAP external equipment id.

Parameters
ExternalNumberSAP external equipment id
Returns
Internal number

◆ initEquiStructure()

TPSAP::EQUI::initEquiStructure   args  

Resets part the corresponding global TCL ::SAPDat array within the section EQUI.

Parameters
argsnone
Returns