cancel
Showing results for 
Search instead for 
Did you mean: 

naming conventions

Former Member
0 Kudos

Generally what naming conventions are used in real time to define design and configuration objects name?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

It really does depend on the project. Each project has its own defined standards but some examples are below.

Datatype: DT_

Message Type: MT_

Message Interface: MI_<Async/Sync>_<Direction>_

Message Mapping: MM_<SourceMessage>_<TargetMessage>

Message Interface: IM_<SourceMessage>_<TargetMessage>

Communication Channels: CC_<AdapterType>_<Send/Recv>_

Integration Process: IP

These are just a few and should give you some idea... but the main thing is to make sure they are always meaningful and easily distinguishable.

But as I said each project has its own flavour

Answers (2)

Answers (2)

nisarkhan_n
Active Contributor
0 Kudos

Naming conventions

Namespace https:
<your Interface ID>:<business name>

ex: https:
SCP156:inventorydata

For Configuration

CS_SCP156_inventory_data

actually it depends on the Bunsiness name for the interface or how you fix your naming conventios it might be depending on your business process wht you follow to idetify the interfacess...

GabrielSagaya
Active Contributor
0 Kudos