<?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 class to write strings in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-class-to-write-strings/m-p/8452972#M1649696</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Consider key word WRITE (to output to the report screen), or MESSAGE (to write to a log for background jobs).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no class (unless you create one). Strings are basic types in ABAP Object. A major difference between Java and ABAP is class libraries. The concept in ABAP is rather different. Classes exist where the need was identified, not as almost part of how the language works. There are few general purpose classes in ABAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Dec 2011 13:12:51 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2011-12-28T13:12:51Z</dc:date>
    <item>
      <title>Abap class to write strings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-class-to-write-strings/m-p/8452970#M1649694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody knows if exists an abap-class to write strings in SAP console ? I'm looking something similar of  System.out.println() in JAVA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arthur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Dec 2011 12:38:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-class-to-write-strings/m-p/8452970#M1649694</guid>
      <dc:creator>Arthur_Silva</dc:creator>
      <dc:date>2011-12-26T12:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Abap class to write strings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-class-to-write-strings/m-p/8452971#M1649695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as per my knowledge its not possible to write ABAP classes in console like java..but we can run the programs through the console for that follow the below syntax..its very time consuming process..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the below syntax it may be helpful for you...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;C:\Program Files\SAP620\SAPGUI\rfcsdk\bin&amp;gt;startrfc

RFC command line interface

Syntax :
         startrfc [connect options] &amp;lt;function options&amp;gt;

where
function options =
          -F &amp;lt;function module
          -E &amp;lt;parameter&amp;gt;=&amp;lt;value&amp;gt;
          -T &amp;lt;table name&amp;gt;,&amp;lt;width&amp;gt;,[r=&amp;lt;file&amp;gt;][,w=&amp;lt;file&amp;gt;]
             where &amp;lt;file&amp;gt; is a path name to read from (r)
             or write to (w) the internal table.
             If &amp;lt;file&amp;gt; is -, stdin or stdout is used&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Thanks&amp;amp;Regards&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sreenivas Pachva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2011 04:31:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-class-to-write-strings/m-p/8452971#M1649695</guid>
      <dc:creator>sreenivas_pachva</dc:creator>
      <dc:date>2011-12-27T04:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Abap class to write strings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-class-to-write-strings/m-p/8452972#M1649696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Consider key word WRITE (to output to the report screen), or MESSAGE (to write to a log for background jobs).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no class (unless you create one). Strings are basic types in ABAP Object. A major difference between Java and ABAP is class libraries. The concept in ABAP is rather different. Classes exist where the need was identified, not as almost part of how the language works. There are few general purpose classes in ABAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2011 13:12:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-class-to-write-strings/m-p/8452972#M1649696</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2011-12-28T13:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Abap class to write strings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-class-to-write-strings/m-p/8452973#M1649697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm developing something using cl_abap)strings classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Arthur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2011 13:19:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-class-to-write-strings/m-p/8452973#M1649697</guid>
      <dc:creator>Arthur_Silva</dc:creator>
      <dc:date>2011-12-28T13:19:51Z</dc:date>
    </item>
  </channel>
</rss>

