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

Codewalkthru

Former Member
0 Likes
428

hi all

In code walkthru we follow naming conventions can you give me some examples of them and for what we maintain naming standards.

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
408

HI,

Here is the link for Naming Standards

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

Regards

Sudheer

2 REPLIES 2
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
408

Hi,

Please see below for general programming conventions.

Interface (function module, method, form routine…)

Ix importing

Ex exporting

Cx changing

Rx returning

Visibility

Gx global

Lx local

Component type

xC constant

xS structure

xT table

xV variable

xR reference

xTY type

xRA range

<Field symbols are quite obvious>

Examples:

importing table IT_table

Changeable importing/exporting table: CT_table

returning reference RR_object

global parameter GV_field

local field symbol structure

Regards,

Sesh

Read only

Former Member
0 Likes
409

HI,

Here is the link for Naming Standards

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

Regards

Sudheer