<?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 SAP System Integration Certification Documents... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-system-integration-certification-documents/m-p/2940671#M693252</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any body help me out to get SAP System Integration Certification Documents...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. NET900 - Internet Control Frame Work&lt;/P&gt;&lt;P&gt;2. TESA20 - ESOA Basic Knowledge&lt;/P&gt;&lt;P&gt;3. TZCAFG - Composite Application Frame work&lt;/P&gt;&lt;P&gt;4. NW001  - Components Of Netweaver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points Assured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SureshKumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Oct 2007 11:00:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-09T11:00:51Z</dc:date>
    <item>
      <title>SAP System Integration Certification Documents...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-system-integration-certification-documents/m-p/2940671#M693252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any body help me out to get SAP System Integration Certification Documents...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. NET900 - Internet Control Frame Work&lt;/P&gt;&lt;P&gt;2. TESA20 - ESOA Basic Knowledge&lt;/P&gt;&lt;P&gt;3. TZCAFG - Composite Application Frame work&lt;/P&gt;&lt;P&gt;4. NW001  - Components Of Netweaver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points Assured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SureshKumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 11:00:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-system-integration-certification-documents/m-p/2940671#M693252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T11:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAP System Integration Certification Documents...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-system-integration-certification-documents/m-p/2940672#M693253</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;&amp;lt;b&amp;gt;1. NET900 - Internet Control Frame Work :&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a very important difference between a "classical" report and an (OO-based) ALV list is that we have a frontend and a backend:&lt;/P&gt;&lt;P&gt;- backend = ABAP program&lt;/P&gt;&lt;P&gt;- frontend = control (e.g. grid control)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The control framework takes care of the synchronization between backend and frontend. For example, when the application passes PBO of a dynpro holding a control the control framework automatically executes CL_GUI_CFW=&amp;gt;FLUSH .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometimes we have to call specific methods to trigger this synchronisation. If you have an editable ALV grid you have to call method go_grid-&amp;gt;CHECK_DATA_CHANGED in PAI of the dynpro holding the grid control otherwise you will not see the changed values (of the ALV list) in the internal table of your ABAP program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another important method of the control framework is CL_GUI_CFW=&amp;gt;SET_NEW_OK_CODE. If the user executes an ALV toolbar function we never pass PAI of the dynpro. However, sometimes you would like to do that. In this case you can call CL_GUI_CFW=&amp;gt;SET_NEW_OK_CODE which will set a new ok-code and trigger PAI after finishing execution of the toolbar function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more details please refer to the SAP documentation&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/d2/147a36c70d2354e10000009b38f839/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005vp/helpdata/en/d2/147a36c70d2354e10000009b38f839/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;2. TESA20 - ESOA Basic Knowledge&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP has already started the ESOA Certification and the certification code is C_SOA200_70 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can refer this thread for course contents&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4057533"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer this thread for more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4092497"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;3. TZCAFG - Composite Application Frame work&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try out this link&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/sdn/collaboration.sdn?contenttype=url&amp;amp;content=http%3A//forums.sdn.sap.com/thread.jspa%3FthreadID%3D40633" target="test_blank"&gt;https://www.sdn.sap.com/sdn/collaboration.sdn?contenttype=url&amp;amp;content=http%3A//forums.sdn.sap.com/thread.jspa%3FthreadID%3D40633&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;4. NW001 - Components Of Netweaver&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP NetWeaver is currently and has been for quite some time fully supported on all three major OS platforms (Windows, Unix and Linux) as well as all major Databases (DB2/ORCL/MSFT/MySQL). Additionally, all SAP applications are also supported on the full range of OS/DB offerings. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your comment is probably based on the fact that SAP Enterprise Portal was only supported on Windows in version 5.0, but since 6.0 was released, it is fully Unix/Linux supported. However, SAP NetWeaver is not just the portal, everything in SAP NetWeaver runs on SAP Web Application Server (the new BASIS with Java added)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can always check the supported OS/DB table for the latest Web AS (6.40) and get which versions are supported now and the roadmap for future versions. A good document is found here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/documents/a1-8-4/platforms%20at%20sap%20--%20an%20update" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/documents/a1-8-4/platforms%20at%20sap%20--%20an%20update&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Platforms at SAP -- An Update (2952 Kb) &lt;/P&gt;&lt;P&gt;October 1, 2003 Created by Carol Gustav&lt;/P&gt;&lt;P&gt;Presentation from TechEd EMEA 03 session - In this presentation, you will be informed about updates regarding platforms (databases and operating ) supported by SAP. You will also learn how to get access to information regarding platforms and their availability for SAP products&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 11:05:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-system-integration-certification-documents/m-p/2940672#M693253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T11:05:09Z</dc:date>
    </item>
  </channel>
</rss>

