cancel
Showing results for 
Search instead for 
Did you mean: 

Same Data Type name

Former Member
0 Kudos

Hi

Would it create any problem if I use the same Data Type Name in another namespace. I mean during runtime will there be any problem if by chance I create Data Types with identical names ?

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ajith,

> Would it create any problem if I use the same Data Type Name in another namespace. I mean during runtime will there be any problem if by chance I create Data Types with identical names ?

By using Software COmponent Name, Namespace and object name uniquely identify the object.

So there is no problem, maximum avoid those things because you may confuse and some thimes without choosing the software component name we may select data type.

Regards

Ramesh

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Its quoted in TBITS "Each object in IR is uniquely identified by a triplet of SWCV, Namespace and Name."

So you can go ahead but is advised to keep atleast a little difference to avoid confusion.

Regards

Ravi Anand

stefan_grube
Active Contributor
0 Kudos

> Would it create any problem if I use the same Data Type Name in another namespace.

No. That is just what namespaces are made for.

former_member200962
Active Contributor
0 Kudos

As far as possible avoid giving same name to two or more objects....it will avoid confusion....technically it wont cause an issue (if system allows you to give same name)