<?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: LDB selection screen Change in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-selection-screen-change/m-p/2156321#M455616</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi if i do it that way then there would be a gap left out there, a blank line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u tell me way to avoid this blank line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Apr 2007 06:41:44 GMT</pubDate>
    <dc:creator>rahulkavuri</dc:creator>
    <dc:date>2007-04-03T06:41:44Z</dc:date>
    <item>
      <title>LDB selection screen Change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-selection-screen-change/m-p/2156317#M455612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i have a unusual requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Presently in one of my HR reports I am using 'PCH' LDB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the selection screen we have the object ID which is defined in standard program with no-intervals like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS:&lt;/P&gt;&lt;P&gt;PCHOBJID FOR OBJEC-OBJID VALUE-REQUEST              "ObjektId&lt;/P&gt;&lt;P&gt;                         MODIF ID $OB NO INTERVALS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in my program I want to have it as regular select option. Can we change this in anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to modify the rest of the fields by using AT-SELECTION-SCREEN OUTPUT EVENT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me with this, points guaranteed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 06:27:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-selection-screen-change/m-p/2156317#M455612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-03T06:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: LDB selection screen Change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-selection-screen-change/m-p/2156318#M455613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You have to change it in the PCH LDB to make it regular select-options.&lt;/P&gt;&lt;P&gt;Search for other Selection Layouts in that LDB, where that field may be as per your requirement.&lt;/P&gt;&lt;P&gt;Using coding you can't change.&lt;/P&gt;&lt;P&gt;Without LDB you can declare your own and use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Anji Reddy Vangala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 06:31:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-selection-screen-change/m-p/2156318#M455613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-03T06:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: LDB selection screen Change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-selection-screen-change/m-p/2156319#M455614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rahul, &lt;/P&gt;&lt;P&gt;Try to declare  a normal select option for Object Id in ur report and hide the one from LDB before display of SelScreen. Hope this could solve ur problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 06:32:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-selection-screen-change/m-p/2156319#M455614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-03T06:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: LDB selection screen Change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-selection-screen-change/m-p/2156320#M455615</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;You can either goto-&amp;gt;attributes-&amp;gt;hr report category and choose the screen as per your requirement.&lt;/P&gt;&lt;P&gt;If it is not available you can create a new one there using the given options.&lt;/P&gt;&lt;P&gt;If they are also not available then hide the current field from your INITIALIZATION event and then add a new field on the screen from your report.&lt;/P&gt;&lt;P&gt;When you are adding the field from the report the one line space will always be there, you cant remove it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 06:41:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-selection-screen-change/m-p/2156320#M455615</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-04-03T06:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: LDB selection screen Change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-selection-screen-change/m-p/2156321#M455616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi if i do it that way then there would be a gap left out there, a blank line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u tell me way to avoid this blank line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 06:41:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-selection-screen-change/m-p/2156321#M455616</guid>
      <dc:creator>rahulkavuri</dc:creator>
      <dc:date>2007-04-03T06:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: LDB selection screen Change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-selection-screen-change/m-p/2156322#M455617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rhaul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I don't  we can directly do as per ur requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Bcos No-Intervals cannot be modified using Loop at screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Another option is to copy the standard Ldb and use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 08:08:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb-selection-screen-change/m-p/2156322#M455617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-03T08:08:00Z</dc:date>
    </item>
  </channel>
</rss>

