Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Object Standards

Former Member
0 Kudos

I have been charged with creating ABAP Object Standards for my company. I have found naming conventions, but have not found any programming standards anywhere. Does anyone know of any that I could use?

Thanks

Craig

1 ACCEPTED SOLUTION

uwe_schieferstein
Active Contributor
0 Kudos

Hello Craig

I assume you have found the following documentation about

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/92/c2b084bc1d11d2958700a0c94260a5/content.htm">Naming Conventions in ABAP Objects</a>

ABAP Objects standards are, in principle, <b>OO standards</b> meaning that all OO-principles and OO designs/patterns that have proven to be useful should be standard in ABAP as well.

I cannot forward you any standards in detail yet you may find more information in one of the books written by Horst Keller. Others sources may be good introductory books to Java (here I can recommend the books of the "Head First" series).

Regards

Uwe

1 REPLY 1

uwe_schieferstein
Active Contributor
0 Kudos

Hello Craig

I assume you have found the following documentation about

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/92/c2b084bc1d11d2958700a0c94260a5/content.htm">Naming Conventions in ABAP Objects</a>

ABAP Objects standards are, in principle, <b>OO standards</b> meaning that all OO-principles and OO designs/patterns that have proven to be useful should be standard in ABAP as well.

I cannot forward you any standards in detail yet you may find more information in one of the books written by Horst Keller. Others sources may be good introductory books to Java (here I can recommend the books of the "Head First" series).

Regards

Uwe