<?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 OBLIGATORY field problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/obligatory-field-problem/m-p/6177139#M1372716</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;Fist off - I am no ABAPer but are investigating and programming issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a problem with a custom report where one field was previously marked as "OBLIGATORY". This was transported to our production system. After review the user wanted the "OBLIGATORY" removed from the field. This was removed and also transported to production.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When executing the report, the field still shows as being OBLIGATORY, even though the code in the production system shows that the OBLIGATORY code was removed from the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas why the report would still show the field as mandatory even after the OBLIGATORY code has been removed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;CJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Oct 2009 12:38:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-13T12:38:07Z</dc:date>
    <item>
      <title>OBLIGATORY field problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/obligatory-field-problem/m-p/6177139#M1372716</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;Fist off - I am no ABAPer but are investigating and programming issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a problem with a custom report where one field was previously marked as "OBLIGATORY". This was transported to our production system. After review the user wanted the "OBLIGATORY" removed from the field. This was removed and also transported to production.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When executing the report, the field still shows as being OBLIGATORY, even though the code in the production system shows that the OBLIGATORY code was removed from the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas why the report would still show the field as mandatory even after the OBLIGATORY code has been removed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;CJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 12:38:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/obligatory-field-problem/m-p/6177139#M1372716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-13T12:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: OBLIGATORY field problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/obligatory-field-problem/m-p/6177140#M1372717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello CJ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a simple report or some module pool program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the former, are you using any variant to execute the report?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 12:40:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/obligatory-field-problem/m-p/6177140#M1372717</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-10-13T12:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: OBLIGATORY field problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/obligatory-field-problem/m-p/6177141#M1372718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the at selection-screen ouput.&lt;/P&gt;&lt;P&gt;is there any thing written as screen-required = '1' ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;is the program in production active?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;after removing that 'OBLIGATORY' is the program activated?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 12:41:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/obligatory-field-problem/m-p/6177141#M1372718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-13T12:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: OBLIGATORY field problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/obligatory-field-problem/m-p/6177142#M1372719</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;First check whether the code is activated after the change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Harini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 13:02:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/obligatory-field-problem/m-p/6177142#M1372719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-13T13:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: OBLIGATORY field problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/obligatory-field-problem/m-p/6177143#M1372720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it's not about the activation of the source code, but the generation of the selection screen. In production system, go to SE38, enter program name, choose program-&amp;gt;generate. Not sure why this happens in the first place.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 13:28:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/obligatory-field-problem/m-p/6177143#M1372720</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-10-13T13:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: OBLIGATORY field problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/obligatory-field-problem/m-p/6177144#M1372721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the program runs by transaction with variant check if the varian has setup the field as obligatory&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 14:08:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/obligatory-field-problem/m-p/6177144#M1372721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-13T14:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: OBLIGATORY field problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/obligatory-field-problem/m-p/6177145#M1372722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cornelius,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it could be a mistake to transport the report. Review the log. Creates another order and transported again to the report.&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;José&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 14:36:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/obligatory-field-problem/m-p/6177145#M1372722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-13T14:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: OBLIGATORY field problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/obligatory-field-problem/m-p/6177146#M1372723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can change the attributes of any field dynamically at runtime using a LOOP AT SCREEN.  Check for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 14:39:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/obligatory-field-problem/m-p/6177146#M1372723</guid>
      <dc:creator>christine_evans</dc:creator>
      <dc:date>2009-10-13T14:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: OBLIGATORY field problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/obligatory-field-problem/m-p/6177147#M1372724</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;Thomas was spot-on with his suggestion. Regenerating the report solved the issue. I am also not sure why this did not do so in the first place. I saw no errors in the transport logs...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways, thank you all for the quick responses - P*ints rewarded to all for the willingness to helpout so quickly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;CJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2009 15:47:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/obligatory-field-problem/m-p/6177147#M1372724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-13T15:47:26Z</dc:date>
    </item>
  </channel>
</rss>

