cancel
Showing results for 
Search instead for 
Did you mean: 

namespaces

Former Member
0 Kudos

Hi,

What is a namespace?

Thanks,

Satish.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

personally, I used ONE namespace to defined ONE interface. With this tips, I can easylly transport (DEV -> QUA) my whole interface just by choosen the Namespace and not all objects: data type, message type, message mapping, etc...

For me, a namespace is like a "Package" (development class) of SAP R/3 terminology.

I hope this help you.

Mickael

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Adding to what has been nemtioned, Namespace in your SWCV is a means to segrgate your objects and interfaces making ease of use and a modular strucutre to your interfaces.

Regards,

Bhavesh

Former Member
0 Kudos

Hi Satish,

There are two kinds of namespaces that are used in XI. One is the namespace that is created inside the sofware component (Repository namespaces)and the other is the XML namespace for the data objects.

Here is the documenation about both in detail:-

http://help.sap.com/saphelp_nw04/helpdata/en/4e/83623c9c6b530de10000000a114084/frameset.htm

Regards,

Sushumna

Former Member
0 Kudos

Hi ,

Namespace is used to identify your objects in the XML message uniquely. If you see Software Component Version is a Main folder(Directory Structure) then namespace is a subfolder inside the SWCV. Each SWCV can have multiple Namespaces. Each namespace represents your logical representation of your integration scenario

see this link

http://en.wikipedia.org/wiki/Namespace

Thanks,

sekhar