![]() |
T4S4
18.2 C7549 A21431
Teamcenter Gateway for SAP S/4HANA API Reference
|
Functions | |
callBAPI_PRODORD_GET_LIST args | |
Calls SAP function 'BAPI_PRODORD_GET_LIST'. The following lines are extracted from the SAP function module documentation, Copyright SAP AG. More... | |
getExternalNumber InternalNumber | |
Retrieves the SAP external production order id for a given SAP internal production order id. More... | |
getInternalNumber ExternalNumber | |
Retrieves the SAP internal production order id for a given SAP external production order id. More... | |
readProductionOrder ProdId args | |
Retrieves SAP production order information using the BAPI BAPI_PRODORD_GET_DETAIL. More... | |
readProductionOrder2 ?ProductionOrderNumber? ?blnSupportSubOperations? args | |
Retrieves SAP production order information using the BAPI BAPI_PRODORD_GET_DETAIL. More... | |
setProdOrderUserStatus args | |
Sets user status for a prod order on the header. More... | |
TPSAP::PRODORDER::callBAPI_PRODORD_GET_LIST | args | ||
Calls SAP function 'BAPI_PRODORD_GET_LIST'. The following lines are extracted from the SAP function module documentation, Copyright SAP AG.
_______________________________________________... | INCLUDE COBAPI_GET_LIST OBJECT DOKU ID TX ..._______________________________________________
References TPSAP::getSessionLogChannel(), and TPSAP::performSapCall().
TPSAP::PRODORDER::getExternalNumber | InternalNumber | ||
Retrieves the SAP external production order id for a given SAP internal production order id.
InternalNumber | SAP internal production order id |
References TPSAP::getSessionLogChannel().
TPSAP::PRODORDER::getInternalNumber | ExternalNumber | ||
Retrieves the SAP internal production order id for a given SAP external production order id.
ExternalNumber | SAP external production order id |
References TPSAP::getSessionLogChannel().
Referenced by readProductionOrder2().
TPSAP::PRODORDER::readProductionOrder | ProdId args | ||
Retrieves SAP production order information using the BAPI BAPI_PRODORD_GET_DETAIL.
ProdId | Production order number |
args | not used |
References TPSAP::getSessionLogChannel(), and tpwrite().
TPSAP::PRODORDER::readProductionOrder2 | ?ProductionOrderNumber? ?blnSupportSubOperations? args | ||
Retrieves SAP production order information using the BAPI BAPI_PRODORD_GET_DETAIL.
ProductionOrderNumber | - (optional) -> if the value is empty the content of the ::SAPDat(ProdOrder:PARAMETER:NUMBER) variable is used to retrieve the production order information |
blnSupportSubOperations | - (optional - false) (true|false) -> Retrieve SUBOPERATIONS information; Not supported from older SAP systems |
args | not used |
References getInternalNumber(), and TPSAP::getSessionLogChannel().
TPSAP::PRODORDER::setProdOrderUserStatus | args | ||
Sets user status for a prod order on the header.
args | none |
References TPSAP::getSessionLogChannel(), TPSAP::performSapCall(), and tpco_scanHEX16().