cancel
Showing results for 
Search instead for 
Did you mean: 

PI coding standards

Former Member
0 Kudos

Hi Everyone,

I am trying to prepare PI coding standard document.

I am new in this area so need help to prepare coding guidelines in PI perspective.

Please suggest some good points to include in PI coding standards document.

Appreciate the quick response.

Best Regards

Henery

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Keep it simple,

Data Type starts with DT_desc .

Message Type starts with MT_desc .

Service Interface starts with SI_desc .

Message Mapping starts with MM_desc .

Operation Mapping starts with OM_desc .

External Definition starts with ED_desc .

Imported Archives starts with IA_desc .

Integration Process starts with IP_desc .

Directory.

COnfiguration Scenario starts with CS_desc .

Communication channel Sender starts with CC_Send_desc .

Communication channel Reciever starts with CC_Recv_desc .

-santosh.

Edited by: Santosh K on Jun 21, 2011 8:43 PM

Answers (4)

Answers (4)

former_member472138
Active Contributor
0 Kudos

I understand that you are trying to prepare PI Objects Naming Conventions to follow for all interfaces which you or your team develops.

Follow this blog to understand better.

/people/daniel.graversen/blog/2009/05/28/naming-conventions-for-software-components AND [GO|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90b213c2-d311-2a10-89bf-956dbb63aa7f?quicklink=index&overridelayout=true]

Regards

Pothana

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

What do you mean PI coding standards?

are you talking about Naming conventions or PI Good design standards,

If you are preparing PI good design standards then take help from experts,and some documents available on the same in sdn.

Regards,

Raj

Former Member
0 Kudos

hi

Most important point of you have to take care of is "Nameing Rule"

In PI there are a lot of objects.

so you have to name clealy to distinguish.

And if you use udf you should use your own Java cording standards.

Naoki

former_member181962
Active Contributor
0 Kudos

Hi,

If you are looking for a start for Naming Conventions:

then look at the following document:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/40a66d0e-fe5e-2c10-8a85-e418b59ab...

Best Regards,

Ravi