<?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 convention in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/naming-convention/m-p/2000205#M407046</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;You can do something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
The maximum length of an ABAP program name (SE38) is 30 characters. 

Format:		ZZ AA T XXXXXX

1-2     ZZ      Required
3-4	A	Application prefix
5	T	Program type
		B	Functional batch
		C	Conversion
		D	Document
		E	Enhancement
		I	Inbound Interface
		M	Include module
		O	Outbound Interface
		R	Report
		S	System
		T	SAPScript
6-30	        Description
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Mar 2007 20:39:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-15T20:39:15Z</dc:date>
    <item>
      <title>Naming convention</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/naming-convention/m-p/2000202#M407043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to name my custom program. The requirement is it will upload my staging area table for the outbound interface for credit approval. I need the name to reflect this req. Any ideas !!! I am looking for stds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 20:20:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/naming-convention/m-p/2000202#M407043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T20:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Naming convention</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/naming-convention/m-p/2000203#M407044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are no real standards except for what your company/client has developed.  For me, I usually try to start with the module which it effects mostly, then try to used 3 letter names for each word it its descriptions.  For example, say I have a SD report which is for deactivating customer accounts.  The program name might be  ZSDDEACSTACT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 20:24:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/naming-convention/m-p/2000203#M407044</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-03-15T20:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Naming convention</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/naming-convention/m-p/2000204#M407045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Megan,&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;&lt;/P&gt;&lt;P&gt;&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;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 20:27:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/naming-convention/m-p/2000204#M407045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T20:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Naming convention</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/naming-convention/m-p/2000205#M407046</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;You can do something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
The maximum length of an ABAP program name (SE38) is 30 characters. 

Format:		ZZ AA T XXXXXX

1-2     ZZ      Required
3-4	A	Application prefix
5	T	Program type
		B	Functional batch
		C	Conversion
		D	Document
		E	Enhancement
		I	Inbound Interface
		M	Include module
		O	Outbound Interface
		R	Report
		S	System
		T	SAPScript
6-30	        Description
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 20:39:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/naming-convention/m-p/2000205#M407046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T20:39:15Z</dc:date>
    </item>
  </channel>
</rss>

