<?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: Code inspector check in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-check/m-p/5126367#M1188640</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;use FOR FIELD.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK B2 WITH FRAME TITLE TEXT-002.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS P_FUL RADIOBUTTON GROUP RC .&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(15) TEXT-003 &lt;U&gt;FOR FIELD P&lt;/U&gt;FUL_ .&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 20.&lt;/P&gt;&lt;P&gt;PARAMETERS P_PAR RADIOBUTTON GROUP RC .&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 22(20) TEXT-004 &lt;U&gt;FOR FIELD P&lt;/U&gt;PAR_ .&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK B2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Mar 2011 09:53:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-03-16T09:53:13Z</dc:date>
    <item>
      <title>Code inspector check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-check/m-p/5126359#M1188632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;iam working on ECC6.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my report contains 4 radio buttons.&lt;/P&gt;&lt;P&gt;i done code inspector check for program.&lt;/P&gt;&lt;P&gt;P_ful is radio button.&lt;/P&gt;&lt;P&gt;i got error  like I/O field (input field) P_FUL has no accessible label.&lt;/P&gt;&lt;P&gt;how to hide this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 11:39:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-check/m-p/5126359#M1188632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T11:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Code inspector check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-check/m-p/5126360#M1188633</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 putting #EC * at the end of the parameter declaration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;parameters: P_KUNNR type kna1-kunnr,
                  P_LIFNR type lfa1-lifnr. "#EC *

Regards,&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Shailaja&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Shailaja on Jan 28, 2009 12:50 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 11:44:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-check/m-p/5126360#M1188633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T11:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Code inspector check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-check/m-p/5126361#M1188634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There may be two reasons...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) If u have declare the Radio button text separately by taking the text field then check the option in the display tab of the screen attribute screen ' AS LABEL ON LEFT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) If u havent mention the FCT code ie...the radio button group to be mentioned for all the radio buttons...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select all radio buttons at once and righ click on them and click the option raido button group and in that define.....then define the group...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All this is to be done when u develop ur own screen...otherwise go to the text symbols and give the proper description for the radiobuttons....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;still doubts plz revert back to me.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rohan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rohan on Jan 28, 2009 12:49 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 11:47:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-check/m-p/5126361#M1188634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T11:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Code inspector check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-check/m-p/5126362#M1188635</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;Then go to Text elements of u r program and give the label to u r radio button then it wont'show you that error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 11:48:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-check/m-p/5126362#M1188635</guid>
      <dc:creator>tarangini_katta</dc:creator>
      <dc:date>2009-01-28T11:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Code inspector check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-check/m-p/5126363#M1188636</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;I declared text symbols for radiobuttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iam using below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK B2 WITH FRAME TITLE TEXT-002.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS P_FUL RADIOBUTTON GROUP RC  .&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(15) TEXT-003 .&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 20.&lt;/P&gt;&lt;P&gt;PARAMETERS P_PAR RADIOBUTTON GROUP RC .&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 22(20) TEXT-004 .&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK B2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK B3 WITH FRAME TITLE TEXT-005.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS P_VAL   RADIOBUTTON GROUP RA DEFAULT 'X' USER-COMMAND UC2.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(11) TEXT-006.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 20.&lt;/P&gt;&lt;P&gt;PARAMETERS P_UPDE RADIOBUTTON GROUP RA.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 22(15) TEXT-007.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK B3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 12:03:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-check/m-p/5126363#M1188636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T12:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Code inspector check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-check/m-p/5126364#M1188637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your with your code &amp;amp; declared all the Text-Symbols. I donot get any Code Inspector error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can click on that error &amp;amp; see where exactly in the code it is giving the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be you can share that code.&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>Wed, 28 Jan 2009 12:13:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-check/m-p/5126364#M1188637</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-01-28T12:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Code inspector check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-check/m-p/5126365#M1188638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also executed u r code i didn't get an ycode insepector error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where u r getting go to that line and paste that line over here so that we can help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 12:51:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-check/m-p/5126365#M1188638</guid>
      <dc:creator>tarangini_katta</dc:creator>
      <dc:date>2009-01-28T12:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Code inspector check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-check/m-p/5126366#M1188639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you created the text symbos for your frame and selection texts for your radio buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't get any error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 12:56:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-check/m-p/5126366#M1188639</guid>
      <dc:creator>tarangini_katta</dc:creator>
      <dc:date>2009-01-28T12:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Code inspector check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-check/m-p/5126367#M1188640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;use FOR FIELD.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK B2 WITH FRAME TITLE TEXT-002.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS P_FUL RADIOBUTTON GROUP RC .&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(15) TEXT-003 &lt;U&gt;FOR FIELD P&lt;/U&gt;FUL_ .&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 20.&lt;/P&gt;&lt;P&gt;PARAMETERS P_PAR RADIOBUTTON GROUP RC .&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 22(20) TEXT-004 &lt;U&gt;FOR FIELD P&lt;/U&gt;PAR_ .&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK B2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 09:53:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-check/m-p/5126367#M1188640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-16T09:53:13Z</dc:date>
    </item>
  </channel>
</rss>

