<?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: Problem with Radio Button in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-radio-button/m-p/8250865#M1631071</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply Noorie. From my Z-Report i am submitting to RM07MLBD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In rm07mlbd, i had to select the LGBST Radio Button(Storage Loc/Batch Stock), but some times by default Valuated Stock is selected. when i am running my Z report and clicking on Material Number, the following transaction will triggered. But going to dump. My syntax is as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SUBMIT rm07mlbd USING SELECTION-SCREEN '1000'&lt;/P&gt;&lt;P&gt;             WITH matnr = wa_final-matnr&lt;/P&gt;&lt;P&gt;             WITH werks = wa_final-werks&lt;/P&gt;&lt;P&gt;             WITH datum = wa_final-vdatu&lt;/P&gt;&lt;P&gt;             WITH lgort = wa_final-lgort&lt;/P&gt;&lt;P&gt;             WITH lgbst = 'X'&lt;/P&gt;&lt;P&gt;             WITH pa_sumfl = 'X'&lt;/P&gt;&lt;P&gt;             AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly give me the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Srini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Sep 2011 06:31:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-09-28T06:31:34Z</dc:date>
    <item>
      <title>Problem with Radio Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-radio-button/m-p/8250860#M1631066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             I had a problem while using the syntax SUBMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a report which displays in Grid. In output we have Material Number, Plant, Storage Location, Date. &lt;/P&gt;&lt;P&gt;By clicking the Material Number, I am submitting to RM07MLBD (MB5B) with material number, plant, storage location and selection date. But some times when clicking the material number, its going to dump giving as &lt;STRONG&gt;"More than one radio button active"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can call the Transaction by Call Transaction MB5B, But i need to send the Date also. When sending the Storage Location, in MB5B Transaction we had to activate the Stock Type (Storage Locatin/Batch Lock) Radio Button.  But giving the dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me to solve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly give me any other way to call MB5B transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Srini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2011 06:06:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-radio-button/m-p/8250860#M1631066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-28T06:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Radio Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-radio-button/m-p/8250861#M1631067</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;This dump we usually get when we give default 'X' to one radio button in Selection Screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either, if you can, then remove default 'X' for radio button or clear other radiobutton when one is selected in Submit .....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2011 06:17:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-radio-button/m-p/8250861#M1631067</guid>
      <dc:creator>Noorie</dc:creator>
      <dc:date>2011-09-28T06:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Radio Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-radio-button/m-p/8250862#M1631068</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;This dump we usually get when we give default 'X' to one radio button in Selection Screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either, if you can, then remove default 'X' for radio button or clear other radiobutton when one is selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2011 06:18:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-radio-button/m-p/8250862#M1631068</guid>
      <dc:creator>Noorie</dc:creator>
      <dc:date>2011-09-28T06:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Radio Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-radio-button/m-p/8250863#M1631069</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 will find something related infor at,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1019919"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also in program RM07MLBD, below is the decalaration of the radio buttons. check if you are passing correct values etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using clear statement properly etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS LGBST LIKE AM07M-LGBST RADIOBUTTON GROUP BART DEFAULT 'X'.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 4(50) TEXT-010 FOR FIELD LGBST.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; Text-010: Lagerort-/Chargenbestand&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS BWBST LIKE AM07M-BWBST RADIOBUTTON GROUP BART.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 4(50) TEXT-011 FOR FIELD BWBST.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; Text-011: bewerteter Bestand&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS SBBST LIKE AM07M-SBBST RADIOBUTTON GROUP BART.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 4(50) TEXT-012 FOR FIELD SBBST.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; Text-012: Sonderbestand&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2011 06:25:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-radio-button/m-p/8250863#M1631069</guid>
      <dc:creator>ChandrashekharMahajan</dc:creator>
      <dc:date>2011-09-28T06:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Radio Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-radio-button/m-p/8250864#M1631070</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'll get this dump in case you are submitting to a report with a non-default radio button as 'X'. In this scenario, you need to pass the data to both the radio buttons. Let us say rad1, rad2 as two radio buttons with rad1 as default. Then your submit report should be called as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;submit reportname with rad1 = ' '&lt;/P&gt;&lt;P&gt;                    with rad2 = 'X'&lt;/P&gt;&lt;P&gt;                    and return. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Syam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2011 06:29:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-radio-button/m-p/8250864#M1631070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-28T06:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Radio Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-radio-button/m-p/8250865#M1631071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply Noorie. From my Z-Report i am submitting to RM07MLBD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In rm07mlbd, i had to select the LGBST Radio Button(Storage Loc/Batch Stock), but some times by default Valuated Stock is selected. when i am running my Z report and clicking on Material Number, the following transaction will triggered. But going to dump. My syntax is as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SUBMIT rm07mlbd USING SELECTION-SCREEN '1000'&lt;/P&gt;&lt;P&gt;             WITH matnr = wa_final-matnr&lt;/P&gt;&lt;P&gt;             WITH werks = wa_final-werks&lt;/P&gt;&lt;P&gt;             WITH datum = wa_final-vdatu&lt;/P&gt;&lt;P&gt;             WITH lgort = wa_final-lgort&lt;/P&gt;&lt;P&gt;             WITH lgbst = 'X'&lt;/P&gt;&lt;P&gt;             WITH pa_sumfl = 'X'&lt;/P&gt;&lt;P&gt;             AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly give me the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Srini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2011 06:31:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-radio-button/m-p/8250865#M1631071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-28T06:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Radio Button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-radio-button/m-p/8250866#M1631072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks you all and also for syamsundar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am passing X, which radio button i want to select and remaining radio button as space. Thats working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Srini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2011 06:50:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-radio-button/m-p/8250866#M1631072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-28T06:50:09Z</dc:date>
    </item>
  </channel>
</rss>

