<?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 Interface program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-interface-program/m-p/3129391#M743342</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Pls go thru this link..&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc" target="test_blank"&gt;http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Nov 2007 07:21:07 GMT</pubDate>
    <dc:creator>former_member188829</dc:creator>
    <dc:date>2007-11-27T07:21:07Z</dc:date>
    <item>
      <title>Abap Interface program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-interface-program/m-p/3129390#M743341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any one tell me a short description about Abap interface program also the difference between inbound and outbound interfaces ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 07:16:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-interface-program/m-p/3129390#M743341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-27T07:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Abap Interface program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-interface-program/m-p/3129391#M743342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Pls go thru this link..&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc" target="test_blank"&gt;http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 07:21:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-interface-program/m-p/3129391#M743342</guid>
      <dc:creator>former_member188829</dc:creator>
      <dc:date>2007-11-27T07:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Abap Interface program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-interface-program/m-p/3129392#M743343</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;Interfaces&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interfaces only describe the external point of contact of a class (protocols), they do not contain any implementation. &lt;/P&gt;&lt;P&gt;Interfaces are usually defined by a user. The user describes in the interface which services (technical and semantic) it needs in order to carry out a task.&lt;/P&gt;&lt;P&gt;The user never actually knows the providers of these services, but communicates with them through the interface.&lt;/P&gt;&lt;P&gt;In this way the user is protected from actual implementations and can work in the same way with different classes/objects, as long as they provide the services required. This is known as polymorphism with interfaces. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interfaces&lt;/P&gt;&lt;P&gt;In ABAP interfaces are implemented in addition to, and independently of classes. An interface only has a declaration part, &lt;/P&gt;&lt;P&gt;and do not have visibility sections. Components (Attributes, methods, constants, types) can be defined the same way as in classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;· Interfaces are listed in the definition part lof the class, and must always be in the PUBLIC SECTION.&lt;/P&gt;&lt;P&gt;· Operations defined in the interface atre impemented as methods of the class. All methods of the interface&lt;/P&gt;&lt;P&gt;must be present in the implementation part of the class.&lt;/P&gt;&lt;P&gt;· Attributes, events, constants and types defined in the interface are automatically available to the class &lt;/P&gt;&lt;P&gt;carrying out the implementation.&lt;/P&gt;&lt;P&gt;· Interface components are addressed in the class by display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 07:27:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-interface-program/m-p/3129392#M743343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-27T07:27:20Z</dc:date>
    </item>
  </channel>
</rss>

