<?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: Create an external command in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-an-external-command/m-p/2663223#M614517</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the request id here ?&lt;/P&gt;&lt;P&gt;Explain me pls..'&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;pandu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Aug 2007 10:39:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-17T10:39:29Z</dc:date>
    <item>
      <title>Create an external command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-an-external-command/m-p/2663220#M614514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to Created an external Commands to call other systems from SAP?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;pandu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 10:07:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-an-external-command/m-p/2663220#M614514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-17T10:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create an external command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-an-external-command/m-p/2663221#M614515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pandu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any way here you need to call other system's objects... this is possible through RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do that from t-code SM59 or SALE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This step is to create the Logical system for the remote system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A logical system allows SAP internal functions to interface with external systems, either an SAP system or a non-SAP system. We also need to have a logical system name for the SAP system,.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SALE is the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expand the Sending and receiving Systems and then the Logical systems click on define logical system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will receive the informational message, &amp;#147;The table is cross-client.&amp;#148; Click the green check icon to continue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now click on the New Entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Screen appears like this here you will be giving the LS name and the description of that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After u click on the save button a window will be displayed like the bellow asking for the Request ID. Here we can create our own or we can use the existing one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that we see the message blow as DATA SAVED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the step is to Link the LS to the client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on the Assign Client to LS .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Screen as below will be appearing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double click on the client on which u r going to work and there specify the SAP LS(IDS47800) and you also need to specify the City and Std Currency and the client role as Test for the drop down box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Register the RFC server module with the&lt;/P&gt;&lt;P&gt;SAP gateway&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The RFC (Remote Function Call) destination is a logical name used to define the&lt;/P&gt;&lt;P&gt;Characteristics of a communication link to a remote system (in our case, LS for the remote system) on which a function needs to be executed. In ALE, the RFC specifies information required to log on to the remote SAP system to which an IDoc is being sent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To register the RFC Sever Module as the RFC destination:&lt;/P&gt;&lt;P&gt;SAP transaction code: SM59 &amp;#150; Type /nsm59 on the SAP input window and press the&lt;/P&gt;&lt;P&gt;Enter key.&lt;/P&gt;&lt;P&gt;Expand the TCP/IP connections directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give some name to the RFC Destination (ALESERVER), Connection type as T. and fill the Description field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In technical settings give the program name as you desired.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on save&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward If Helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Sasidhar Reddy Matli.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 10:12:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-an-external-command/m-p/2663221#M614515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-17T10:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Create an external command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-an-external-command/m-p/2663222#M614516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u Sasidhar ..&lt;/P&gt;&lt;P&gt;Can u pls send me screen shots for this if it possible..&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;pandu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 10:18:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-an-external-command/m-p/2663222#M614516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-17T10:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Create an external command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-an-external-command/m-p/2663223#M614517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the request id here ?&lt;/P&gt;&lt;P&gt;Explain me pls..'&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;pandu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 10:39:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-an-external-command/m-p/2663223#M614517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-17T10:39:29Z</dc:date>
    </item>
  </channel>
</rss>

