<?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: Queries in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/3757595#M903997</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. What statement in dialog programming makes the screen fields available for input???&lt;/P&gt;&lt;P&gt;within PBO event write:&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;SCREEN-INPUT  = 1.&lt;/P&gt;&lt;P&gt;SCREEN-ACTIVE = 1.&lt;/P&gt;&lt;P&gt;MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. What is the Tcode for outbound process code creation?&lt;/P&gt;&lt;P&gt;WE41&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Difference between Instance and Static attributes?&lt;/P&gt;&lt;P&gt;Instance attributes maintain seperate copy of memory for each objects,its depend on object specific.Instance attributes can be used in instance methods and static methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static attributes maintain global copy of memory for all objects,so its depend on class specific.Static attributes must be used in static methods...you cannot access static attributes within instance methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Difference between Class and interface?&lt;/P&gt;&lt;P&gt;Class have methods with implementation..and class components may be public,protected or private.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interface have methods without implementation...and interface methods always public.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. What is the status number range for Outbound IDOCS?&lt;/P&gt;&lt;P&gt;for outbound IDOC's status number range is : 01-50.&lt;/P&gt;&lt;P&gt;for inbound IDOC's status number range is : 51-74.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Dara.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 27 Apr 2008 02:12:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-27T02:12:08Z</dc:date>
    <item>
      <title>Queries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/3757594#M903996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. What statement in dialog programming makes the screen fields available for input???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. What is the Tcode for outbound process code creation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Difference between Instance and Static attributes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Difference between Class and interface?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. What is the status number range for Outbound IDOCS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Apr 2008 21:24:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/3757594#M903996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-26T21:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Queries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/3757595#M903997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. What statement in dialog programming makes the screen fields available for input???&lt;/P&gt;&lt;P&gt;within PBO event write:&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;SCREEN-INPUT  = 1.&lt;/P&gt;&lt;P&gt;SCREEN-ACTIVE = 1.&lt;/P&gt;&lt;P&gt;MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. What is the Tcode for outbound process code creation?&lt;/P&gt;&lt;P&gt;WE41&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Difference between Instance and Static attributes?&lt;/P&gt;&lt;P&gt;Instance attributes maintain seperate copy of memory for each objects,its depend on object specific.Instance attributes can be used in instance methods and static methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static attributes maintain global copy of memory for all objects,so its depend on class specific.Static attributes must be used in static methods...you cannot access static attributes within instance methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Difference between Class and interface?&lt;/P&gt;&lt;P&gt;Class have methods with implementation..and class components may be public,protected or private.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interface have methods without implementation...and interface methods always public.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. What is the status number range for Outbound IDOCS?&lt;/P&gt;&lt;P&gt;for outbound IDOC's status number range is : 01-50.&lt;/P&gt;&lt;P&gt;for inbound IDOC's status number range is : 51-74.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Dara.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Apr 2008 02:12:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/3757595#M903997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-27T02:12:08Z</dc:date>
    </item>
  </channel>
</rss>

