<?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 Database in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database/m-p/2193889#M467992</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Welcome to SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This addition enables the evaluation of a search help in the database program . For this, the logical database has to be assigned to a search help in Transaction SE36. Except for the mandatory addition FOR TABLE|NODE, the AS SEARCH PATTERN addition can only be combined with the MODIF ID addition. In particular, you cannot define a type with the TYPE addition. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Apr 2007 14:01:02 GMT</pubDate>
    <dc:creator>amit_khare</dc:creator>
    <dc:date>2007-04-25T14:01:02Z</dc:date>
    <item>
      <title>Logical Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database/m-p/2193888#M467991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! I have a problem wiyh subj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'v created LDB for one database.&lt;/P&gt;&lt;P&gt;The code of selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT-OPTIONS :  bebebebe  FOR ZCLIENT-name.
* Parameter for search pattern selection (Type SY-LDB_SP):
PARAMETERS p_sp AS SEARCH PATTERN FOR TABLE ZCLIENT.
* Enable DYNAMIC SELECTIONS for selected nodes :
 SELECTION-SCREEN DYNAMIC SELECTIONS FOR TABLE ZCLIENT.
* Enable FIELD SELECTION for selected nodes :
 SELECTION-SCREEN FIELD SELECTION FOR TABLE ZCLIENT.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i deleted star before &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PARAMETERS p_sp AS SEARCH PATTERN FOR TABLE ZCLIENT.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'v got an error - &amp;lt;u&amp;gt;PARAMETERS AS SEARCH PATTERN: the logical database is not assigned to a search help.&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me to solve this truble&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 13:55:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database/m-p/2193888#M467991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T13:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database/m-p/2193889#M467992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Welcome to SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This addition enables the evaluation of a search help in the database program . For this, the logical database has to be assigned to a search help in Transaction SE36. Except for the mandatory addition FOR TABLE|NODE, the AS SEARCH PATTERN addition can only be combined with the MODIF ID addition. In particular, you cannot define a type with the TYPE addition. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 14:01:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database/m-p/2193889#M467992</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-04-25T14:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database/m-p/2193890#M467993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;i'v commented &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PARAMETERS p_sp AS SEARCH PATTERN FOR TABLE ZCLIENT.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But then i have another problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. run the simple program &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;NODES zclient.
GET zclient.
  WRITE / zclient-name.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;2. In selection window i select nothing (fields are blank)&lt;/P&gt;&lt;P&gt;3. Instead of names i see ########################### .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 14:21:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database/m-p/2193890#M467993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T14:21:38Z</dc:date>
    </item>
  </channel>
</rss>

