<?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 Material Extract... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-extract/m-p/1094262#M101690</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; i am facing a problem to extract data from SAP to Lotus notes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection criteria for material extract out of SAP and send to the LOTUS notes ( &amp;lt;b&amp;gt;Must have selection criteria defined in order to create Data Extract program wihch will pull data out of SAP and send to notes on some regular time table).&amp;lt;/b&amp;gt;&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;regards,&lt;/P&gt;&lt;P&gt;kannan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Dec 2005 01:22:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-19T01:22:05Z</dc:date>
    <item>
      <title>Material Extract...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-extract/m-p/1094262#M101690</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; i am facing a problem to extract data from SAP to Lotus notes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection criteria for material extract out of SAP and send to the LOTUS notes ( &amp;lt;b&amp;gt;Must have selection criteria defined in order to create Data Extract program wihch will pull data out of SAP and send to notes on some regular time table).&amp;lt;/b&amp;gt;&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;regards,&lt;/P&gt;&lt;P&gt;kannan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2005 01:22:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-extract/m-p/1094262#M101690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-19T01:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Material Extract...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-extract/m-p/1094263#M101691</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;  If the data extracted from SAP should go to LOTUS notes, you can write small abap utility with the Material number range as the selection criteria, the data can be pulled from MARA, MARC, MARD depends on the fields and can be sent to Lotus using the following FM's,&lt;/P&gt;&lt;P&gt;LOTUS123_ALE_STANDARD_DAT&lt;/P&gt;&lt;P&gt;ALV_START_LOTUS123&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can schedule a periodic job so that the job will run in background and will send the data to Lotus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2005 04:49:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-extract/m-p/1094263#M101691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-19T04:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Material Extract...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-extract/m-p/1094264#M101692</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;Thanx for ur quick mail. My Client need, Using BAPI to transfer the SAP to Lotus notes . U have any idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kannan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 14:40:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-extract/m-p/1094264#M101692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T14:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Material Extract...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-extract/m-p/1094265#M101693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kannan-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you are trying to pull Material information from SAP to Lotus Notes. Assuming Lotus Notes is pulling data, you can use BAPI -&amp;gt; BAPI_MATERIAL_GET_DETAIL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if you are looking at SAP Pushing data to Lotus Notes, you may as well use MATMAS IDOC with ALE distribution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 14:46:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-extract/m-p/1094265#M101693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T14:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Material Extract...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-extract/m-p/1094266#M101694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello KK,&lt;/P&gt;&lt;P&gt;Yes iam Pull Material Information from SAP to Lotus Notos.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain detail. It will helpful for me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking you and regards&lt;/P&gt;&lt;P&gt;Kannan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 16:11:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-extract/m-p/1094266#M101694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T16:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Material Extract...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-extract/m-p/1094267#M101695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kannan-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't worked in Lotus Notes but from what I understand, you should have some form of SAP adatper in lotus notes which supports RFC calls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes, you can use it to make BAPI calls to SAP and fetch the information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give me more detail on what is available for you in Lotus notes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 16:20:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-extract/m-p/1094267#M101695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T16:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Material Extract...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-extract/m-p/1094268#M101696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello KK,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to just ceate the BAPI, it will extract the Material master data send to lotus notes some reqular time table. I dont have any functioal specification on that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They wants some seletion criteria so Standard BAPI its not suport on that. Can u please tell me What shall i do..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx and regards&lt;/P&gt;&lt;P&gt;Kannan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2005 20:50:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-extract/m-p/1094268#M101696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-20T20:50:24Z</dc:date>
    </item>
  </channel>
</rss>

