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

Do you know rule for standard development ?

Former Member
0 Likes
533

Hi exeprt,

do you know some document about creation of standard development ? I mean that a document where is explained all object to name on system to start a development in a new system.

tks.

Hi exeprt,

do you know some document about creation of standard development ? I mean that a document where is explained all object to name on system to start a development in a new system.

tks.

4 REPLIES 4
Read only

ThomasZloch
Active Contributor
0 Likes
505

I think every larger organization with an SAP installation has their own rules for naming conventions, within the well known SAP rules for naming customer objects.

Maybe you can find something on the net.

Thomas

Read only

0 Likes
505

Tks for reply,

but the client has just installed sap system... and now we start some development in abap. So,

the client have not a document about name convention.

The problem not is what is the right name to give at one object, but have a list of all object that we have to name, and so write a document to resume it.

Read only

Sm1tje
Active Contributor
0 Likes
505

Well for starters, here is a list of (all) possible objects to be created for which naming convention must be established:

Global booleans

Global constants

Global internal tables

Workarea global internal table

Global ranges

Global statics

Global structures (records)

Global types

Global variable (character)

Global variable (date)

Global variable (integer)

Global variable (packed)

Global workarea database table

Parameters

Check boxes

Radio buttons

Select options

Class

Interface

Local booleans

Local constants

Local internal tables

Workarea local internal table

Local ranges

Local statics

Local structures (records)

Local types

Local variable (character)

Local variable (date)

Local variable (integer)

Local variable (packed)

Local workarea database table

Forms using parameters

Forms using parameters (table)

Forms changing parameters

Forms changing parameters (table)

Forms tables parameters

Tables parameters must not be used anymore

Function Module/Method importing parameters

Function Module/Method importing parameters (table)

Function Module/Method exporting parameters

Function Module/Method exporting parameters (table)

Function Module/Method changing parameters

Function Module/Method changing parameters (table)

Function Module tables parameters

Tables parameters must not be used anymore

Function Module/Method exceptions

Method returning parameters

I'm not saying this list is complete, for example objects specific for module pool programming are not included, neither are BAdI's (or enhancements in general for that matter), Web Dynpro development (etc.) , but it will help you on your way. If somewhere along the line, some new objects are created at this customer, you should enhance this document.

Read only

Former Member
0 Likes
505

no asnswer