![]() |
T4S4
18.2 C7549 A21431
Teamcenter Gateway for SAP S/4HANA API Reference
|
Functions | |
MM_DocLinksCreate SAPMatNo DIRtype DIRno DIRpart DIRversion ?CadIndicator? args | |
Enables T4S to create a MM-DIR link based on the MM Prerequisite: SAP ABAP /TESISPLM/MM_OBJ_LINK_MAINTAIN (package /TESISPLM/T4S_MISC) More... | |
MM_DocLinksDelete SAPMatNo ?DocType? ?isPositivDocTypeList? ?DocKey? args | |
Enables T4S to delete specific or all MM-DIR link based on the MM Prerequisite: SAP ABAP /TESISPLM/MM_OBJ_LINK_MAINTAIN (package /TESISPLM/T4S_MISC) More... | |
MM_DocLinksRead SAPMatNo args | |
Enables T4S to read all MM-DIR link based on the MM Prerequisite: SAP ABAP /TESISPLM/MM_OBJ_LINK_MAINTAIN (package /TESISPLM/T4S_MISC) More... | |
TPSAP::TESISPLM::MM_OBJECT_LINK::MM_DocLinksCreate | SAPMatNo DIRtype DIRno DIRpart DIRversion ?CadIndicator? args | ||
Enables T4S to create a MM-DIR link based on the MM Prerequisite: SAP ABAP /TESISPLM/MM_OBJ_LINK_MAINTAIN (package /TESISPLM/T4S_MISC)
SAPMatNo | |
DIRtype | |
DIRno | |
DIRpart | |
DIRversion | |
CadIndicator | - Optional (Default: Empty) - Empty or X |
TPSAP::TESISPLM::MM_OBJECT_LINK::MM_DocLinksDelete | SAPMatNo ?DocType? ?isPositivDocTypeList? ?DocKey? args | ||
Enables T4S to delete specific or all MM-DIR link based on the MM Prerequisite: SAP ABAP /TESISPLM/MM_OBJ_LINK_MAINTAIN (package /TESISPLM/T4S_MISC)
SAPMatNo | |
DocType | - If provided (TCL List), all these doc types will not be deleted (optional -EMTPY) |
isPositivDocTypeList | - If true, DocType acts as a positive list. This means that all links with a doc type specified in DocType will be deleted. If false, it works the other way around (optional -true) |
DocKey | - If provided, only the link to this specific DIR will be deleted - Key -> TCL list with DirNo DirType DirPart DirVers (optional - EMPTY) |