<?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 HOW TO CALL SAP function  IN SAS in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/HOW-TO-CALL-SAP-function-IN-SAS/m-p/45018#M11862</link>
    <description>is there any way around to call sap function in sas ?</description>
    <pubDate>Thu, 11 Sep 2008 08:11:13 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-09-11T08:11:13Z</dc:date>
    <item>
      <title>HOW TO CALL SAP function  IN SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/HOW-TO-CALL-SAP-function-IN-SAS/m-p/45018#M11862</link>
      <description>is there any way around to call sap function in sas ?</description>
      <pubDate>Thu, 11 Sep 2008 08:11:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/HOW-TO-CALL-SAP-function-IN-SAS/m-p/45018#M11862</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-09-11T08:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO CALL SAP function  IN SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/HOW-TO-CALL-SAP-function-IN-SAS/m-p/45019#M11863</link>
      <description>Could you be a little more specific?&lt;BR /&gt;
What is your SAS environment? Which SAS products do you license?&lt;BR /&gt;
In what situation do you to call SAP? What kind of SAP function do you wish to call and do you need any output from that function?&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Linus</description>
      <pubDate>Fri, 12 Sep 2008 10:14:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/HOW-TO-CALL-SAP-function-IN-SAS/m-p/45019#M11863</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2008-09-12T10:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO CALL SAP function  IN SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/HOW-TO-CALL-SAP-function-IN-SAS/m-p/45020#M11864</link>
      <description>A search of the SAS support website &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt; revealed these references, which may prove useful in your quest:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www.sas.com/technologies/dw/etl/access/sol_adapter.html" target="_blank"&gt;http://www.sas.com/technologies/dw/etl/access/sol_adapter.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/onlinedoc/91pdf/sasdoc_91/access_sapbw_7297.pdf" target="_blank"&gt;http://support.sas.com/documentation/onlinedoc/91pdf/sasdoc_91/access_sapbw_7297.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Fri, 12 Sep 2008 14:18:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/HOW-TO-CALL-SAP-function-IN-SAS/m-p/45020#M11864</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2008-09-12T14:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO CALL SAP function  IN SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/HOW-TO-CALL-SAP-function-IN-SAS/m-p/45021#M11865</link>
      <description>Hi,&lt;BR /&gt;
We have procured for SAP Data Surveyor . We are working on windowing environment . I want to call the SAP function before submiiting a ETL Job . It mus execute before pre processing of ETL job . The call to this SAP function from SAS Code populates the temporary table in SAP database and the same is being extracted from this ETL job . How can i call SAP function from SAS Code ? This is my basic requirment.&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
&lt;BR /&gt;
Dhirendra</description>
      <pubDate>Wed, 17 Sep 2008 07:53:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/HOW-TO-CALL-SAP-function-IN-SAS/m-p/45021#M11865</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-09-17T07:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO CALL SAP function  IN SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/HOW-TO-CALL-SAP-function-IN-SAS/m-p/45022#M11866</link>
      <description>Depending on your operating system, you can cause an external process to be launched using CALL SYSTEM or using the "X" command.  Search the SAS support website using the keywords listed below or perform a similar Google advanced search against the sas.com website:&lt;BR /&gt;
&lt;BR /&gt;
x command external program site:sas.com&lt;BR /&gt;
&lt;BR /&gt;
Basically you will want to review the SAS "companion" guide for your particular operating system to learn the details on this facility.  Add the keyword "sugi" to your search string if you want to identify some user group (SUGI / SGF) technical papers to your results.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Wed, 17 Sep 2008 13:29:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/HOW-TO-CALL-SAP-function-IN-SAS/m-p/45022#M11866</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2008-09-17T13:29:48Z</dc:date>
    </item>
  </channel>
</rss>

