<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Naming Conventions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/3694157#M889543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    There are few naming conventions provided by SAP for standard programs and our programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer  Specific Programs always start with --  Y or Z.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP standard programs have name starting with all other letter except Y and Z.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally  programs with Y are test programs and Z are customer specific programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jun 2008 09:01:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-30T09:01:26Z</dc:date>
    <item>
      <title>Naming Conventions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/3694153#M889539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any Naming Conventions for ABAP program given by SAP itself. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 21:24:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/3694153#M889539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-09T21:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Naming Conventions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/3694154#M889540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The naming convention will be set by company/client. They will give us a document on Naming conventions and standards.We will follows those standards. Generally a naming convention will briefly describes about your object in R/3. It tells you the information like the module, type of application(report,transaction or module pool programming) etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally all custom objects will start either with Y or Z and the module (V-sales,F-Finance) and kind of application(REPT-Report,LO-layout,DP-driver program etc...)&lt;/P&gt;&lt;P&gt;Check this link for naming conventions.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappro.com/downloads/SAPNamingConventions.pdf" target="test_blank"&gt;http://www.sappro.com/downloads/SAPNamingConventions.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The maximum length of an ABAP program name (SE38) is 30 characters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Format: ZZ AA T XXXXXX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1-2 ZZ Required&lt;/P&gt;&lt;P&gt;3-4 A Application prefix&lt;/P&gt;&lt;P&gt;5 T Program type&lt;/P&gt;&lt;P&gt;B Functional batch&lt;/P&gt;&lt;P&gt;C Conversion&lt;/P&gt;&lt;P&gt;D Document&lt;/P&gt;&lt;P&gt;E Enhancement&lt;/P&gt;&lt;P&gt;I Inbound Interface&lt;/P&gt;&lt;P&gt;M Include module&lt;/P&gt;&lt;P&gt;O Outbound Interface&lt;/P&gt;&lt;P&gt;R Report&lt;/P&gt;&lt;P&gt;S System&lt;/P&gt;&lt;P&gt;T SAPScript&lt;/P&gt;&lt;P&gt;6-30 Description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 21:40:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/3694154#M889540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-09T21:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Naming Conventions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/3694155#M889541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sekhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes there are certain coding standards and naming conventions are there you have to follow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naming Conventions in ABAP Objects  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Global classes and interfaces that you create in the Class Builder are stored in the class library and administered by the R/3 Repository: they therefore have the same namespace as all other Repository objects (database tables, structures, data elements, and so on). &lt;/P&gt;&lt;P&gt;It is therefore necessary to have naming conventions for object types and their components and to use them uniformly within program development. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following naming convention has been conceived for use within the SAP namespace: &lt;/P&gt;&lt;P&gt;If you do not observe the naming conventions for object types (classes and interfaces), conflicts will occur when the system creates persistent classes, since it will be unable to generate the necessary co-classes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Namespace for Components&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A single namespace within a class is shared by: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All components of the class itself (attributes, methods, events, constructors, interfaces, internal data types in the class, and aliases) &lt;/P&gt;&lt;P&gt;All public and protected components of the superclasses of the class. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Method implementation has a local namespace. The names of the local variables can obscure those of class components. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naming Convention&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The naming convention has been kept as general as possible to avoid adversely influencing the naming of objects. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;General Remarks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you choose names for development objects, you should: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use English names&lt;/P&gt;&lt;P&gt;Use glossary terms when possible&lt;/P&gt;&lt;P&gt;For example, CL_COMPANY_CODE instead of BUKRS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In compound names, use the underscore character (_) as a separator. Since names are not case-sensitive, this is the only character that you can use to separate names. &lt;/P&gt;&lt;P&gt;Example: CL_COMPANY_CODE, CL_GENERAL_LEDGER_ACCOUNT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Names should describe the action, not the implementation of the action.&lt;/P&gt;&lt;P&gt;Example: PRINT_RECTANGLE, not RECTANGLE_TO_SPOOL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conventions for Object Types&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Class and interface names in the class library belong to the same namespace as data elements, tables, structures, and types. They are maintained centrally in table TADIR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Class in the class library&lt;/P&gt;&lt;P&gt; CL_&amp;lt;class name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The class name should be made up of singular nouns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL_COMPANY_CODE, CL_GENERAL_LEDGER_ACCOUNT&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Interfaces in the class library&lt;/P&gt;&lt;P&gt; IF_&amp;lt;interface name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same naming convention applies to interfaces as to classes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF_STATUS_MANAGEMANT, IF_CHECKER&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Local classes in programs&lt;/P&gt;&lt;P&gt;(recommendation)&lt;/P&gt;&lt;P&gt; LCL_&amp;lt;class name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The class name should be made up of singular nouns. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LCL_TREE_MANAGEMENT&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Local interfaces in programs&lt;/P&gt;&lt;P&gt;(recommendation)&lt;/P&gt;&lt;P&gt; LIF_&amp;lt;interface name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sane naming convention applies to interfaces as to classes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIF_PRINTER&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Recommended naming conventions are not compulsory. However, if you use prefixes for these class and interface names, you should use those listed above. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conventions for Components &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Method name&lt;/P&gt;&lt;P&gt; &amp;lt;method name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Method names should begin with a verb: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET_STATUS, CREATE_ORDER, DETERMINE_PRICE&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Events&lt;/P&gt;&lt;P&gt; &amp;lt;event name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Event names should have the form&lt;/P&gt;&lt;P&gt;&amp;lt;noun&amp;gt;_&amp;lt;participle&amp;gt;: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUTTON_PUSHED, COMPANY_CODE_CHANGED, BUSINESS_PARTNER_PRINTED&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Local type definitions within a class &lt;/P&gt;&lt;P&gt;(recommendation)&lt;/P&gt;&lt;P&gt; TY_&amp;lt;type name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TY_INTERNAL_TYPE, TY_TREE_LIST&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Data definitions (variables)&lt;/P&gt;&lt;P&gt; &amp;lt;variable name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you name variables within a class (CLASS-DATA or DATA), avoid using verbs at the beginning of the name (to avoid conflicts with method names). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LINE_COUNT, MARK_PRINTED, MARK_CHANGED, STATUS&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Data definitions (constants)&lt;/P&gt;&lt;P&gt;(recommendation)&lt;/P&gt;&lt;P&gt; CO_&amp;lt;constant name&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CO_MAX_LINE, CO_DEFAULT_STATUS, CO_DEFAULT_WIDTH, CO_MAX_ROWS&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recommended naming conventions are not compulsory. However, if you use prefixes for these class and interface names, you should use those listed above..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concrete Method Descriptions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attribute access &lt;/P&gt;&lt;P&gt; SET_&amp;lt;attribute name&amp;gt;, GET_&amp;lt;attribute name&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Methods that access attributes of any kind should be prefaced with GET_ or SET_.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET_STATUS, SET_USE_COUNT&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Event handler methods&lt;/P&gt;&lt;P&gt; ON_&amp;lt;event name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Methods that handle events should begin with ON, followed by the name of the event that they handle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ON_BUTTON_PUSHED, ON_BUSINESS_PARTNER_PRINTED&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Methods that perform type conversions&lt;/P&gt;&lt;P&gt; AS_&amp;lt;new type&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AS_STRING, AS_ISOCODE&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Methods that return a Boolean value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These methods may not return any exceptions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recommendation: Use SPACE and 'X' to represent false and true respectively.&lt;/P&gt;&lt;P&gt; IS_&amp;lt;adjective&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IS_OPEN, IS_EMPTY, IS_ACTIVE&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Check methods&lt;/P&gt;&lt;P&gt; CHECK_&amp;lt;objective&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHECK_AUTHORIZATION, CHECK_PROCESS_DATE&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Local Conventions Within Methods&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The parameters are regarded from the point of view of the method that implements them: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORTING parameters&lt;/P&gt;&lt;P&gt; IM_&amp;lt;parameter name&amp;gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;EXPORTING parameters&lt;/P&gt;&lt;P&gt; EX_&amp;lt;parameter name&amp;gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CHANGING parameters&lt;/P&gt;&lt;P&gt; CH_&amp;lt;parameter name&amp;gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;RESULT&lt;/P&gt;&lt;P&gt; RE_&amp;lt;result&amp;gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using prefixes is NOT compulsory. However, if you do use them, use those listed above. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For exceptions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following table contains a series of possible exception names, that can also be used generically (for example, NOT_FOUND could also be used as DATE_NOT_FOUND)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXCEPTION&lt;/P&gt;&lt;P&gt; Meaning&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;ACTION_NOT_SUPPORTED&lt;/P&gt;&lt;P&gt; The requested action or function code is not supported. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CANCELLED&lt;/P&gt;&lt;P&gt; If a method uses a dialog to find out what has to be dome (for example, a list of choices), and the user chooses "Cancel", you can set this exception. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;EXISTING&lt;/P&gt;&lt;P&gt; A new object that you want to create already exists in the database. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;FAILED&lt;/P&gt;&lt;P&gt; The method could not be executed because of the current environment. This exception is intended for cases where the method cannot be executed because of variable system circumstances. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;..._FAILED&lt;/P&gt;&lt;P&gt; Part of the method could not be completed because of the current environment. (OPEN_FAILED, CLOSE_FAILED, SELECTION_FAILED, AUTHORIZATION_FAILED)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;FOREIGN_LOCK&lt;/P&gt;&lt;P&gt; Data is locked by another user. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;INCONSISTENT&lt;/P&gt;&lt;P&gt; Object data in the database is inconsistent. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;..._INCONSISTENT&lt;/P&gt;&lt;P&gt; The component data for &amp;#133; of an object in the database is inconsistent. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;INVALID&lt;/P&gt;&lt;P&gt; The object data entered is incorrect (for example, company code does not exist). Compare NOT_QUALIFIED. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;..._INVALID&lt;/P&gt;&lt;P&gt; The component data entered for an object is incorrect. Compare NOT_QUALIFIED. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;INTERNAL_ERROR&lt;/P&gt;&lt;P&gt; Last resort. Only use this exception if you cannot be more precise about the nature of the error. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;NOT_AUTHORIZED&lt;/P&gt;&lt;P&gt; The user does not have the required authorization.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;NOT_CUSTOMIZED&lt;/P&gt;&lt;P&gt; The object requested is not correctly customized. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;..._NOT_CUSTOMIZED&lt;/P&gt;&lt;P&gt; The component &amp;#133; of the requested object is not correctly customized. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;NOT_FOUND&lt;/P&gt;&lt;P&gt; Unable to find the requested object. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;..._NOT_FOUND&lt;/P&gt;&lt;P&gt; Unable to find component &amp;#133; of the requested object. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;NOT_QUALIFIED&lt;/P&gt;&lt;P&gt; The combination of input parameters is insufficient to run the method. Compare INVALID. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;..._NOT_QUALIFIED&lt;/P&gt;&lt;P&gt; One parameter of the method is not qualified. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;NUMBER_ERROR&lt;/P&gt;&lt;P&gt; Error assigning a number. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;SYSTEM_ERROR&lt;/P&gt;&lt;P&gt; This exception is set if the Basis system returns an unexpected error message. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naming Conventions&lt;/P&gt;&lt;P&gt;Variable Names&lt;/P&gt;&lt;P&gt;Selection options = S_ &lt;/P&gt;&lt;P&gt;Internal tables (global) = GT_ &lt;/P&gt;&lt;P&gt;Internal tables (local) = LT_ &lt;/P&gt;&lt;P&gt;Constants = GC_ &lt;/P&gt;&lt;P&gt;Constants (local) = LC_ &lt;/P&gt;&lt;P&gt;Ranges (global) = GR__ &lt;/P&gt;&lt;P&gt;Ranges (local) = LR_ &lt;/P&gt;&lt;P&gt;Form parameter (Used in the actual form not the Perform statement.) &lt;/P&gt;&lt;P&gt;Single value or variable = PV_ &lt;/P&gt;&lt;P&gt;Single structure or record(however complicated) = PS_ &lt;/P&gt;&lt;P&gt;Internal table(however complicated the line structure) = PT_ &lt;/P&gt;&lt;P&gt;Locally defined classes = LCL_ &lt;/P&gt;&lt;P&gt;Locally defined interfaces = LIF_ &lt;/P&gt;&lt;P&gt;Screen Parameters = A_ or P_ &lt;/P&gt;&lt;P&gt;Program &amp;amp; Function Group Names&lt;/P&gt;&lt;P&gt;&lt;A href="http://web.mit.edu/fss/dev/devstand5.html#ABAP" target="test_blank"&gt;http://web.mit.edu/fss/dev/devstand5.html#ABAP&lt;/A&gt; Reports &amp;amp; Appendix B &lt;/P&gt;&lt;P&gt;&lt;A href="http://web.mit.edu/fss/dev/devstand5.html#Function" target="test_blank"&gt;http://web.mit.edu/fss/dev/devstand5.html#Function&lt;/A&gt; Groups &amp;amp; Appendix B &lt;/P&gt;&lt;P&gt;&lt;A href="http://web.mit.edu/fss/dev/devstand5.html#Function" target="test_blank"&gt;http://web.mit.edu/fss/dev/devstand5.html#Function&lt;/A&gt; Modules &amp;amp; Appendix B &lt;/P&gt;&lt;P&gt;&lt;A href="http://web.mit.edu/fss/dev/devstand5.html#Module" target="test_blank"&gt;http://web.mit.edu/fss/dev/devstand5.html#Module&lt;/A&gt; Pools (Dialog Programs) &lt;/P&gt;&lt;P&gt;ABAP programs (reports), function groups and module pools all use a 2 character application name abbreviation. The list of current M.I.T. applications will be maintained in Appendix B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;III. Attributes&lt;/P&gt;&lt;P&gt;Authorization Group in attributes - Programs that can be executed by all MIT users must be configured using the Authorization Group 'ZOPN2ALL' for Application '*'. &lt;/P&gt;&lt;P&gt;Development Class needs to be application specific. This standard is a work in process. &lt;/P&gt;&lt;P&gt;Unicode Check Active is check-marked. &lt;/P&gt;&lt;P&gt;IV. Function Modules&lt;/P&gt;&lt;P&gt;Function Module interface parameters &lt;/P&gt;&lt;P&gt;The first letter should indicate the direction in which the parameter was passed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input or importing = I&lt;/P&gt;&lt;P&gt;Output or exporting = E&lt;/P&gt;&lt;P&gt;Bi-directional or changing = C&lt;/P&gt;&lt;P&gt;The second letter should indicate the nature of the formal parameter:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Single value or variable = V&lt;/P&gt;&lt;P&gt;Single structure or record(however complicated) = S&lt;/P&gt;&lt;P&gt;Internal table(however complicated the line structure) = T&lt;/P&gt;&lt;P&gt;Interface tables for a Function module should be defined as TYPE Table. &lt;/P&gt;&lt;P&gt;V. RFC for Web Applications&lt;/P&gt;&lt;P&gt;Names within structures used in an RFC interface and parameter names should be in English and not German. (e.g., COMPANY_CODE not BUKRS) &lt;/P&gt;&lt;P&gt;RFCs that perform searches on descriptive type text (e.g., Names or Description) must implement the IDD team's standard on how such searches should behave. This can be accomplished by utilizing the function module Z_UT_SPLIT_SEARCH_TERMS which builds a range table to be used in the select statement or table to be used in a string comparison.&lt;/P&gt;&lt;P&gt;No special conversions should be done on Date, Time, Integer or Decimal fields. JavaEE can and should handle all data types. &lt;/P&gt;&lt;P&gt;Since SAP centric data rules can change via SAP configuration, data massaging should be done in the RFC and neither the end user nor the JavaEE developer should worry about SAP centric formatting. For instance, before a G/L Account is sent to the web leading zeros should be stripped. When it comes from the web and before it is used to update SAP the leading zeros should be put back. This includes fields that don't always have appropriate SAP exit routines such as Profit Center. Z_CA_CONVERT_PROFITCENTR_INPUT can be used to properly massage Profit Center data entered via web. &lt;/P&gt;&lt;P&gt;When ABAP EXCEPTIONS are raised the default behavior in our web applications is to send the user to a "fail" page where the displayed message will include the EXCEPTION and the EXCEPTION short text. Therefore if a custom MIT RFC implements an EXCEPTION, the name and short text for the EXCEPTION should be informative (e.g., SAFO_AUTHORIZATION_ERROR: You are not authorized for any SAFO report). If the developers do not want the web application to send the user to the "fail" page, the RFC developer should either inform the Java developer that the exception should be handled with an exception handler or the RFC developer should use a BAPIRET2 structure to hold the error, its message and its variables. &lt;/P&gt;&lt;P&gt;Use a table type of BAPIRET2 for building all error message tables (e.g., BAPIRET2_T). If another structure is used and it does not contain the same column names of interest (TYPE, MESSAGE, ID, NUMBER, MESSAGE_V1, MESSAGE_V2, MESSAGE_V3, MESSAGE_V4), the Java developer must be informed and special code will need to be written to handle the different structure. &lt;/P&gt;&lt;P&gt;Since there are times an error message sent from an RFC must be overridden by the web application make sure all these BAPIRET2 fields are appropriately populated (TYPE, MESSAGE, ID, NUMBER, MESSAGE_V1, MESSAGE_V2, MESSAGE_V3, MESSAGE_V4). &lt;/P&gt;&lt;P&gt;Since our web utility tool, mortar 4.10 &amp;amp; higher, will appear in all of our future SAP web applications and it is working with an error table named ET_RETURN, this name is a reserved name for error messages tables. &lt;/P&gt;&lt;P&gt;If a developer uses a name for their errors other than ET_RETURN or ET_MESSAGES, they should tell the JavaEE developer so that the new name can be configured. Then this new name cannot be used for anything other than errors by any other RFC being called by that web application. &lt;/P&gt;&lt;P&gt;If a developer uses the name ET_MESSAGES for anything other than error messages they should tell the JavaEE developer so that this name is removed from the application's default configuration. &lt;/P&gt;&lt;P&gt;For performance reasons, IMPORT/EXPORT or CHANGE parameters should never be defined as TYPE table for RFCs. &lt;/P&gt;&lt;P&gt;VI. Return Codes&lt;/P&gt;&lt;P&gt;Test return codes (sy-subrc) for success and failure after any I/O and calls to function modules (database selects, internal table reads, call transactions, I/O to UNIX or workstation files, etc.) &lt;/P&gt;&lt;P&gt;VII. Transaction Code assigned to executable programs&lt;/P&gt;&lt;P&gt;Every type "executable program" must have an assigned transaction code which is used to execute the program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VIII. Authorization Checks for HR custom programs&lt;/P&gt;&lt;P&gt;Methods to accomplish authorization checks for HR are illustrated below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use function module "HR_READ_INFOTYPE" instead of direct SELECT statements when reading a specific infotype. &lt;/P&gt;&lt;P&gt;Use logical database PNP to leverage SAP authorizations (caveat: performance can be slow). &lt;/P&gt;&lt;P&gt;SELECT statements should only be used when the SAP documented data interfaces which incorporate the SAP authorization checks (Logical DataBases, function modules, and BAPI's) cannot provide the functionality required. If it is necessary to use SELECT's, then you must perform your own AUTHORITY-CHECK on the data selected. &lt;/P&gt;&lt;P&gt;Place a strict authorization group at the program (transaction) level. If a wide variety of data for a large group of individuals is&lt;/P&gt;&lt;P&gt;needed in a single program, then this program must have a very strict authorization on who can run it (definitely not on any menu path).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IX. Parameter, P_BOUNCED_EMAIL, should be passed to Z_SENDMAIL&lt;/P&gt;&lt;P&gt;In order of preference, please provide one of the following for P_BOUNCED_EMAIL :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;X. Separate Dialog Program Includes&lt;/P&gt;&lt;P&gt;PBO &lt;/P&gt;&lt;P&gt;PAI &lt;/P&gt;&lt;P&gt;Global data &lt;/P&gt;&lt;P&gt;Forms &lt;/P&gt;&lt;P&gt;XI. Application and Database Performance&lt;/P&gt;&lt;P&gt;Check each &amp;#147;select&amp;#148; statement for the use of index. This can be most easily determined using the Code Inspector, transaction SCI, which will report on any &amp;#147;select&amp;#148; statement against large tables not using as index. &lt;/P&gt;&lt;P&gt;Check that there is no assumed sort order after the &amp;#147;select&amp;#148; statement. Do not assume that the data will be returned in primary key order. &lt;/P&gt;&lt;P&gt;Code Inspector, transaction SCI, should be used to spot meaningful errors, but the reviewer should use judgment to filter out meaningless errors.&lt;/P&gt;&lt;P&gt;XII. Standards&lt;/P&gt;&lt;P&gt;Development &lt;/P&gt;&lt;P&gt;Quality Assurance &lt;/P&gt;&lt;P&gt;Change Request &lt;/P&gt;&lt;P&gt;Strongly Recommended Practices&lt;/P&gt;&lt;P&gt;I. Non Database Performance&lt;/P&gt;&lt;P&gt;Dead Code (Program -&amp;gt; Check -&amp;gt; Extended Prog. Check) - unused subroutines appear as warnings under PERFORM/FORM interfaces. - unused variables appear as warnings under Field attributes. Transaction code is SLIN. This will also catch literals (section III below). &lt;/P&gt;&lt;P&gt;When possible use MOVE instead of MOVE-CORRESPONDING (move bseg to *bseg or move t_prps[] to t_prps2[] if you want to copy entire table or t_prps to t_prps2 if you only want to copy header line.) &lt;/P&gt;&lt;P&gt;Code executed more than once should be placed in a form routine. &lt;/P&gt;&lt;P&gt;SORT and READ TABLE t_tab WITH KEY ... BINARY SEARCH when possible especially against non-buffered table (Data Dictionary -&amp;gt; Technical Info) &lt;/P&gt;&lt;P&gt;SORT tables BY fields &lt;/P&gt;&lt;P&gt;Avoid unnecessary moves to table header areas. &lt;/P&gt;&lt;P&gt;Subroutine parameters should be typed for efficiency and to help prevent coding and runtime errors. &lt;/P&gt;&lt;P&gt;II. Database Performanc&lt;/P&gt;&lt;P&gt;Avoid ORDER BY unless there is index on the columns - sort internal table instead &lt;/P&gt;&lt;P&gt;SELECT SINGLE when possible &lt;/P&gt;&lt;P&gt;SELECT fields FROM database table INTO TABLE t_tab (an internal table) - Lengthy discussion. &lt;/P&gt;&lt;P&gt;Views (inner join) are a fast way to access information from multiple tables. Be aware that the result set only includes rows that appear in both tables. &lt;/P&gt;&lt;P&gt;Use subqueries when possible. &lt;/P&gt;&lt;P&gt;"FOR ALL ENTRIES IN..." (outer join) are very fast but keep in the mind the special features and 3 pitfalls of using it.&lt;/P&gt;&lt;P&gt;(a) Duplicates are removed from the answer set as if you had specified "SELECT DISTINCT"... So unless you intend for duplicates to be deleted include the unique key of the detail line items in your select statement. In the data dictionary (SE11) the fields belonging to the unique key are marked with an "X" in the key column.&lt;/P&gt;&lt;P&gt;(b) If the "one" table (the table that appears in the clause FOR ALL ENTRIES IN) is empty, all rows in the "many" table (the table that appears in the SELECT INTO clause ) are selected. Therefore make sure you check that the "one" table has rows before issuing a select with the "FOR ALL ENTRIES IN..." clause.&lt;/P&gt;&lt;P&gt;(c) If the 'one' table (the table that appears in the clause FOR ALL ENTRIES IN) is very large there is performance degradation Steven Buttiglieri created sample code to illustrate this. &lt;/P&gt;&lt;P&gt;Where clause should be in order of index See example.&lt;/P&gt;&lt;P&gt;This is important when there are multiple indexes for a table and you want to make sure a specific index is used. This will change when we convert from a "rules based" Oracle optimizer to a "cost based" Oracle optimizer. You should be aware of a bug in Oracle, lovingly referred to as the "3rd Column Blues". Click here for more information on indexes. &lt;/P&gt;&lt;P&gt;Where clause should contain key fields in an appropriate db index or buffered tables. As long as we are using the Oracle Cost Based Optimizer, be aware fo the "Third Column Blues", an Oracle bug. &lt;/P&gt;&lt;P&gt;Avoid nested SELECTs (SELECT...ENDSELECT within another SELECT...ENDSELECT). Load data in internal tables instead. See item 3 above. &lt;/P&gt;&lt;P&gt;Use SQL statistical functions when possible (max, sum, ...) &lt;/P&gt;&lt;P&gt;Delete all rows from a table. A where clause is mandatory. Specifying the client is the most efficient way. &lt;/P&gt;&lt;P&gt;Put Check statements into where clause - caveat: Make sure that the index is still being used after you add the additional selection criteria. If the select statement goes from using an index to doing a db scan (reading each row in the database without going through an index) get it out of the where clause and go back to using "Check"! &lt;/P&gt;&lt;P&gt;III. Literals&lt;/P&gt;&lt;P&gt;Codes ('MD') should use contants (c_medical) &lt;/P&gt;&lt;P&gt;Longer text should use text elements. Sample code is a good example because it uses the text element in conjunction with the hard coded text. This documents the text element and provides for the possibility of multi-language support. &lt;/P&gt;&lt;P&gt;IV. Miscellaneous&lt;/P&gt;&lt;P&gt;Use CASE statement instead of IF...ELSEIF when possible (It is only possible in equality tests) &lt;/P&gt;&lt;P&gt;Nested If - encounter most likely to fail first (specific to general) &lt;/P&gt;&lt;P&gt;And - encounter most likely to fail first (specific to general) &lt;/P&gt;&lt;P&gt;OR's - encounter most likely to succeed first (general to specific) &lt;/P&gt;&lt;P&gt;Variables should use Like when possible &lt;/P&gt;&lt;P&gt;Subroutine usage - don't place decision to execute in the subroutine &lt;/P&gt;&lt;P&gt;If not ( t_prps[] is initial ) (instead of describe table t_prps lines sy-tfill, if sy-tfill &amp;gt; 0...) &lt;/P&gt;&lt;P&gt;New document types confirmed with the configuration team via MIT-ABAP mail list prior to coding a report to access the data. &lt;/P&gt;&lt;P&gt;Dates need to be properly formatted using the user's default settings. For the explanation of the BDC example check out the developer's standards. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;karthik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 9, 2008 5:54 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 21:52:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/3694155#M889541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-09T21:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Naming Conventions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/3694156#M889542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm.. I think we should also put the URL of the website where we took our answers.. &lt;SUP&gt;_&lt;/SUP&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 07:57:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/3694156#M889542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T07:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Naming Conventions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/3694157#M889543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    There are few naming conventions provided by SAP for standard programs and our programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer  Specific Programs always start with --  Y or Z.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP standard programs have name starting with all other letter except Y and Z.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally  programs with Y are test programs and Z are customer specific programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 09:01:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/3694157#M889543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T09:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Naming Conventions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/3694158#M889544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regading The naming &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sap Has their own Standard Convention.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Customer Object name should start with&lt;/P&gt;&lt;P&gt;YY or ZZ unless Conflict occur with SAp Standard Object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Few customer have their Own naming Standard Provided the SAP Iteself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls Follow the below link for SAP Standard Program Naming Conventions-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_nw04/helpdata/en/92/c2b084bc1d11d2958700a0c94260a5/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_nw04/helpdata/en/92/c2b084bc1d11d2958700a0c94260a5/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert back if any confusion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sujit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 09:07:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/3694158#M889544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T09:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: Naming Conventions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/3694159#M889545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI chandra....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this out..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_nw04/helpdata/en/92/c2b084bc1d11d2958700a0c94260a5/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best of luck,&lt;/P&gt;&lt;P&gt;Bhumika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 09:10:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/3694159#M889545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T09:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Naming Conventions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/3694160#M889546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sekhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the link below, u will get the entire SAP naming conventions...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappro.com/downloads/SAPNamingConventions.pdf" target="test_blank"&gt;http://www.sappro.com/downloads/SAPNamingConventions.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With luck,&lt;/P&gt;&lt;P&gt;Pritam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 09:10:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/3694160#M889546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T09:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Naming Conventions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/3694161#M889547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi chandra,&lt;/P&gt;&lt;P&gt; &lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/92/c2b084bc1d11d2958700a0c94260a5/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/92/c2b084bc1d11d2958700a0c94260a5/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sravanthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 09:16:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/3694161#M889547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T09:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Naming Conventions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/3694162#M889548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandra Sekhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to our friends information i would like to specify you one more thing...&lt;/P&gt;&lt;P&gt;Generally In Real time systems Naming conventions of ABAP WORKBENCH are specified in TABLE/VIEW&lt;/P&gt;&lt;P&gt;CTSRESNAME.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And apart from this our friends had given you necessary information...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Narin Nandivada.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 09:26:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/3694162#M889548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T09:26:49Z</dc:date>
    </item>
  </channel>
</rss>

