cancel
Showing results for 
Search instead for 
Did you mean: 

Namespace creation

Former Member
0 Kudos

Hi Experts,

I need to create a interface, i need to create it under a specific namespace.

How shall i request my Basis guys to do it, is there any paricular naming convention for it?

When i start importing the RFC or IDOC in to my namespace, it asks for the Application Server,System Number

where i can i find these details?

Can any one help me out it's much of urgency!

Thanks

Pravin Chand.

Accepted Solutions (0)

Answers (2)

Answers (2)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

How To…

For Best Practices In XI 3.0 Naming Conventions

1.3 Design Time: The Integration Repository

1.3.1 Namespaces for the Software Component Versions

General

There are two options related to

• Business process: Namespace is global, independently from the organizational unit inside the company.

• Organizational units: Namespace implement different solutions for the company’s organizational units.

You can also mix both in accordance with your requirements.

Naming

Namespaces Based on Business Processes

Name Naming urn:<Company URN>:<Process Level N >:<Process Level N + 1>:<SWC>

Example urn:mycomp-com:finance:accrec:a_arec_rp: Accounts receivables in finance

Details • Keep match with the product.

• SWC: Eliminate the company. Example: SWC “A_MYCMP_AREC_RP”, becomes “a_arec_rp”

Namespaces Based on Organizational Units

Name Naming urn:<Company URN><SWC>:<OrgUnit Level N >:<OrgUni Level N + 1>

Example urn:mycomp-com:a_arec_rp:europe:finserv: Accounts receivables in for financial services in Europe

Details • Keep match with the product.

• SWC: Eliminate the prefix and company. Example: SWC “A_MYCMP_AREC_RP”, becomes “a_arec_rp”

justin_santhanam
Active Contributor
0 Kudos

PSV,

You can create namespace on your own. You don't need to go for Basis help on this. Just double click on the Software component and in the right hand side frame bottom you find the text box sort of thing to enter your namespace.Do it over ther.

Creation of namespace also depends on the client. In our place we follow the below format

urn:<clientname>:Sendingsystem:<Scenario>:Recievingsystem.

For example., if you want send Vendor data from Thirdparty to CRM system then it will be

urn:xyz:thirdparty:vendor:crm

For Appln server and system number.

Go to SAP Logon , right clikc on the window area and choos List with Details.

Now scroll towards right, there you can find sys.number and Message server for your system.

raj.

Former Member
0 Kudos

Hi Raj,

When i try to create in that way, i am getting message

"insufficient authorization to change the software component version"

Can you plz sort it out this for me?

Thanks,

Pravin.

justin_santhanam
Active Contributor
0 Kudos

PSV,

When you double clikc on the SWCV, in the right window bottom, you can see two Object attributes. Can u check whether its checked or unchecked? If it's unchecked then check the same save it and activate it. Now create the namespace.

raj.