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

Coding Standard / Notation

Former Member
0 Likes
558

Dear all,

can anybody give me a hint if there is a complete document with a ABAP Coding Standard/Notation. I am looking for rules to use in my programs like this:

P_ for parameters

s_ for select options

gv_ for global variables

lv_ for local variables

pv_ for passed variables in forms

gt_ for global itabs

lt_ for local itabs

gs_ for global structures

ls_ for local structures

co_ for constants

Kind regards

Roman

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
502

Hi Roman,

Check these links it gives detailed coding standards.

http://web.mit.edu/sapr3/dev/newdevstand.html

http://web.mit.edu/ist/org/admincomputing/dev/abapstds/current/

http://web.mit.edu/sapr3/dev/sample_code.htm

Cheers

VJ

If it helps dont forget to mark points

3 REPLIES 3
Read only

Former Member
0 Likes
503

Hi Roman,

Check these links it gives detailed coding standards.

http://web.mit.edu/sapr3/dev/newdevstand.html

http://web.mit.edu/ist/org/admincomputing/dev/abapstds/current/

http://web.mit.edu/sapr3/dev/sample_code.htm

Cheers

VJ

If it helps dont forget to mark points

Read only

anversha_s
Active Contributor
0 Likes
502

hi roman,

adding to the above.

chk this.

internal table - > int_ or it_

work area - > wa_

field stricture - > fs_

flags - > wg_

constants - > wc_

fields of screen - > wf_

rgds,

anver

if hlped mark points