<?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: Workbench Pattern in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/workbench-pattern/m-p/3509717#M844157</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The PATTERN button can be used in the ABAP editor to place code templates in your ABAP programs. One of the PATTERN options is the category Other. You can add your own patterns by including them in table TSE05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use SE16, table TSE05, add entries button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APP_OBJ should be &amp;#145;ABAP&amp;#146;&lt;/P&gt;&lt;P&gt;KEYWORD is the word you want to use to name a pattern&lt;/P&gt;&lt;P&gt;POSITION is the line number within your pattern&lt;/P&gt;&lt;P&gt;LINE is the text to be inserted when your pattern is selected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I created pattern CDF using the following entries:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APP_OBJ = ABAP&lt;/P&gt;&lt;P&gt;KEYWORD = CDF&lt;/P&gt;&lt;P&gt;POSITION = 01&lt;/P&gt;&lt;P&gt;LINE = break folwelcd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To add more lines to your pattern, just keep incrementing the POSITION field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you use the PATTERN button in the ABAP editor, select the OTHER option&lt;/P&gt;&lt;P&gt;and enter your pattern name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;santhosh reddy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 01 Mar 2008 14:30:36 GMT</pubDate>
    <dc:creator>SantoshKallem</dc:creator>
    <dc:date>2008-03-01T14:30:36Z</dc:date>
    <item>
      <title>Workbench Pattern</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workbench-pattern/m-p/3509715#M844155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know how to create a specific pattern to be used with the "Pattern" feature in abap workbench?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikram.C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Mar 2008 14:27:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workbench-pattern/m-p/3509715#M844155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-01T14:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Workbench Pattern</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workbench-pattern/m-p/3509716#M844156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.se38&lt;DEL&gt;&amp;gt;change&lt;/DEL&gt;&amp;gt;Utilities -&amp;gt; More Utilities -&amp;gt; Edit Pattern -&amp;gt; Create Pattern&lt;/P&gt;&lt;P&gt;2.Enter the name of the pattern and press enter&lt;/P&gt;&lt;P&gt;3.After enterting your pattern and press SAVE&lt;/P&gt;&lt;P&gt;4.For apply this pattern in your program, press Pattern -&amp;gt; Other patterns and enter your pattern name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;View the NEW Abap Editor presentation in this link &lt;A href="https://www.sdn.sap.com/irj/sdn/abap-elearning" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/abap-elearning&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srini.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Mar 2008 14:30:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workbench-pattern/m-p/3509716#M844156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-01T14:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Workbench Pattern</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workbench-pattern/m-p/3509717#M844157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The PATTERN button can be used in the ABAP editor to place code templates in your ABAP programs. One of the PATTERN options is the category Other. You can add your own patterns by including them in table TSE05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use SE16, table TSE05, add entries button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APP_OBJ should be &amp;#145;ABAP&amp;#146;&lt;/P&gt;&lt;P&gt;KEYWORD is the word you want to use to name a pattern&lt;/P&gt;&lt;P&gt;POSITION is the line number within your pattern&lt;/P&gt;&lt;P&gt;LINE is the text to be inserted when your pattern is selected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I created pattern CDF using the following entries:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APP_OBJ = ABAP&lt;/P&gt;&lt;P&gt;KEYWORD = CDF&lt;/P&gt;&lt;P&gt;POSITION = 01&lt;/P&gt;&lt;P&gt;LINE = break folwelcd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To add more lines to your pattern, just keep incrementing the POSITION field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you use the PATTERN button in the ABAP editor, select the OTHER option&lt;/P&gt;&lt;P&gt;and enter your pattern name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;santhosh reddy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Mar 2008 14:30:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workbench-pattern/m-p/3509717#M844157</guid>
      <dc:creator>SantoshKallem</dc:creator>
      <dc:date>2008-03-01T14:30:36Z</dc:date>
    </item>
  </channel>
</rss>

