![]() |
T4S4
18.1 C7177 A20283
Teamcenter Gateway for SAP S/4HANA API Reference
|
Functions | |
FuncLoc_getDetail args | |
Retrieves detailed SAP functional location information. More... | |
FuncLoc_getList args | |
Matchcode search for functional locations in SAP. More... | |
getExternalNumber InternalNumber | |
Retrieves the SAP external functional location id for a given SAP internal functional location id. More... | |
getInternalNumber ExternalNumber | |
Retrieves the SAP internal functional location id for a given SAP external functional location id. More... | |
initFuncLocStructure args | |
Resets part the corresponding global TCL ::SAPDat array within the section FUNCLOC. More... | |
This functiion required CALL TRANSACTION to be installed properly on the SAP system. All parameters are passed into the function using the global TCL array ::SAPDat. The array pattern is ::SAPDat(FuncLocLink:<SAP FIELD STRUCTURE>:<SAP FIELD NAME>) Example for FuncLoc FROM: ::SAPDat(FuncLocLink:VINET:TPVON) Example for FuncLoc TO: ::SAPDat(FuncLocLink:VINET:TPNACH)
TPSAP::FUNCLOC::FuncLoc_getDetail | args | ||
Retrieves detailed SAP functional location information.
args | none |
References getInternalNumber(), TPSAP::getSessionLogChannel(), and tpco_scanHEX16().
Referenced by T4S::PROP::CUSTOM::MAPPING::GetFUNCLOCData().
TPSAP::FUNCLOC::FuncLoc_getList | args | ||
Matchcode search for functional locations in SAP.
args | none |
References TPSAP::getSessionLogChannel().
TPSAP::FUNCLOC::getExternalNumber | InternalNumber | ||
Retrieves the SAP external functional location id for a given SAP internal functional location id.
InternalNumber | SAP internal functional location id |
References TPSAP::getSessionLogChannel().
Referenced by T4S::FUNCLOC::CUSTOM::MAPPING::SAP_FuncLoc2TC_Object().
TPSAP::FUNCLOC::getInternalNumber | ExternalNumber | ||
Retrieves the SAP internal functional location id for a given SAP external functional location id.
ExternalNumber | SAP external functional location id |
References TPSAP::getSessionLogChannel().
Referenced by FuncLoc_getDetail().
TPSAP::FUNCLOC::initFuncLocStructure | args | ||
Resets part the corresponding global TCL ::SAPDat array within the section FUNCLOC.
args | none |
References TPSAP::getSessionLogChannel().