### Start CatiaTranslatorServer Source: https://help.sap.com/docs/SAP_ERP/0f3e26f224d9419688b3d25d7c2e46fe/d2e5e4535dd4414de10000000a174cb4-418.html?locale=en-US&state=PRODUCTION&version=6.18.latest Example command to start the CatiaTranslatorServer with specific host, translator, naming context, and port parameters. ```bash CatiaTranslatorServer -hostName iw1027 -TranslatorName CAT1 -namingContext DefaultNamingContext -portNumber 10000 ``` -------------------------------- ### Packing Hierarchy Example Source: https://help.sap.com/docs/SAP_ERP/072e1e902dfa4546970c7966a47c42da/358dbf53f106b44ce10000000a174cb4.html?locale=en-US&state=PRODUCTION&version=6.18.latest Example structure for sending packing hierarchies via the delivery interface. ```text POSNR KDMTA LFIMG VRKME E1EDL24 1 A 11 PC E1EDL24 2 B 5 PC EXIDV VHILM E1EDL37 EX1 RCA POSNR VEMNG EXIDV VEMEH E1EDL44 1 5 PC EXIDV VHILM E1EDL37 EX2 RCA POSNR VEMNG EXIDV VEMEH E1EDL44 1 4 PC EXIDV VHILM E1EDL37 EX3 RCB POSNR VEMNG EXIDV VEMEH E1EDL44 2 3 PC EXIDV VHILM E1EDL37 EX4 RCC POSNR VEMNG EXIDV VEMEH E1EDL44 EX1 E1EDL37 EX4 RCC POSNR VEMNG EXIDV VEMEH E1EDL44 EX2 E1EDL37 EX4 RCC POSNR VEMNG EXIDV VEMEH E1EDL44 EX3 ``` -------------------------------- ### FKJO_SCHEDULE Log Format Example Source: https://help.sap.com/docs/SAP_ERP/f2752aac0d8d4a2b92782f96bae8918c/02fac5536a51204be10000000a174cb4.html?locale=en-US&state=PRODUCTION&version=6.18.latest Displays the structure of the log output, including placeholders for job types, dates, and job counts. ```text Plane Jobtyp:,@MA-Kennzeichen:,@Start-Datum:,@Start-Zeit: ..... Eingeplante Jobs [*] ++++++++++++++++++++++++++++++++++++++++++++++++++ [*] Count= // Anzahl der eingeplanten (Intervall-)Jobs [*] JN1= // Jobname des ersten geplanten (Intervall-)Jobs [*] JC1= // Jobcount des ersten geplanten (Intervall-)Jobs [*] JC2= // Jobname des zweiten geplanten (Intervall-)Jobs [*] JC2= // Jobcount des zweiten geplanten (Intervall-)Jobs .... // weitere Jobcounts bis zu JC [*] ++++++++++++++++++++++++++++++++++++++++++++++++++ ``` -------------------------------- ### MeasuringDeviceERPInstallationPointByMeasuringDeviceIntegrationBusinessSystemIDQueryResponse_In Source: https://help.sap.com/docs/SAP_ERP/ddd4631fc0434ee7a38dca996dab8606/18e0cef0de5b11de2b8d000f20fcb6a9.html?locale=en-US&state=PRODUCTION&version=6.18.latest This service fetches the list of measuring devices assigned to a MII instance and the Installation Points which contain them. ```APIDOC ## MeasuringDeviceERPInstallationPointByMeasuringDeviceIntegrationBusinessSystemIDQueryResponse_In ### Description This service fetches the list of measuring devices assigned to a MII instance and the Installation Points which contain them. ### Technical Details - **Technical Name**: MeasuringDeviceERPInstallationPointByMeasuringDeviceIntegrationBusinessSystemIDQueryResponse_In - **Namespace**: http://sap.com/xi/PLM/Global2 - **Direction**: inbound - **Mode**: synchronous ### Message Types - **Query**: MeasuringDeviceERPInstallationPointByMeasuringDeviceIntegrationBusinessSystemIDQueryMessage_sync - **Response**: MeasuringDeviceERPInstallationPointByMeasuringDeviceIntegrationBusinessSystemIDResponseMessage_sync ```