|
Software ComponentSAP_<SID> where <SID> is the system ID if the applicable system Software Component VersionX.X shows the applicable version as of this date. Eg. SAP_ECC is at version 5.0 Namespacehttp://ERPGenie.COM/xi/<SCENARIO>/<SID> where scenario refers to the interface being developed for and <SID> is the component where that object has relevance. Eg. http://ERPGenie.COM/xi/OrderOutput/ECC will contain all the objects relevant to the Order Output scenario in the ECC system. Interface ObjectsMessage InterfaceMI_<meaningful name>_<IN/OUT/AB> where: IN = Inbound OUT = Outbound AB = Abstract (For BPM) Remember to evaluate the IN and OUT based on the point of view from the source system to the target system. Eg. If we send an XML message from xEXTERNAL to an IDoc in ECC, then the XML Message is an OUT and the ECC is an IN interface. Message TypeMT_<meaningful name> Fault Message TypeFMT_<meaningful name> Data TypeDT_<meaningful name> Data Type EnhancementsDTE_<meaningful name> Context ObjectCO_<meaningful name> External DefinitionED_<meaningful name> Mapping ObjectsMessage MappingMM_<meaningful name>_<source type>_<target type> Eg. MM_ORDERSCENARIO_ORDERS05_OrderXML Interface MappingIM__<meaningful name>_<source type>_<target type> Eg. IM_ORDERSCENARIO_ORDERS05_OrderXML Mapping TemplatesMT__<meaningful name>_<source type>_<target type> Imported ArchivesIA_<meaningful name> ServicesBusiness SystemsSAP<SID> Where <SID> is the relevant system ID number E.g.. SAPECC, SAPCRM, SAP46C Business ServicesSRV_<XXXXXX> Where XXXXXX is up to 6 characters to describe the type of service. E.g. SRV_MAIL, SRV_FTP, SRV_SEEBRG Adapter ObjectsAdapter Meta DataAM_<meaningful name> Communication ChannelCC_<meaningful name>_<sender/receiver> E.g. CC_MAIL_SENDER Integration ObjectsIntegration ProcessIP_<meaningful name> (Keep to 10 or less characters – ALL CAPS) Store these in namespace http://ERPGenie.COM/xi/<SCENARIO> Actions<meaningful name> Use Send_ or Receive_ to denote the sending or receiving of messages Store these in namespace http://ERPGenie.COM/xi/<SCENARIO>/<SID> where <SID> is system where the action is to be performed. Integration ScenariosIS_<meaningful name> (Keep to 10 or less characters – ALL CAPS) Store these in namespace http://ERPGenie.COM/xi/<SCENARIO> |
|