cancel
Showing results for 
Search instead for 
Did you mean: 

Naming Standards: What are you using?

Former Member
0 Kudos

I'd like to hear what different organizations are using for naming standards to manage their XI environment.

When you have a new interface or need to call up an existing interface, how do you know where to find them?

Do you break out your interfaces by Sender SC, XI SC and receiver SC?

How do you organize namespaces?

Accepted Solutions (1)

Accepted Solutions (1)

udo_martens
Active Contributor
0 Kudos

Hi Mark,

have a look to <a href="https://websmp101.sap-ag.de/~sapdownload/011000358700004455192006E/NameConventions.pdf">Naming Standards</a>

Regards,

Udo

Answers (4)

Answers (4)

Former Member
0 Kudos

HI,

In general naming standards are cutomer specific. you would have to follow the customer requirement.

Please try to check this link

Naming Conventions https://websmp101.sap-ag.de/~sapdownload/011000358700004455192006E/NameConventions.pdf

Regards

Chilla

Former Member
0 Kudos

Hi All,

We have a set of standards for naming conventions, but as a course of review I'm looking for what others are using in their environment for naming standards.

Thanks for all the replys.

Former Member
0 Kudos

ok cool

Former Member
0 Kudos

Mark,

it depends on client. normally based on SWCV we do it. it depends to create new SWCV or use exhisting SWCV. based on SWCV we orignse namespace.

Former Member
0 Kudos

Hi Mark,

Well, The name space itself it means that it used for unique identifier.Normally in realtime business cases lot of process would be involved..when you are developing the interface and when you start up with namespace..The name space should give you the what exactly the scenario..for which type of scenarios..

Let me take an example suppose if u are implementing the all sales order scenario you can probably implement a name space such that it should reflect the all sales order related objects.

<b>Ex: http://xyzcompany.com./salesorders</b>;

The above namespace tell you that the vendor is xyzcompany and the corresponding objects of slaes orders.

Hope I am clear.

Thanks and Regards,

Chandu.

Former Member
0 Kudos

Hi Mark,

Namespaces will be written as http://companyname/scenario name or urn:companyname/scenario name.. (which will be unique based on the type of scenarios).

Data types / Message types and Message Interfaces follow a specific standard,,

Sender and receiver will also be differentiated...

Also go through the below thread..

Hope this helps

Regards

Kiran..