<?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: simple problem in report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-problem-in-report/m-p/2371246#M525405</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;change the line &lt;/P&gt;&lt;P&gt;PARAMETERS: p_werks TYPE werks &amp;lt;b&amp;gt;OBLIGATORY&amp;lt;/b&amp;gt; VALUE CHECK MODIF ID s1.&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;PARAMETERS: p_werks TYPE werks VALUE CHECK MODIF ID s1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nicole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jun 2007 07:06:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-19T07:06:22Z</dc:date>
    <item>
      <title>simple problem in report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-problem-in-report/m-p/2371244#M525403</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;    please check the below program, but my requirement is in selection screen i should have mandatory fields. when click on r2 radiobutton its giving an error like  " Make an entry in all required fields" but i want to avoid this without entering the value in that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  zreport01.&lt;/P&gt;&lt;P&gt;DATA : v_ebeln LIKE ekko-ebeln.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_werks TYPE werks OBLIGATORY VALUE CHECK MODIF ID s1.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_ebeln FOR  v_ebeln NO-EXTENSION OBLIGATORY MODIF ID s2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN SKIP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS : r1  RADIOBUTTON  GROUP g1 DEFAULT 'X' user-command ucomm,&lt;/P&gt;&lt;P&gt;             r2  RADIOBUTTON GROUP g1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF r1 EQ 'X' AND screen-group1 EQ 'S2'.&lt;/P&gt;&lt;P&gt;      screen-input = 0.&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 r2 EQ 'X' AND screen-group1 EQ 'S1'.&lt;/P&gt;&lt;P&gt;      screen-input = 0.&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;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   one more question is : can anyboby know the releavent Tcode:SE49 in 4.7EE and above versions....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; regards&lt;/P&gt;&lt;P&gt;munvar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 07:03:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-problem-in-report/m-p/2371244#M525403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T07:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: simple problem in report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-problem-in-report/m-p/2371245#M525404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, try to remove the OBLIGATORY syntax on your select options.&lt;/P&gt;&lt;P&gt;And u can check that select options fill or not fill by manually maybe at start of selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Victor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 07:05:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-problem-in-report/m-p/2371245#M525404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T07:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: simple problem in report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-problem-in-report/m-p/2371246#M525405</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;change the line &lt;/P&gt;&lt;P&gt;PARAMETERS: p_werks TYPE werks &amp;lt;b&amp;gt;OBLIGATORY&amp;lt;/b&amp;gt; VALUE CHECK MODIF ID s1.&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;PARAMETERS: p_werks TYPE werks VALUE CHECK MODIF ID s1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nicole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 07:06:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-problem-in-report/m-p/2371246#M525405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T07:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: simple problem in report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-problem-in-report/m-p/2371247#M525406</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;just remove the keyword obligatory in the select-options .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then if u want to check the values use at-selection-screen &lt;/P&gt;&lt;P&gt;and validate the select-options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;&lt;P&gt;JK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 07:07:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-problem-in-report/m-p/2371247#M525406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T07:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: simple problem in report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-problem-in-report/m-p/2371248#M525407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Removing the OBLIGATORY keyword is the simple thing u need to do.&lt;/P&gt;&lt;P&gt;DO assign points for the helpful replies.&lt;/P&gt;&lt;P&gt;Regards:&lt;/P&gt;&lt;P&gt;Sapna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 07:10:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-problem-in-report/m-p/2371248#M525407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T07:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: simple problem in report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-problem-in-report/m-p/2371249#M525408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Munvar,&lt;/P&gt;&lt;P&gt;Regarding to t-code SE49:&lt;/P&gt;&lt;P&gt;SE49 does not exist anymore.                                                                                &lt;/P&gt;&lt;P&gt;There is a workaround, but it is not considered as an SAP standard solution and it is not supported by SAP.                                                                                &lt;/P&gt;&lt;P&gt;You might try to create a transaction variant:                              &lt;/P&gt;&lt;P&gt;1) Start SE93 to create a transaction variant                               &lt;/P&gt;&lt;P&gt;2) Specify a name, eg. ZSE49, and choose the first option:                  &lt;/P&gt;&lt;P&gt;   "program and screen (dialog transaction)                                 &lt;/P&gt;&lt;P&gt;3) Here specify SAPMSEUZ as program, and 200 as screen number               &lt;/P&gt;&lt;P&gt;4) Choose a suitable development class (package) if you want it to be       &lt;/P&gt;&lt;P&gt;   transportable or Local (=$TMP) if non-transportable                      &lt;/P&gt;&lt;P&gt;5) press Save             &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And regarding to your report:&lt;/P&gt;&lt;P&gt;The general screen process logic  is to first check the mandatory (obligatory) fields and then continue with  the other events (at selection-screen, at selection-screen-output and so on..).&lt;/P&gt;&lt;P&gt;So, in your report, the system will check that all mandatory fields contain any information and, after, it will check  the radiobutton group. To avoid this, I would not define parameters as obligatory but I would check that all required fields are filled in event AT SELECTION-SCREEN. Should any field is empty, then I would raise a message asking for a valid value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope the above helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Mar Novalbos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 07:15:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-problem-in-report/m-p/2371249#M525408</guid>
      <dc:creator>mar_novalbos</dc:creator>
      <dc:date>2007-06-19T07:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: simple problem in report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-problem-in-report/m-p/2371250#M525409</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;try like this,&lt;/P&gt;&lt;P&gt;PARAMETERS: p_werks TYPE werks VALUE CHECK MODIF ID s1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of &lt;/P&gt;&lt;P&gt;PARAMETERS: p_werks TYPE werks OBLIGATORY VALUE CHECK MODIF ID s1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u want toto make all fields are mandatory then at selectio-screen event write give error message for user fbefore clicking on radio buttons so that all mandatory fields are filled beofre doing any operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if useful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;suresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 07:22:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-problem-in-report/m-p/2371250#M525409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T07:22:28Z</dc:date>
    </item>
  </channel>
</rss>

