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: 

programming standards

Former Member
0 Kudos

what r the programming standards followed?

2 REPLIES 2

Former Member
0 Kudos

Each site will have their own standards.

Check these links

http://sapland.com/index.php?option=com_content&task=view&id=68&Itemid=35

http://www.sap-basis-abap.com/abap/abap-4-development-code-efficiency-guidelines.htm

if you leave an email address I will mail you a copy of the standards I use if it would be of help

0 Kudos

Hi,

SOme of the porgramming standards are

For importing paramters use IM_XXXX

For exporting paramters use EX_XXXX

For returning paramters use RE_XXXXX

For global data use G_XXX

for local data use l_XXX

Regards,

Sesh