![]() |
T4S4
18.1 C7177 A20283
Teamcenter Gateway for SAP S/4HANA API Reference
|
Functions | |
call2002_WORKCENTER_GETINFO args | |
Calls the 2002_WORKCENTER_GETINFO ABAP via JCo. More... | |
getWorkcenterHierarchyInfo ?ObjTyp_HY? ?ObjId_HY? ?ObjTyp_HO? ?ObjId_HO? ?ObjTyp_UP? ?ObjId_UP? ?ObjTyp_LE? ?ObjId_LE? ?MaxRows? args | |
Reads the hierarchy information for a given work center ID. More... | |
getWorkcenterInfoByID ObjectId ?MaxRows? | |
Reads detailed information about a given workcenter identified by the internal SAP object ID. More... | |
init_2002_WORKCENTER_GETINFO_PARAMETER args | |
Resets part the corresponding global TCL ::SAPDat array entries for the single parameters within the section WORKCENTER_GETINFO:PARAMETER used for the 2002_WORKCENTER_GETINFO call. More... | |
init_I_PLANT_WORK_CENTRE Index args | |
Resets part the corresponding global TCL ::SAPDat array entries for the section WORKCENTER_GETINFO:I_PLANT_WORK_CENTRE used for the 2002_WORKCENTER_GETINFO call. More... | |
TesisPlmWorkcenterGetInfo WorkCenter Plant ?MaxRows? ?ObjectId? | |
Reads detailed information about a given workcenter. If only the plant is given, all workcenters (up to maxrows) for that plant will be returned. If only the workcenter is given and not plant, all workcenters will be returned (not matter which plant they are assigned to). More... | |
TPSAP::WORKCENTER::call2002_WORKCENTER_GETINFO | args | ||
Calls the 2002_WORKCENTER_GETINFO ABAP via JCo.
References rcwd().
TPSAP::WORKCENTER::getWorkcenterHierarchyInfo | ?ObjTyp_HY? ?ObjId_HY? ?ObjTyp_HO? ?ObjId_HO? ?ObjTyp_UP? ?ObjId_UP? ?ObjTyp_LE? ?ObjId_LE? ?MaxRows? args | ||
Reads the hierarchy information for a given work center ID.
Important: This function required SAP ABAP function /TESISPLM/GET_ARBPL_HIERARCHY.
ObjTyp_HY | - optional -> epmty - CIM Resource Object Type |
ObjId_HY | - optional -> epmty - Object ID of the resource |
ObjTyp_HO | - optional -> epmty - CIM Resource Object Type |
ObjId_HO | - optional -> epmty - Object ID of the resource |
ObjTyp_UP | - optional -> epmty - Type of resource which is superior in the hierarchy |
ObjId_UP | - optional -> epmty - ID of superior object in the hierarchy |
ObjTyp_LE | - optional -> epmty - Type of resource located on the left of the hierarchy |
ObjId_LE | - optional -> epmty - ID of resource located on the left of the hierarchy |
MaxRows | - optional -> default 1000 - max no of result records |
References T4X::CORE::getSessionLogChannel(), and TPSAP::performSapCall().
TPSAP::WORKCENTER::getWorkcenterInfoByID | ObjectId ?MaxRows? | ||
Reads detailed information about a given workcenter identified by the internal SAP object ID.
Important: This function required SAP ABAP function /TESISPLM/T4S_ARBPL_HEADER_GET and JCO.
ObjectId | - Interal SAP Workcenter object ID. |
MaxRows | - optional -> default 1000 - max no of result records |
References T4X::CORE::getLogLineMessageType4rc(), T4X::CORE::getSessionLogChannel(), TesisPlmWorkcenterGetInfo(), and tpwrite().
TPSAP::WORKCENTER::init_2002_WORKCENTER_GETINFO_PARAMETER | args | ||
Resets part the corresponding global TCL ::SAPDat array entries for the single parameters within the section WORKCENTER_GETINFO:PARAMETER used for the 2002_WORKCENTER_GETINFO call.
args | none |
TPSAP::WORKCENTER::init_I_PLANT_WORK_CENTRE | Index args | ||
Resets part the corresponding global TCL ::SAPDat array entries for the section WORKCENTER_GETINFO:I_PLANT_WORK_CENTRE used for the 2002_WORKCENTER_GETINFO call.
Index | internal array index |
args | none |
TPSAP::WORKCENTER::TesisPlmWorkcenterGetInfo | WorkCenter Plant ?MaxRows? ?ObjectId? | ||
Reads detailed information about a given workcenter. If only the plant is given, all workcenters (up to maxrows) for that plant will be returned. If only the workcenter is given and not plant, all workcenters will be returned (not matter which plant they are assigned to).
Important: This function required SAP ABAP function /TESISPLM/T4S_ARBPL_HEADER_GET and JCO.
WorkCenter | - can be empty |
Plant | - can be empty |
MaxRows | - optional -> default 1000 - max no of result records |
ObjectId | - optional -> default empty -> if provided, all workcenters with this object id will be returned. WorkCenter and Plant will be ignored in this case. |
Referenced by getWorkcenterInfoByID().