I/O field has no accessible label

Hello,
   I have a selection screen which has several Radio buttons and Listbox as the code below. I checked code by using code inspector and it issued error messages "I/O field (input field) xyz has no accessible label". How do I fix this? Thanks in advance.
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 3(29) text-007 MODIF ID vlp.
PARAMETERS : p_vgrsv(20) TYPE c AS LISTBOX VISIBLE LENGTH 30
                                               MODIF ID vlp.
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 3(29) text-008 MODIF ID vlp.
PARAMETERS : p_vavgr(20) TYPE c AS LISTBOX VISIBLE LENGTH 30
                                                MODIF ID vlp.
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN BEGIN OF LINE.
PARAMETERS : p_mkt RADIOBUTTON GROUP xyz MODIF ID cmp
                                        USER-COMMAND click.
SELECTION-SCREEN COMMENT 3(29) text-009 MODIF ID vlc.
PARAMETERS : p_vmktpc(20) TYPE c AS LISTBOX VISIBLE LENGTH 30
                                                MODIF ID vlc.
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN BEGIN OF LINE.
PARAMETERS : p_inc RADIOBUTTON GROUP xyz MODIF ID cmp DEFAULT 'X'.
SELECTION-SCREEN COMMENT 3(29) text-010 MODIF ID vlc.
PARAMETERS : p_vincst(20) TYPE c AS LISTBOX VISIBLE LENGTH 30
                                                MODIF ID vlc.
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN BEGIN OF LINE.
PARAMETERS : p_vww RADIOBUTTON GROUP xyz MODIF ID cmp.
SELECTION-SCREEN COMMENT 3(29) text-011 MODIF ID vlc.
*SELECTION-SCREEN COMMENT 3(29) text-011 MODIF ID vlc.
PARAMETERS : p_vwwtrn(20) TYPE c AS LISTBOX VISIBLE LENGTH 30
                                                MODIF ID vlc.
SELECTION-SCREEN END OF LINE.
Regards,
Tintu

Hi,
Change the code like below . Do the same for rest
SELECTION-SCREEN BEGIN OF LINE.
PARAMETERS : p_vww RADIOBUTTON GROUP xyz MODIF ID cmp.
SELECTION-SCREEN COMMENT 3(29) text-011 FOR FIELD p_vww MODIF ID vlc.  "Add FOR FIELD p_vww
*SELECTION-SCREEN COMMENT 3(29) text-011 MODIF ID vlc.
PARAMETERS : p_vwwtrn(20) TYPE c AS LISTBOX VISIBLE LENGTH 30
MODIF ID vlc.
SELECTION-SCREEN END OF LINE.

Similar Messages

  • Unicode check - I/O field has no accessible label

    Hi,
    We are currently converting our system to unicode standards and when doing the SCID test I get the following error and I don't know how to fix it ... if you could please help :
    I/O field has no accessible label - usually the fields SCID complain about is check-boxes.
    Thank you !

    Hi,
    Have you developed the module pool program?
    If yes then go to the screen double click on the field which is throwing error.You will get the attributes screen , in that you will have a tab below for 'Display' in that one option will be there 'AS LABEL On LEFT' check that check box...
    Hope this will help.
    Regards,
    Rohan.
    Edited by: rohan jain on Nov 24, 2008 3:24 PM

  • I/O field (input field) xyz has no accessible label ?

    I have a selection screen which has several radio buttons as the code below. I checked code by using code inspector and it issued error messages "I/O field (input field) xyz has no accessible label". How do I fix this? thanks
    SELECTION-SCREEN BEGIN OF BLOCK status
                     WITH FRAME
                     TITLE text-006.
    SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS dy_ofn LIKE rihea-dy_ofn  FOR TABLE diaufk.
    SELECTION-SCREEN COMMENT 3(11) text-001 FOR FIELD dy_ofn.
    PARAMETERS dy_iar LIKE rihea-dy_iar FOR TABLE diaufk.
    SELECTION-SCREEN COMMENT 16(10) text-002 FOR FIELD dy_iar.
    PARAMETERS dy_mab LIKE rihea-dy_mab FOR TABLE diaufk.
    SELECTION-SCREEN COMMENT 29(10) text-003 FOR FIELD dy_mab.
    PARAMETERS dy_his LIKE rihea-dy_his FOR TABLE diaufk.
    SELECTION-SCREEN COMMENT 42(10) text-004 FOR FIELD dy_his.
    SELECTION-SCREEN COMMENT 52(10) text-005 FOR FIELD selschem.
    PARAMETERS selschem LIKE tj48t-selid FOR TABLE diaufk.
    SELECTION-SCREEN PUSHBUTTON 73(5) p_addr USER-COMMAND addr
    FOR TABLE diaufk.
    PARAMETERS dy_adrfl NO-DISPLAY FOR TABLE diaufk.
    SELECTION-SCREEN COMMENT 79(30) ad_icon FOR TABLE diaufk.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN END OF BLOCK status.

    Hi,
    If an input field is located next to a selected radio button and its label, you must show this field as being ready for input.
    o If an input field is located next to a non-selected radio button and its label, you must show this field as inactive. Chapter 3.4 discusses why this is necessary.
    u2022 Do not place more than one element on the right of the label. If more than one element is placed after the label, then screen readers cannot read the following relationships correctly:
    o Relationship between a checkbox and a label
    o Relationship between a radio button and a label
    o Relationship between an input field and a label.
    Also, Please go through this document:
    http://www.sapdesignguild.org/resources/Accessibility_Guideline_ABAP_external_Version.pdf

  • Serv. Desk: Action: send an email only when a value in a field has changed

    Hello,
    In Soution Manager 4.0, Sevice Desk, I would like to create an action which creates an email only when a value of a certain field has changed.
    - only in change mode relevant
    - only when a value of one field has changed (e.g. Message Processort has changed from Buss. Partner 4 to 5. Than a mail should be sent to BP 5).
    - it should only send this kind of email when the field value has changed in change mode. In other words: it should not sent the email e.g. when the status has changed.
    I tried all kinds of things but I do not know on how to define the COnditions for an Action, so I can compare e.g.
    if <old value> <> <new value>
    Any ideas or experience on how to implement this without major modifications ?
    Thanks
    Christian

    Hi Christian,
    check out my question on SDN.
    Email on Status Change
    it has details on how to send an email when the status changes. I believe you are going to have to do something like this for each of the fields you want to create an Action Starting Condition for.
    regards,
    Jason

  • An internal table field has been defined too small

    Hi,
    We are getting a dump when trying to get the Financial Statements.
    The error in the dump is u201CAn internal table field has been defined too smallu201D.
    The field with the problem is u201CYou should define the field "HSL03" larger in program "SAPLFAGL_GLT0".The maximum size allowed for fields of type P is 16 (31 digits).
    Itu2019s caused by a list of documents where the exchange rate must to be u201D/699,94001u201D  but it was entered without the forward slash and it caused very big numbers
    The biggest number in one document is 99,401,074,527.31  USD
    The sum of all them is 13,008,701,915,208.50
    Any ideas to fix this?
    Thanks in advance
    Jorge

    have you reversed those documents with fb08  and post it with the correct exchange rate???
    have you searched in SMP for similar problems - I think you've to correct the DB-values- but only in agreement with your audit firm / revision
    A.
    Edited by: Andreas Mann on Apr 6, 2010 3:13 PM
    Edited by: Andreas Mann on Apr 6, 2010 3:16 PM

  • JSTL sql:query date field has zero time part

    I have a little JSP where I am using JSTL to do a query against a table "ph_application" that has a date field "rundate". This field has many different dates and times in it.
    Here is the code snippet:
    <sql:setDataSource url="jdbc:oracle:thin:@oraprd02:1521:ipp4" user="site" password="pmc_site"/>
    <sql:query var="application" sql="select * from ph_application"/>
    <c:forEach items="${application.rows}" var="row">
    <tr>
    <td><c:out value="${row.name}" default=" " escapeXml="false"/></td>
    <td><fmt:formatDate value="${row.rundate}" type="both"/></td>
    </tr>
    </c:forEach>
    The resulting date/time output always has a 12:00:00 AM time regardless of what is actually in the table. I have changed the fmt:formatDate to a c:out of the row.rundate.time value and it appears that the time part of the date is actually zero at this point.
    Is there an inconsistancy between the oracle date type and what JSTL is expecting (somewhere)?
    Any help and/or verification is appreciated.
    Richard

    I'm running this from within JDeveloper 10g.

  • My query field has gone dead

    My search field has stopped working. (I'm not sure if that's the right name for it - it's the field containing "EMF" in the attached screen shot.) I can type into the filed, but when I hit the search arrow or the magnifying glass (to select a search engine), nothing happens.
    I tried "refreshing" FF. It wiped out my add-ons but didn't change the problem.
    Do I need to uninstall/reinstall FF completely? Would that fix it? Any other options?
    ~ Thanks in advance
    ~ Ken

    Time to do some troubleshooting.
    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that temporarily turns off hardware acceleration, resets some settings, and disables add-ons (extensions and themes).
    '''If Firefox is open,''' you can restart in Firefox Safe Mode from the Help menu:
    * Click the menu button [[Image:New Fx Menu]], click Help [[Image:Help-29]] and select ''Restart with Add-ons Disabled''.
    '''If Firefox is not running,''' you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    When the Firefox Safe Mode window appears, select "Start in Safe Mode".
    ;[[Image:SafeMode-Fx35]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, theme, or hardware acceleration. Please follow the steps in the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.

  • Required field has data but not accepting it

    I just launched a site and discovered that my forms page won't work. The First Name field has data in it but when clicking the submit button the page doesn't advance and the red font indicates the Requied field needs data.
    Please help. I just launched site and then discovered since couldn't test until now.
    Sean

    http://moneyorganizerprocom.businesscatalyst.com/14-day-registration.html
    Sean Allen
    Money Organizer Pro
    Phone 866.321.4764 x700
    e-mail ~  <mailto:[email protected]> [email protected]
    website~  <http://www.moneyorganizerpro.com/> www.moneyorganizerpro.com

  • Dithering buttons based off of whether or not a choice field has a value

    Hi,
    I am trying to dither out a button until a choice field has a value in it. I have been noticing that users have been submitting the form without selecting any of the options in the choice field (has about 40 choices).
    I would make that field required, but it would interfere with different views of the form that do not have that section attached to them.
    I have tried dithering the button if the value or if the field itself is either blank or not present, but it does not appear to be working.
    I was thinking that I may need to create a single line of text field that populates if a value is present, however, was hoping there would be an easy way to do this.
    Any help would be greatly appreciated!
    Thanks (happy holidays),
    Greg
    Greg Baker

    Hi  Greg,
    Thank you for your posting!
    For achieving your demand , you can use JavaScript as following:
    Create a field CurrentView to record the current view.
    Add set a field’s value rule on switch view button, such as when we click switch view 1 button, the rule will set the CurrentView  field to 1.
    Add  below JavaScript:
    function validateDropDown() {
    var curView =document.getElementById(“CurrentView”);
    if(curView==1)
    var ddl = document.getElementById("DropdownListID");
    if (ddl.selectedIndex == 0 || ddl.options[ddl.selectedIndex].value == "")
    alert("Please select an option! ");
    return false ;
    else { return true ;}
    </script>
    Hope this helps,
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • SMTP send failure doesn't indicate which address field has failed?

    Hi,
    I have question regarding Transport.send method. I try send a message (in which to one of the address is invalid e.g. BCC field). I get the exception SendFailedException. I catch the exception and try to send the message again to all ValidUnsentAddresses. But in the exception or in nested exception there is no way I know which address field has failed?
    I can always compare the valid unsent addresses with addresses in message and can remove the invalid from the message but thought there must be some way to know it in exception it self?
    Regards

    Sorry, no, it doesn't tell you which field the address came from, because in fact the
    address may not come from any field at all.
    In the normal case the addresses from all fields are collected together and used as
    the list of addresses to send the message to. But by using the appropriate sendMessage
    method, you can send the message to any addresses you want, whether they appear in
    the message or not.

  • Date Field has junk in 10g

    10g, UIX, UIX Controller, BC4J.
    I pulled a table object linked to a table straight into the page, all default code. My field has the date "Jan 1, 2004" in it but in the UIX page it displays as "26464861-20-15" -- any ideas why?

    If you run your page with hotspot, not ojvm (see Project Properties..Runner to change this), does it go away? I remember a similar problem that was ojvm-specific.
    -brian

  • "The property or field has not been initialized" Error, when debbuging app

    Hello,
    I'm  following the instructions of a dev book but I get the following error message when debugging the app.
    "The property or field has not been initialized. It has not been requested or the request has not been executed. It may need to be explicitly requested."
    The code:
    var collListItems;
    $(document).ready(function () {
    getConfigValues();
    function getConfigValues() {
    var context = SP.ClientContext.get_current();
    var configList = context.get_web().get_lists().getByTitle('Configuration Values');
    var camlQuery = new SP.CamlQuery();
    collListItems = configList.getItems(camlQuery);
    context.load(collListItems);
    context.executeQueryAsync(onGetConfigValuesSuccess, onGetConfigValuesFail);
    function onGetConfigValuesSuccess() {
    var OrgLogoUrl;
    var OrgName;
    var listItemEnumerator = collListItems.getEnumerator();
    while (listItemEnumerator.moveNext()) {
    var oListItem = listItemEnumerator.get_current();
    var current = oListItem.get_item('Title');
    switch (current) {
    case 'OrganizationName':
    OrgName = oListItem.get_item('Value');
    break;
    case 'OrganizationLogoUrl':
    OrgLogoUrl = oListItem.get_item('Value');
    break;
    if (OrgName && OrgName.length > 0) {
    $('#DeltaPlaceHolderPageTitleInTitleArea').html(OrgName);
    $('.ms-siteicon-img').attr('title', OrgName);
    if (OrgLogoUrl && OrgLogoUrl.length > 0)
    $('.ms-siteicon-img').attr('src', OrgLogoUrl);
    else
    $('.ms-siteicon-img').attr('src', '../Images/AppLogo.png');
    function onGetConfigValuesFail(sender, args) {
    alert('Failed to get the Configuration Values. Error:' + args.get_message());
    What it have to do is to replace the Title and Site logo, using the "Title" and "Value" fields of the "Configuration Values" list.
    My dev environment: SharePoint online, Azure, VS2013 Ultimate (trial)
    I've tried to reach the author of the book but it's being 4 days and no response, maybe somebody here can help me.
    Thanks in advance.
    Jimmy

    Jaydeep, I don't get the values, see the HTML code below.
    <%@ Page Inherits="Microsoft.SharePoint.WebPartPages.WebPartPage, Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" MasterPageFile="~masterurl/default.master" Language="C#" %>
    <%@ Register TagPrefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
    <%@ Register TagPrefix="Utilities" Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
    <%@ Register TagPrefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
    <%-- The markup and script in the following Content element will be placed in the <head> of the page --%>
    <asp:Content ContentPlaceHolderID="PlaceHolderAdditionalPageHead" runat="server">
    <script type="text/javascript" src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.2.min.js"></script>
    <script type="text/javascript" src="/_layouts/15/sp.runtime.js"></script>
    <script type="text/javascript" src="/_layouts/15/sp.js"></script>
    <!-- Add your CSS styles to the following file -->
    <link rel="Stylesheet" type="text/css" href="../Content/App.css" />
    <!-- Add your JavaScript to the following file -->
    <script type="text/javascript" src="../Scripts/App.js"></script>
    </asp:Content>
    <%-- The markup in the following Content element will be placed in the TitleArea of the page --%>
    <asp:Content ContentPlaceHolderID="PlaceHolderPageTitleInTitleArea" runat="server">
    KA Online Klas
    </asp:Content>
    <%-- The markup and script in the following Content element will be placed in the <body> of the page --%>
    <asp:Content ContentPlaceHolderID="PlaceHolderMain" runat="server">
    <div id="menu">
    <ul>
    <li><a href="../Lists/Configuration Values">Site Configuration</a></li>
    <li><a href="../Lists/Site Assets">Site Assets</a></li>
    </ul>
    </div>
    </asp:Content>

  • Text Field avoid tab into label

    Is there a way to avoid tabbing into a label.
    I have several Text Fields with as "Required with Help" and the user would like to tab thru the Text field without having to tab out of the label.
    Is that possible.
    Using Apex 3.2.
    Thanks

    This can be controlled using the HTML <tt>tabindex</tt> attribute. See +{thread:id=1246565}+ for a previous discussion on this.
    Basically, <tt>tabindex</tt> should NOT be applied to <tt>label</tt> elements. However in labels of type "Required with help", the help links should be accessible via tab presses on the keyboard. In this case, I'd say the user is wrong and it makes sense for the help link to receive focus before the text item, so that the help relating to the item can be accessed before entering a value. If they can't be convinced of this, then set <tt>tabindex</tt> values for the text items and label help links sequenced so that the items are accessed before the help links.

  • Last field has no value in sender flat file.....

    Hi,
    I am doing FCC on sender flat file.
    If the last field in the flat file has no value i.e. say if comma is my fiels seperator ,then the file is lik:
    1,2,3,
    The last node of my XML is not formed and giving me mapping errors....How do I solve dis??
    Plz help
    Edited by: sriparna1 on Oct 20, 2010 12:34 PM

    For comma seperated structures, the missing fiels are ignored.
    Make sure you defined the endseperator.
    Edited by: nagarjuna _s on Oct 20, 2010 12:46 PM

  • Change field used for Mailing Labels

    Hi. I am a new Mac user and I need help with mailing labels. When I print my labels, I want to use a custom field - Label Name - as the first line on the label, rather than the name of the contact. Is there a way to do this? For example, I might have a contact name of Joe Johnson, but I will have The Johnsons as his Label Name for sending holiday cards, etc. I don't want to change all my contact names to these appropriate label names. Is there a way to configure the mailing label to print the custom field rather than the first and last name? Thanks for your help.

    I have this same complaint. Prior to Snow Leopard, there was a feature in Address Book that automatically combined the name on an address book entry with a related name (spouse). I used that feature and adjusted my Address Book so that it worked for me. Unfortunately Apple deleted the feature in Snow Leopard without giving a reason or a tenable workaround. See kb article #HT3952 for details.
    I imagine the feature was deleted because it was somewhat surprising and confusing. Still it WAS a feature and there IS NO WORKAROUND. I investigated writing an AppleScript, but decided it probably couldn't be done. I ended up printed labels this year using a kludgey mail merge with Microsoft Word. A lot of work and still not fully satisfactory.
    Apple, please add a feature to replace the old method!

Maybe you are looking for