User can't enter price in AP Invoice

Hi
Our client is on SAP Business One 8.8 (8.80.233)  SP: 00  PL: 15. Users who have a 'Limited Financials' license should be able to process AP Invoices. The system does allow them to open the AP invoice and enter all information except for the price of an item. Although the price field is both visible and active in the document settings the field can't be 'accessed' by the users. That is if you click on it nothing happens (it is though it is not in 'active' mode). Other users with professional licenses don't have this problem.
I gave full authorization wherever I thought it would be neccessary for them to have it but no success. Does anybody know whether this is a known issue?
Regards
Danie

Hi Danie,
Look into the License comparision model chart .
[https://websmp103.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000700291&_SCENARIO=01100035870000000183&_ADDINC=011000358700001192682007E&_OBJECT=011000358700000953982007]
Regards,
Rakesh N

Similar Messages

  • How do i put a loop round this so the user can only enter a number between

    how do i put a loop round this so that the user can only enter a number between 1 and 3 if a number like 4 is enter it will just say something like retry
    if (CA.trim().equals(ans1)){
    Out = "incorrect";
    else if(CA.trim().equals(ans2)){
    Out = "incorrect";
    else if(CA.trim().equals(ans3)){
    Out = "correct";
    else{
    System.out.println("Enter 1 2 or 3 try doin test again");
    System.out.println(Out);
    byte b[] = Out.getBytes();
    out1.write(b);

    You already know the conditions so here's some pseudocode.
    get input
    while(input is not what I want (between one and three))
            Inform user of improper input and ask for it again
            get new input

  • User can not enter value in INPUT field.

    hi experts,
    i have a table control on the screen which have one input field which user needs to fill. But as per he business req. we don't want him to enter any value, values should be enter from the search help only.
    If i make input field Read only it comes in gray color and user get confused. tell me some way so i can create white input field in which user can not enter values from key board.
    Please suggest...
    points will be awarded...

    >
    ashish gupta wrote:
    > hi experts,
    >
    > i have a table control on the screen which have one input field which user needs to fill. But as per he business req. we don't want him to enter any value, values should be enter from the search help only.
    >
    >
    > If i make input field Read only it comes in gray color and user get confused. tell me some way so i can create white input field in which user can not enter values from key board.
    >
    >
    > Please suggest...
    >
    > points will be awarded...
    This you cannot control. because if it is enabled only in that case you can see it white.
    do that thing as suggested by basakar to add a new input field just besides first one with zero padding.
    One workaround is use an image instead of real input field. the image should have the input field as image.
    and besides it create the input field with width 0 and padding also zero.
    i think this can fulfill the requirement.
    Thanks
    sarbjeet singh

  • Can't change OWA settings so users can only enter their username

    Hi
    I have a root domain and a child domain with full trust in between.  Exchange 2013 servers are installed on the child domain.  All our users are in the child domain and root domain is empty.
    I want our users to enter ONLY their username to logon to OWA.
    I go to EAC > servers > virtual directories > owa settings > authentication > "user name only".  HOWEVER when I click on "Browse" button to pick my domain it ONLY shows the root domain in the list.  The domain
    that mailboxes are in and servers are in is missing from this list.  What gives?
    I appreciate your help.
    Thanks

    Hi,
    Before we go further, I‘d like to confirm the detail named method of your root domain and child domain. For example, root domain is domain.com and child domain is a.domain.com
    As far as I know, the logon domain property always automatically shows the default domain. Alternatively, we can depend on command to enable the authentication:
    Set-OwaVirtualDirectory "owa (Default Web Site)" -LogonFormat Username -DefaultDomain domian.com
    With the command above we set Exchange 2013 OWA to be user name only.Then restart IIS
    for the changes to be effective
    Thanks,
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Angela Shi
    TechNet Community Support

  • How to prevent numericstepper from setting the value to the defined Maximum when a number greater than maximum is entered in by keyboard and user hits the "Enter" key.

    I need to set the Maximum so that the use can use the mouse to change the value of numericstepper (and not go over a certain number), but at the same time I have to allow the user to enter their value by typing in the text field. When the user enters a number greater than the Maximum, I disable the "Ok" button of the dialog and show a red warning(error message). The issue is that the user can hit "Enter" and numeric stepper would set the value to the Maximum and the dialog box would close and the rest of code would run. I want the numericstepper not to change the value and keep showing the warning even if the user hits the "Enter".
    Note: Setting maxChar does not help since my maximum is 1000, and user might enter 5555
    I would appreciate the help.

    Thanks for trying to help, But
    The issue is that if I set the maximum value of stepper 1 greater than the max value that I want, then the user can select an invalid value(of myMax + 1) when he clicks on the UP arrow of the numeric stepper(which is not acceptable for what I am working on).
    I need to preserve the users invalid number, while not letting the user to select an invalid number by clicking UP key.
    I noticed that when the user enters a number greater than the Maximum, and then click on the down arrow, it would set the value to 1 less than the maximum. This is not acceptable either.

  • User has to enter a specified number of CHARs length while filling the form

    Hello
    I am developing a interactive form, which got context interface from WebDynPro ABAP. I have a input field on the form, its NAME, i binded it with NAME1 of WebDynPro context, in SAP its length is 35 CHARs.
    My requirement is user can not enter more than 35 CHARs in the form, while user is fillling it. So, to achive this,
    1) Its enough just binding form NAME to WebDynPro SAP NAME1 attribute of context, then, SAP will automatically take care this?
    2) or do i need to put the 35 number lenght in Max Chars field of Object-Field in the FORM?
    Thank you

    Hi,
    While binding a field on layout you get an option to specify properties of the field in regards with bound data element. If there you have chosen the property of max chars then its not mandatory to specify it again in object properties of the field. But if you have not mentioned it while binding then it will be required to separately mention in the object property.
    Regards,
    Vaibhav

  • Creating form so user can add fields if needed

    I am trying to find out if you make a form with a field, is there a way to initially create the form so that when a user is filling it out and they need another line (i.e., there is a section for children -- but you only have one field)  can you create the form so that the user can just enter or hit a down errow to add another field if needed?  I don't want the form to have extra lines (fields) in it if they will not usually be needed by a user -- but can be added on their end.  Hope this makes sense.
    Thanks

    This sounds like something that our skip logic may be able to help you with.  You could, for example, have  a field that asks how many family members.  Based on the answer you would display the number of Name fields.

  • Two fields, two scripts. User can enter data into field 1 or 2

    Hi all,
    New here, and to acrobat forms, so please bear with me!
    What I'm trying to achieve is a form that calculates total invoice value, based on a total number of hours worked, and a rate. The user fills in the total hours, but then the problem is that some people know their fixed rate, and others have a changing rate. Those with a changing rate simply know the amount they are invoicing for. What I'd like, is a way for the TotalInvoice value to be calculated by Rate*TotalHours when the user enters a value into the Rate field... OR ... for Rate to be calculated by TotalInvoice/TotalHours when the user enters a value into the TotalInvoice field.
    I can make it go one way or the other (so the script is only in TotalInvoice field or the Rate field), but I can't manage to get it to go both ways. Is this possible?
    To summarise: User can enter manually into Field1 and value of Field2 is calculated, or user can enter manually into Field2 and Field1 is calculated.
    Thanks!

    What you propose can be difficult, becuase you're describing a circular reference between the two fields. When the 1st value changes, you want the 2nd value to be calculated based on the 1st value. But when the 2nd value changes, you want the 1st value to be calculated based on the 2nd, ad infinitum. There are ways to short-circuit the loop, but it depends on whether you need to do the calculation only when there is manual entry, or whether you need it to work when either field value changes programmatically or by importing form data.
    Sometimes it's just easier to have the user press a button to calculate and set the other field value.

  • Valuation Price can be entered upto 99,99,99,999.00 INR only in PR Creation

    Dear Team,
    One of our end user, is trying to create material PR with single line item, whose valuation price to be entered is around 152 Crore.
    But system is not allowing the same. It is giving error 00 089: Entry too long.
    As per the system, a maximum valuation price of the material can be entered upto 99,99,99,999.00 INR only. There isn't any provision to enter value more than the value mentioned above in PR creation under "Valuation Price" field.
    Any help in this regard, will be highly appreciated.
    Thanks & Regards,
    MP

    Hi,
    The system will not take more than the specified character in price field. So better option is to use the alternative unit of measure for purchasing of material (Purchasing Unit) .Use  alternative unit as Order unit (Purchasing Unit) in MMR(MM02) & Maintaion conversion factor.
    Regards,
    Biju K

  • Restrict Which Users Can Enter Data In List Form in SharePoint Foundation 2013

    Is there a way to restrict which users can enter data in particular fields in a list item entry form?
    We are using a SharePoint Foundation 2013 list and calendar to manage vacation time. We need to restrict non-supervisor users users from entering a value in a certain field in the vacation request form.
    Here is how the system works now:
    1. Employees complete the vacation request form (which creates a list item)
    2. An email is sent to their supervisor to either approve or decline the request
    3. Approved requests are automatically entered onto the vacation calendar
    We have restricted the list so that only supervisors can edit items (the pending vacation requests). The problem is that all users can mark their own requests as approved when they fill out the request form in the first place. Is there a way to restrict
    which users can enter data in particular fields on a list item entry form?

    Thanks for the suggestion. We ended up 1) hiding the approval column and 2) creating a second list, workflow, etc. The user no longer sees the approval column when filling out the form. Requests are now submitted to list A. Workflow #1 copies the request
    to List B, then deletes the item from List A. Once the request is added to List B, Workflow #2 emails the user that the request has been received and emails the supervisor that a request needs to be approved. Only supervisors have editing permissions on List
    B. Approved requests are automatically added to the vacation calendar (the calendar view of List B).
    We found the following site to be helpful in learning how to hide the list column:
    http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2013/06/03/how-to-hide-a-sharepoint-list-column-from-a-list-form.aspx

  • Why is the window for entering bookmarks so small? Is there any reason why it cannot be resizable so that users can expand it if necessary.

    I have a problem with the window size when entering bookmarks. I would like to expand the window so that I do not have to scroll down through the many folders I have.
    Is there any special reason why the window is a fixed size? As far as I can see there should not be any problem with having a window which users can expand if necessary.
    Thank you,
    Sasha

    Try the Add Bookmark Here ² extension for Firefox 3.6.x version: <br />
    https://addons.mozilla.org/en-US/firefox/addon/3880

  • Can't enter Single-User Mode

    I just bought tiger for my 12 inch powerbook G4. am unable to complete installation due to an error with my 10.2. The problem is I dont have the start up disks anymore and can't enter single-use or verbose-mode to fix the problem.
    Any ideas on how to upgrade or enter single-use?
    Thanks
    Ben

    An Open Firmware password is one thing that would prevent you from changing the startup disk, booting from a CD or starting up in single user mode. You would see a lock and a dialog asking you to enter your password. So, it doesn't seem that this is your problem.
    If you have some file directory damage, you can use the Tiger install DVD to attempt to repair it. Put the DVD in the drive, restart and hold down on the "c" key (if you have one and then choose the language you want to use. At the next screen, do not continue to install but choose to open the Disk Utility from the Utilities menu. You can then use the Disk Utility to "repair disk" on your hard drive. The Tiger Disk Utility is pretty mature and can repair many problems.
    -Doug

  • Filed in the ALV report in which user can enter text manually

    Hi,
    Is it possible to enter a field in the report where user can enter data manually and save it in a ALV report?
    If yes then let

    Hi, SATYA
    Test the following Sample Report it hope it will solve out your Problems related to ALV.
    REPORT  zfsl_alv_test.
    TYPES: BEGIN OF t_it,
      mname(10),
      amount1 TYPE p,
      amount2 TYPE p,
    END OF t_it.
    *TABLES : it1_sum.
    TYPE-POOLS : slis.
    *VARIABLES
    DATA : check(1),
           rep_id TYPE sy-repid.
    *INTERNAL TABLE TYPE OF t_name
    DATA: it1_sum TYPE STANDARD TABLE OF t_it WITH HEADER LINE,
          wa_it1_sum TYPE t_it,
          it2_sum TYPE STANDARD TABLE OF t_it WITH HEADER LINE,
          wa_it2_sum TYPE t_it.
    *List Header
    DATA : it_listheader TYPE STANDARD TABLE OF slis_listheader WITH HEADER LINE,
           wa_listheader TYPE slis_listheader.
    *Event Raising to Display Heading.
    DATA: event TYPE slis_t_event,
          event_str TYPE slis_alv_event.        "Event String.
    *FIELD CATALOG
    DATA : it_field TYPE slis_t_fieldcat_alv,
           wa_field TYPE slis_fieldcat_alv.
    *SORTING
    DATA : it_sort TYPE slis_t_sortinfo_alv,
           wa_sort TYPE slis_sortinfo_alv.
    *Layout
    DATA : wa_layout TYPE slis_layout_alv.
    INITIALIZATION.
      check = 'X'.
      rep_id = sy-repid.
    START-OF-SELECTION.
      wa_it1_sum-mname = 'BBB'.
      wa_it1_sum-amount1 = '-500'.
      wa_it1_sum-amount2 = '-200'.
      APPEND wa_it1_sum  TO it1_sum.
      wa_it1_sum-mname = 'BBB'.
      wa_it1_sum-amount1 = 100.
      wa_it1_sum-amount2 = 200.
      APPEND wa_it1_sum  TO it1_sum.
      wa_it1_sum-mname = 'CCC'.
      wa_it1_sum-amount1 = 500.
      wa_it1_sum-amount2 = 10000.
      APPEND wa_it1_sum  TO it1_sum.
      wa_it1_sum-mname = 'CCC'.
      wa_it1_sum-amount1 = 105000.
      wa_it1_sum-amount2 = 20500.
      APPEND wa_it1_sum  TO it1_sum.
      wa_it1_sum-mname = 'AAA'.
      wa_it1_sum-amount1 = 21000.
      wa_it1_sum-amount2 = 22000.
      APPEND wa_it1_sum  TO it1_sum.
      wa_it1_sum-mname = 'BBB'.
      wa_it1_sum-amount1 = 5500.
      wa_it1_sum-amount2 = 2200.
      APPEND wa_it1_sum  TO it1_sum.
    *          Heading
      wa_listheader-typ = 'H'.
      wa_listheader-info = 'ALV TEST Top-of-Page'.
      APPEND wa_listheader TO it_listheader.
    *          FIELD CATALOG
      wa_field-col_pos = 1 .
      wa_field-tabname = 'IT1_SUM'.
      wa_field-fieldname = 'MNAME'.
      wa_field-seltext_m = 'Material Number'.
    *ls_fcat-do_sum = 'X'.
      APPEND wa_field TO it_field.
      CLEAR wa_field.
      wa_field-col_pos = 2 .
      wa_field-tabname = 'IT1_SUM'.
      wa_field-fieldname = 'AMOUNT1'.
      wa_field-seltext_m = 'Amount 1'.
      wa_field-do_sum = check.
      wa_field-edit = 'X'. " To add this you can edit any Colum
      wa_field-edit_mask = 'V___________'.  " Use this to place the (-) Minus Signe on the left side
    *ls_fcat-do_sum = 'X'.
      APPEND wa_field TO it_field.
      CLEAR wa_field.
      wa_field-col_pos = 3 .
      wa_field-tabname = 'IT1_SUM'.
      wa_field-fieldname = 'AMOUNT1'.
      wa_field-seltext_m = 'Amount 2'.
      wa_field-do_sum = check.
      wa_field-edit_mask = 'V___________'.
    *ls_fcat-do_sum = 'X'.
      APPEND wa_field TO it_field.
      CLEAR wa_field.
    *          SORT By MNAME
      wa_sort-spos = 1.
      wa_sort-fieldname = 'MNAME'.
      wa_sort-tabname = 'IT1_SUM'.
      wa_sort-up = check. " Here Use u2018downu2019 for descending Order
      wa_sort-subtot = check.
      APPEND wa_sort TO it_sort.
      CLEAR wa_sort.
    *          ALV Layout Setting
      wa_layout-zebra = 'X'.
      wa_layout-colwidth_optimize = 'X'.
    *          Calling function to raise event to display heading and icon above ALV
      CALL FUNCTION 'REUSE_ALV_EVENTS_GET'
       EXPORTING
         i_list_type           = 0
       IMPORTING
         et_events             = event[]
    * EXCEPTIONS
    *   LIST_TYPE_WRONG       = 1
    *   OTHERS                = 2
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    *          Calling TOP_OF_PAGE Event
      READ TABLE event WITH KEY name = 'TOP_OF_PAGE' INTO event_str.
      IF sy-subrc = 0.
        MOVE: 'TOP_OF_PAGE' TO event_str-form.
        APPEND event_str TO event.
      ENDIF.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
       EXPORTING
    *   I_INTERFACE_CHECK                 = ' '
    *   I_BYPASSING_BUFFER                = ' '
    *   I_BUFFER_ACTIVE                   = ' '
         i_callback_program                = sy-cprog
    *   I_CALLBACK_PF_STATUS_SET          = ' '
    *   I_CALLBACK_USER_COMMAND           = ' '
    *   I_CALLBACK_TOP_OF_PAGE            = ' '
    *   I_CALLBACK_HTML_TOP_OF_PAGE       = ' '
    *   I_CALLBACK_HTML_END_OF_LIST       = ' '
    *   I_STRUCTURE_NAME                  =
    *   I_BACKGROUND_ID                   = ' '
         i_grid_title                      = 'ALV Test'
    *   I_GRID_SETTINGS                   =
         is_layout                         = wa_layout
         it_fieldcat                       = it_field
    *   IT_EXCLUDING                      =
    *   IT_SPECIAL_GROUPS                 =
         it_sort                           = it_sort
    *   IT_FILTER                         =
    *   IS_SEL_HIDE                       =
         i_default                         = 'X'
         i_save                            = 'X'
    *   IS_VARIANT                        =
         it_events                         = event[]
    *   IT_EVENT_EXIT                     =
    *   IS_PRINT                          =
    *   IS_REPREP_ID                      =
    *   I_SCREEN_START_COLUMN             = 0
    *   I_SCREEN_START_LINE               = 0
    *   I_SCREEN_END_COLUMN               = 0
    *   I_SCREEN_END_LINE                 = 0
    *   I_HTML_HEIGHT_TOP                 = 0
    *   I_HTML_HEIGHT_END                 = 0
    *   IT_ALV_GRAPHICS                   =
    *   IT_HYPERLINK                      =
    *   IT_ADD_FIELDCAT                   =
    *   IT_EXCEPT_QINFO                   =
    *   IR_SALV_FULLSCREEN_ADAPTER        =
    * IMPORTING
    *   E_EXIT_CAUSED_BY_CALLER           =
    *   ES_EXIT_CAUSED_BY_USER            =
        TABLES
          t_outtab                          = it1_sum
    * EXCEPTIONS
    *   PROGRAM_ERROR                     = 1
    *   OTHERS                            = 2
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    *&      Form  top_of_page
    *       text
    FORM top_of_page.
      CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
        EXPORTING
          it_list_commentary       = it_listheader[]
          i_logo                   = 'ENJOYSAP_LOGO'
    *   I_END_OF_LIST_GRID       =
    *   I_ALV_FORM               =
    ENDFORM.           "top_of_page
    Kind Regards,
    Faisal

  • Can't enter unit price in Goods Receipt PO form

    Priority: High
    Hello Experts,
    In GRPO >> form settings, I have checked both the boxes VISIBLE AND ACTIVE. It displays the field on form but does not allow me to modify it.
    Help Required...
    tha

    This is because of the Authorization.
    Check if you have 'Full Authorization' in 'Sales - A/R -> Change Row Amounts' in the General Authorization screen.
    The following are the authorization for 'Change Row Amounts'
    Full Authorization u2013 The user can change prices and amount in the document rows.
    No Authorization u2013 The user cannot change item prices, row totals, and so on.
    Edited by: Sridharan T on Aug 27, 2008 6:48 PM

  • How can we enter value more than 99 crores in valuation price field in PR

    we want to fill value more than 99 crores in valuation price while making a purchase requisition in sap.
    we are not able to do that
    we are getting error
    entry too long (enter in the format ,,,~.)
    how can we configure to get more than 9 digits in a value field in sap
    is this the right forum to post this question
    Edited by: ca sanjeev mehndiratta on Jan 6, 2010 6:14 AM

    Hi,
    you can't enter more then 9 digits. This field is using a domain WERT11 which has format 9.2. You could try to modify SAP standard and add some additional digits for this field but this is very risky thing.
    Cheers

Maybe you are looking for

  • IPhone 3GS/iOS4 not recognized in iTunes After Replacing MacBook HD

    Several days ago, after experiencing some problems w/ my MacBook, I took it to the Genius Bar at my local Apple store. After some diagnostic tests, it was determined that my hard drive was in the process of dying. A new, replacement hard drive was in

  • AD SSO not happening for Remote Users

    Dear Members I am having an issue with the NAC Deployment for Remote users (Users behind WAN Router) Windows AD SSO (2008) is happening for LAN users successfullly, however remote users are not able to do AD SSO. it is ensured that remote users even

  • Copy Standard T.code into Z T.code

    Hi, I want to Copy Standard T.code into Z T.code....with all includes and Function Group...... Plz tell me step-by-step.... Prince

  • Use of IF_BSP_WD_POPUP

    Hi Experts, Currently the BSP i was checking is using IF_BSP_WD_POPUP to display a window. The user seems cant to access the window that calls the pop up window. Is there any way we can do so that when the pop up window is called, user can access the

  • Connecting PCs to the MAC

    I am attempting to connect 2 PCs to my new IMAC.I have a enabled sharing and the PCs do see the MAN. When I attempt to connect I get an Access violation, In an attempt to resolve the problem, I have renamed the IMAC and the problem still persists. I