‎2006 Sep 16 1:29 AM
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
‎2006 Sep 16 1:32 AM
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
‎2006 Sep 16 1:32 AM
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
‎2006 Sep 16 2:55 AM
‎2006 Sep 16 5:38 AM
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