<?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: New Syntax ?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/3831552#M921337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In regard to the first one, where BOXED is being used.  The english documenation is not yet available, but you should have the german.  Do F1 help on this word, the copy the german documantation, use google's translation tools to translate to english, yes I know, it will be bad, but unless you are a native german speaker, that's the best you have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the others, are they macros?&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 May 2008 19:27:42 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2008-05-15T19:27:42Z</dc:date>
    <item>
      <title>New Syntax ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/3831545#M921330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I find the following new syntax in version 7.1. Anybody have info related to these?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
TYPES:
BEGIN OF s1,
comp1 TYPE I,
comp2 TYPE syst BOXED,
END OF s1.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
concat_lines_of
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;3&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
to_mixed
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;4&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
from_mixed
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;5.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&amp;amp;&amp;amp;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 18:51:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/3831545#M921330</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-05-15T18:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: New Syntax ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/3831546#M921331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi the first can ge explained in declaring the internal tables we use the command like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of  itab occurs 0 ,&lt;/P&gt;&lt;P&gt;       field1 type c,&lt;/P&gt;&lt;P&gt;        end of itab.&lt;/P&gt;&lt;P&gt;but this is not good and it takes some fixed memory even though the internal table occupies  so small space..for the bet memory allocation we use the types..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of wa,&lt;/P&gt;&lt;P&gt;          field1 type c,&lt;/P&gt;&lt;P&gt;          end of wa.&lt;/P&gt;&lt;P&gt;data: itab type standard table of wa with header line .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it clearify ur doubt..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 18:58:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/3831546#M921331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T18:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: New Syntax ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/3831547#M921332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are running  7.1?  You running XI/PI or something.  Where do you see this syntax, What program?&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 May 2008 19:03:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/3831547#M921332</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-05-15T19:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: New Syntax ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/3831548#M921333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen this in Process integration Netweaver  7.1. some custom program written , that i needs to be corrected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody please give  sap documentation link , to know details about this syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 19:12:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/3831548#M921333</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-05-15T19:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: New Syntax ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/3831549#M921334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh ok, so you have a PI  7.1 system. So where exactly do you see this syntax.&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 May 2008 19:14:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/3831549#M921334</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-05-15T19:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: New Syntax ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/3831550#M921335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some custom program written , that i needs to be corrected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 19:17:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/3831550#M921335</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-05-15T19:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: New Syntax ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/3831551#M921336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are they macros?  &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 May 2008 19:21:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/3831551#M921336</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-05-15T19:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: New Syntax ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/3831552#M921337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In regard to the first one, where BOXED is being used.  The english documenation is not yet available, but you should have the german.  Do F1 help on this word, the copy the german documantation, use google's translation tools to translate to english, yes I know, it will be bad, but unless you are a native german speaker, that's the best you have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the others, are they macros?&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 May 2008 19:27:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/3831552#M921337</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-05-15T19:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: New Syntax ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/3831553#M921338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh.. they are not macros, but if you click the blue help icon in SE38.  enter the statement, you will find the help for most of these.&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 May 2008 19:31:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/3831553#M921338</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-05-15T19:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: New Syntax ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/3831554#M921339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are not in macros. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you help, F1 help are in German, That's okay. i can get some help after translation. and also find one document from SAPteched 07.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May this will useful to you also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://media.sapintel.com/CD200%20ABAP%2071.pdf" target="test_blank"&gt;http://media.sapintel.com/CD200%20ABAP%2071.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 19:36:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/3831554#M921339</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-05-15T19:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: New Syntax ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/3831555#M921340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ars,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;great document, thanks for sharing....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 21:31:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/3831555#M921340</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-05-15T21:31:06Z</dc:date>
    </item>
  </channel>
</rss>

