<?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: ABAP : Screen Painter error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-screen-painter-error/m-p/6386542#M1404049</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a consequences when full stop is replaced by comma.&lt;/P&gt;&lt;P&gt;Don't do it next time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Nov 2009 10:22:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-26T10:22:34Z</dc:date>
    <item>
      <title>ABAP : Screen Painter error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-screen-painter-error/m-p/6386538#M1404045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts ,&lt;/P&gt;&lt;P&gt;I need your help. Actually i have started working in ABAP as welll. need to know that below is the coding being done for Screen Painter and need your help  in troubleshooting error. the Error is : &lt;/P&gt;&lt;P&gt;"Program ZSCREENPAINTER1&lt;/P&gt;&lt;P&gt;"TYPE LINE" or "LIKE LINE" expected, not "BEGIN". ."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;coding that i have done is : &lt;/P&gt;&lt;P&gt;PROGRAM  ZSCREENPAINTER1.&lt;/P&gt;&lt;P&gt;DATA : OK_CODE TYPE SY-UCOMM,&lt;/P&gt;&lt;P&gt;types: BEGIN OF EKPO,&lt;/P&gt;&lt;P&gt;       EBELP TYPE EBELP,&lt;/P&gt;&lt;P&gt;       BUKRS TYPE BUKRS,&lt;/P&gt;&lt;P&gt;       WERKS TYPE WERKS,&lt;/P&gt;&lt;P&gt;       MATKL TYPE MATKL,&lt;/P&gt;&lt;P&gt;       END OF EKPO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards ,&lt;/P&gt;&lt;P&gt;M.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 10:05:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-screen-painter-error/m-p/6386538#M1404045</guid>
      <dc:creator>former_member574967</dc:creator>
      <dc:date>2009-11-26T10:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP : Screen Painter error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-screen-painter-error/m-p/6386539#M1404046</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;after SY_UCOMM set point NOT comma.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 10:10:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-screen-painter-error/m-p/6386539#M1404046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-26T10:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP : Screen Painter error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-screen-painter-error/m-p/6386540#M1404047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace ',' with '.' after the statement DATA : OK_CODE TYPE SY-UCOMM.&lt;/P&gt;&lt;P&gt;Data is used to declare variables and TYPES is used to declare independent types, so once your DATA statement ends put a '.'&lt;/P&gt;&lt;P&gt;In your code you have a comma(,) after it. Replace the comma with period and the error will be rectified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 10:11:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-screen-painter-error/m-p/6386540#M1404047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-26T10:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP : Screen Painter error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-screen-painter-error/m-p/6386541#M1404048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a minor syntax error . &lt;/P&gt;&lt;P&gt;DATA : OK_CODE TYPE SY-UCOMM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This staement should be ended with a '.' not with a comma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 10:12:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-screen-painter-error/m-p/6386541#M1404048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-26T10:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP : Screen Painter error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-screen-painter-error/m-p/6386542#M1404049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a consequences when full stop is replaced by comma.&lt;/P&gt;&lt;P&gt;Don't do it next time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 10:22:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-screen-painter-error/m-p/6386542#M1404049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-26T10:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP : Screen Painter error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-screen-painter-error/m-p/6386543#M1404050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just to add to all these answers..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'.' (Dot) acts as end of statement in ABAP as ';' works for C..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and ':'(colon) is used for  pipeline or chaining more than one statement.. and chained statements are joined using ','(comma)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;left side : right side1,
             right side2,
             right side3.

"this actually means..
left side right side1. " ends here
left side right side2. " ends here
left side right side3. " ends here&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope you understand now... its BASIC abap...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 10:27:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-screen-painter-error/m-p/6386543#M1404050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-26T10:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP : Screen Painter error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-screen-painter-error/m-p/6386544#M1404051</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;lot of right answers! Is your question still not answered?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please close the thread if your problem is solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 12:36:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-screen-painter-error/m-p/6386544#M1404051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-26T12:36:48Z</dc:date>
    </item>
  </channel>
</rss>

