<?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: Help Needed in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/3709137#M893015</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;Thanks for your quick reply.&lt;/P&gt;&lt;P&gt;My problem - The Logical System i am using is PDECLNT100.&lt;/P&gt;&lt;P&gt;sy-sysid gives PDE&lt;/P&gt;&lt;P&gt;sy-mandt gives 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of that can't i get the whole logical system id PDECLNT100 at once using any other system variable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be simple,I need to get the Logical System Id which is similar to the id's present in the table 'TBDLS'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Apr 2008 14:04:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-29T14:04:03Z</dc:date>
    <item>
      <title>Help Needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/3709135#M893013</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 have an abap program which has 'Logical System' as a Selection Parameter.If i move that program from one system to other(Development to Quality),i have to change the BW client name manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of hard coding, is there any way that can be implemented in the abap program to get the client system name on which we are working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 13:13:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/3709135#M893013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T13:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/3709136#M893014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this can work&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
INITIALIZATION.
  case sy-sysid.
     when  'DEV'.  "&amp;lt;== or whatever your DEV value is
*      set the BW Selection value to Dev's value.     
     when  'TRN'.   "&amp;lt;== or whatever your Quality value is
*      set the BW Selection value to Quality's value.     
     when  'WPD'.  "&amp;lt;== or whatever your Production value is
*      set the BW Selection value to Production's value.   
  endcase.  
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 13:23:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/3709136#M893014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T13:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/3709137#M893015</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;Thanks for your quick reply.&lt;/P&gt;&lt;P&gt;My problem - The Logical System i am using is PDECLNT100.&lt;/P&gt;&lt;P&gt;sy-sysid gives PDE&lt;/P&gt;&lt;P&gt;sy-mandt gives 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of that can't i get the whole logical system id PDECLNT100 at once using any other system variable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be simple,I need to get the Logical System Id which is similar to the id's present in the table 'TBDLS'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 14:04:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/3709137#M893015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T14:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/3709138#M893016</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;Use this function Module:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;get logical system &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   call function 'OWN_LOGICAL_SYSTEM_GET'         &lt;/P&gt;&lt;P&gt;       importing                             &lt;/P&gt;&lt;P&gt;            own_logical_system = lv_logsys              &lt;/P&gt;&lt;P&gt;      exceptions          &lt;/P&gt;&lt;P&gt;              own_logical_system_not_defined = 01.&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;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 14:29:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/3709138#M893016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T14:29:24Z</dc:date>
    </item>
  </channel>
</rss>

