<?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/12165596#M1978490</link>
    <description>&lt;P&gt;Yup Sandra, But thank you so much for your kind assistance on this!!&lt;/P&gt;&lt;P&gt;Regrads,&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;</description>
    <pubDate>Mon, 25 May 2020 13:40:46 GMT</pubDate>
    <dc:creator>former_member602613</dc:creator>
    <dc:date>2020-05-25T13:40:46Z</dc:date>
    <item>
      <title>New Syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/12165587#M1978481</link>
      <description>&lt;P&gt;Hi Gurus,&lt;/P&gt;
  &lt;P&gt;I am trying to create a new zreport where i am passing my TEXT ELEMENTS to Work area using the old syntax. But while reviewer is reviewing the code he suggested me to use new abap syntax instead of old syntax. So i went looking into couple of blogs avaliable in SCN but i could not able to find the exact syntax to use. &lt;/P&gt;
  &lt;P&gt;Code Example :&lt;/P&gt;
  &lt;P&gt;gs_final-billing_doc = text-013.&lt;BR /&gt; gs_final-company_code = text-014.&lt;BR /&gt; gs_final-data_type = text-015.&lt;BR /&gt; gs_final-datum = text-016.&lt;/P&gt;
  &lt;P&gt;Could some one help me to change the current syntax to update syntax will help me a lot.&lt;/P&gt;
  &lt;P&gt;Thanks in Advance.&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Anudeep.&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 15:12:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/12165587#M1978481</guid>
      <dc:creator>former_member602613</dc:creator>
      <dc:date>2020-05-15T15:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: New Syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/12165588#M1978482</link>
      <description>&lt;P&gt;Hi  &lt;SPAN class="mention-scrubbed"&gt;anudeep3117&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;When it comes to text elements the new syntax is as follows:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;gs_final-billing_doc = 'Billing doc'(013).&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This means that by default, even if the text is not created in the report, the "Billing doc" value will be assigned to the GS_FINAL-BILLING_DOC variable.&lt;/P&gt;&lt;P&gt;If you define the text in the text elements of the report, then that defined value will be used instead.&lt;/P&gt;&lt;P&gt;This way you're safe, a text value will always be assigned to the variable.&lt;/P&gt;&lt;P&gt;regards,&lt;BR /&gt;Mateusz&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 15:19:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/12165588#M1978482</guid>
      <dc:creator>MateuszAdamus</dc:creator>
      <dc:date>2020-05-15T15:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: New Syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/12165589#M1978483</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;anudeep3117&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Its always better to use the latest coding in the entire program. The coding syntax will be based on the ABAP releases. &lt;/P&gt;&lt;P&gt;You can go through the below blogs for latest coding techniques:&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/2015/10/25/abap-740-quick-reference/" target="_blank"&gt;ABAP 7.4&lt;/A&gt; --&amp;gt; Syntax that is part of ABAP 7.4 release.&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/2016/03/02/old-and-new-abap-syntax-overview-sheet/" target="_blank"&gt;Both 7.4 and 7.5 Comparison&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 15:23:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/12165589#M1978483</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2020-05-15T15:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: New Syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/12165590#M1978484</link>
      <description>&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;Thank you so much for you reply on this!!&lt;/P&gt;&lt;P&gt;Yes, I have changed every part of into new syntax, but only text symbols i could not able define in new abap syntax&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 15:33:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/12165590#M1978484</guid>
      <dc:creator>former_member602613</dc:creator>
      <dc:date>2020-05-15T15:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: New Syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/12165591#M1978485</link>
      <description>&lt;SPAN class="mention-scrubbed"&gt;anudeep3117&lt;/SPAN&gt; There is no "new syntax" for text symbols.</description>
      <pubDate>Fri, 15 May 2020 17:00:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/12165591#M1978485</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-05-15T17:00: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/12165592#M1978486</link>
      <description>&lt;P&gt;Apart from &lt;SPAN class="mention-scrubbed"&gt;mateuszadamus&lt;/SPAN&gt;  reply,I think there is no new syntax for text symbols as such.&lt;/P&gt;</description>
      <pubDate>Sat, 16 May 2020 08:02:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/12165592#M1978486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-05-16T08:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: New Syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/12165593#M1978487</link>
      <description>&lt;P&gt;A valid ABAP 7.40 syntax could be (if the eventual rest of components are to be initial):&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;gs_final = VALUE #(
    billing_doc  = 'Text for BILLING_DOC'(013)
    company_code = 'Text for COMPANY_CODE'(014)
    data_type    = 'Text for DATA_TYPE'(015)
    datum        = 'Text for DATUM'(016) ).&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;NB: my best practice for field symbols is the same as Mateusz, i.e. use the form 'text'(###) - the texts are to be in the original language of the program. But I don't find any official recommendation to do so.&lt;/P&gt;</description>
      <pubDate>Sat, 16 May 2020 16:10:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/12165593#M1978487</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-05-16T16:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: New Syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/12165594#M1978488</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Thank you so much for your valuable suggestions, I have made my changes as below.&lt;/P&gt;&lt;P&gt;gt_final = VALUE #( ( billing_doc = text-013 company_code = text-014 etc..)&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2020 11:31:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/12165594#M1978488</guid>
      <dc:creator>former_member602613</dc:creator>
      <dc:date>2020-05-25T11:31: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/12165595#M1978489</link>
      <description>&lt;P&gt;Oh, I didn't pay attention that you used text symbols for literals that shouldn't be translated.&lt;/P&gt;&lt;P&gt;Bad, bad, bad... !&lt;/P&gt;&lt;P&gt;Text symbols must be used only for texts that are to be translated!&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2020 13:31:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/12165595#M1978489</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-05-25T13:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: New Syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/12165596#M1978490</link>
      <description>&lt;P&gt;Yup Sandra, But thank you so much for your kind assistance on this!!&lt;/P&gt;&lt;P&gt;Regrads,&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2020 13:40:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/12165596#M1978490</guid>
      <dc:creator>former_member602613</dc:creator>
      <dc:date>2020-05-25T13:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: New Syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/12165597#M1978491</link>
      <description>&lt;P&gt;Not just do you assure that a value will be assigned, you've also documented (at least in one language!) the meaning. &lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2020 17:04:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/new-syntax/m-p/12165597#M1978491</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2020-05-25T17:04:49Z</dc:date>
    </item>
  </channel>
</rss>

