<?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: Logical Databases in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-databases/m-p/2733626#M634845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to set the memory id associated (SET) so the LDB wont ask for the two parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get/set parameter id 'CAC' for controling area&lt;/P&gt;&lt;P&gt;get/set parameter id 'PDB' for database profile&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take also a look at function module CJDB_CHANGE_DB_PROFILE and K_KOKRS_SET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Sep 2007 11:49:46 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2007-09-12T11:49:46Z</dc:date>
    <item>
      <title>Logical Databases</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-databases/m-p/2733625#M634844</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;I am using the Logical DB PSJ in my report. As i execute i get the pop-up for the setting of the controlling area and the database profile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to suppress these 2 pop-up's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried by using the below codes  at selection screen output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   IF screen-name CS 'CN_KOKRS'.&lt;/P&gt;&lt;P&gt;      MOVE: c_0 TO screen-required,&lt;/P&gt;&lt;P&gt;            c_0 TO screen-input,&lt;/P&gt;&lt;P&gt;            c_1 TO screen-invisible.&lt;/P&gt;&lt;P&gt;      MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   IF screen-name CS 'CN_PROFD'.&lt;/P&gt;&lt;P&gt;      MOVE: c_0 TO screen-required,&lt;/P&gt;&lt;P&gt;            c_0 TO screen-input,&lt;/P&gt;&lt;P&gt;            c_1 TO screen-invisible.&lt;/P&gt;&lt;P&gt;      MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But doesnt work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls provide inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;stock&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 11:31:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-databases/m-p/2733625#M634844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-12T11:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Databases</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-databases/m-p/2733626#M634845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to set the memory id associated (SET) so the LDB wont ask for the two parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get/set parameter id 'CAC' for controling area&lt;/P&gt;&lt;P&gt;get/set parameter id 'PDB' for database profile&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take also a look at function module CJDB_CHANGE_DB_PROFILE and K_KOKRS_SET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 11:49:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-databases/m-p/2733626#M634845</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-09-12T11:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Databases</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-databases/m-p/2733627#M634846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have a system in front of me right now, but I think they will only popup if values are not yet set for the corresponding parameter IDs e.g. CAC for controlling area - so try setting these in the "initialization" for your report.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 11:53:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-databases/m-p/2733627#M634846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-12T11:53:19Z</dc:date>
    </item>
  </channel>
</rss>

