Map to ERP API
Process Definition:\ProcessDefinitions\ERPCommunication\Oracle\Part\Start_CBOPart_ORACreateChange_P D.process
Activity:
Publish_Part (To publish n-1 parts data).
Publish_FinalCreate_CallStoredProc (To publish the nth part data for create and invoke pre- commit stored procedure).
Publish_FinalChange(To publish the nth part data for change and invoke pre-commit stored procedure).
Process: Start_CBOPart_ORACr eateChange_PD
Input fields
Condition and lookup
ERP API caller activities:
Publish_Part
Publish_FinalCreate_CallStoredProc
Publish_FinalChange
BuyerID
MRP_Planning_ Code
Planner_Code
<<If>>exists(PartUserArea/BuyerName) and PartUserArea/BuyerName !='' Map: ESIDataProcessing:GetLookup('BUYERID',PartUserArea/BuyerName,Object Header/ESITarget[1]/System,$Start/root/CBO/ControlData/Locale)
<<IF>>exists(PartUserArea/MRP_Planning_C ode) and PartUserArea/MRP_Planning_Code!='' MAP:ESIDataProcessing:GetLookup("MRP_Planning_Code", PartUserArea/MRP_Planning_Cod,$Start/root/CBO/ControlData/ESITarg et[1]/System, $Start/root/CBO/ControlData/Locale)
<<IF>> exists(PartUserArea/Planner_Code) and PartUserArea/Planner_Code !='' MAP: ESIDataProcessing:GetLookup("Plann er_Code", PartUserArea/Planner_Code, $Start/root/CBO/ControlData/ESITarg et[1]/System, $Start/root/CBO/ControlData/Locale)
Was this helpful?