Application Development and Automation 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: 
Read only

programming standards

Former Member
0 Likes
345

what r the programming standards followed?

2 REPLIES 2
Read only

Former Member
0 Likes
327

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

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
327

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