<?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 issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-issue/m-p/11778464#M1952520</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose if you are using NODE 'PERAS' for GET event and field name is 'PERNR' . Use below code to stop it from processing and throw error here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;STRONG&gt;AT &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="L0S52"&gt;SELECTION-SCREEN&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="L0S55"&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;PERAS&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;PERNR &lt;SPAN class="L0S52"&gt;IS &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;INITIAL&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MESSAGE &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'Enter Pernr' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'E'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jun 2016 12:37:24 GMT</pubDate>
    <dc:creator>pranay570708</dc:creator>
    <dc:date>2016-06-03T12:37:24Z</dc:date>
    <item>
      <title>Logical database issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-issue/m-p/11778456#M1952512</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 have a small query about the Logical Database.&lt;/P&gt;&lt;P&gt;Eg: my LDB name is ABCD, I am calling this LDB in my custom report: 1234.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the issue is, in the report 1234 where I am calling the LDB ABCD, I want to make the Selection screen(LDB) fields as Mandatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My LDB is being used in other reports as well so I cant make the Selection screen field as Obligatory in LDB.&lt;/P&gt;&lt;P&gt;I prefer to make Selection Screen fields Mandatory in my custom report.&lt;/P&gt;&lt;P&gt;It is possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used an event At Selection-screen output in LDB to make a field mandatory and I got the error(I introduced popup to show mandatory field need to be update), when I click on OK button, i am not getting the Selection screen, instead its been executing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if it is possible to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;EH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 11:53:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-issue/m-p/11778456#M1952512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-03T11:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Logical database issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-issue/m-p/11778457#M1952513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is the keyword OBLIGATORY for PARAMETERS and SELECT-OPTIONS. You can use this for your requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 12:03:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-issue/m-p/11778457#M1952513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-03T12:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Logical database issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-issue/m-p/11778458#M1952514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Armin, &lt;/P&gt;&lt;P&gt;I can do that, since my LDB is been used by other reports and those reports doesn`t want Selection screen fields to be Obligatory.&lt;/P&gt;&lt;P&gt;For my specific report, I would like to have the Obligatory option for Selection screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 12:09:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-issue/m-p/11778458#M1952514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-03T12:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Logical database issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-issue/m-p/11778459#M1952515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I'm not sure I got it correct. You've a report with selection fields and what's the problem to add the OBLIGATORY keyword to these fields? Other reports have their own fields, havn't they?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 12:15:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-issue/m-p/11778459#M1952515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-03T12:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Logical database issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-issue/m-p/11778460#M1952516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My report Selection fields are from LDB!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 12:17:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-issue/m-p/11778460#M1952516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-03T12:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Logical database issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-issue/m-p/11778461#M1952517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ethan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which LDB are you using in your custom report? For HR master data related LBDs, there's an option of 'HR Report Category'. Goto attributes of report in change mode and click on &lt;SPAN style="font-size: 13.3333px;"&gt;'HR Report Category'. &lt;/SPAN&gt;Create a custom HR report category. you can make screen field mandatory there specifically for your report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 12:29:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-issue/m-p/11778461#M1952517</guid>
      <dc:creator>pranay570708</dc:creator>
      <dc:date>2016-06-03T12:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Logical database issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-issue/m-p/11778462#M1952518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you give a code sample? LDB is for me the logical data base or do you mean another thing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 12:30:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-issue/m-p/11778462#M1952518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-03T12:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Logical database issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-issue/m-p/11778463#M1952519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Its not HR LDB. I had created LDB related to our own requirement &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/108/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 12:31:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-issue/m-p/11778463#M1952519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-03T12:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Logical database issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-issue/m-p/11778464#M1952520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose if you are using NODE 'PERAS' for GET event and field name is 'PERNR' . Use below code to stop it from processing and throw error here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;STRONG&gt;AT &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="L0S52"&gt;SELECTION-SCREEN&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="L0S55"&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;PERAS&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;PERNR &lt;SPAN class="L0S52"&gt;IS &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;INITIAL&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MESSAGE &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'Enter Pernr' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'E'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 12:37:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-issue/m-p/11778464#M1952520</guid>
      <dc:creator>pranay570708</dc:creator>
      <dc:date>2016-06-03T12:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Logical database issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-issue/m-p/11778465#M1952521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And to make it required field, try below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;loop at screen.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp; if screen-name = 'PNPBEGDA'.&amp;nbsp;&amp;nbsp;&amp;nbsp; "Give here the screen field name that you want make as manadatory&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; screen-required = 1.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MODIFY SCREEN.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp; endif.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 12:38:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-issue/m-p/11778465#M1952521</guid>
      <dc:creator>pranay570708</dc:creator>
      <dc:date>2016-06-03T12:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Logical database issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-issue/m-p/11778466#M1952522</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;At selection-screen on &amp;lt;field-name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If &amp;lt;field-name&amp;gt; is initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Display error message "Field value is mandatory"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the same for all the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the attached code and works what I have mentioned above. Field BR_BUKRS comes from LDB and error message will display in the selection screen bottom.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 12:45:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-issue/m-p/11778466#M1952522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-03T12:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Logical database issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-issue/m-p/11778467#M1952523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;I used an event At Selection-screen output in LDB to make a field mandatory and I got the error(I introduced popup to show mandatory field need to be update), when I click on OK button, i am not getting the Selection screen, instead its been executing.&lt;/P&gt;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Could you elaborate&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;"in LDB" or in the other program?&lt;/LI&gt;&lt;LI&gt;What did you do in (PBO) T SELECTION-SCREEN OUTPUT&lt;BR /&gt;&lt;EM&gt; &lt;EM style=": ; font-size: 8pt; font-family: arial,helvetica,sans-serif;"&gt;(loop at screen/screen-required= '1'/modify screen/endloop)&lt;/EM&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Did you do anything in (PAI) AT SELECTION-SCREEN [ON xxx]&lt;BR /&gt;&lt;EM style=": ; font-size: 8pt; font-family: arial,helvetica,sans-serif;"&gt;(nothing should not be required...)&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 12:48:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-issue/m-p/11778467#M1952523</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-06-03T12:48:01Z</dc:date>
    </item>
  </channel>
</rss>

