Input must be in the format _.___.___.__~,___V

Hi!!
While creating the BoM, I I put the quantity in DECIMALS then the system gives this " Input must be in the format .__.___.__~,___V" Error.
How do I Solve this?
Please help.
Thank you.
Ajit

Hi Suhas,
Solved the problem.
Thank you.
Best Regards,
Ajit

Similar Messages

  • Message "Input must be in the format __.___.___,____V"

    Hi Experts,
    i have set a input-mask on a dynpro-field like "__.___.___,____V". So this functionality turns on an automatic input-check which checks the values against this mask (e.g. 4dec numbers).
    Now, when i type in a value with 5 dec numbers, the automatic generated message "Input must be in the format __.___.___,____V" apperas. Can i swith this automatic message off, and instead create an own one?
    THanks a lot in advance,
    Marcel

    I don't think so. The program doesn't even go into the PAI in this case, does it.
    You could turn off the mask and put in your own custom checks though.
    Rob

  • Input must be in the format _,___,___,__~.___

    Hi,
    Where in MM config can I edit the format of this message?
    Input must be in the format ,__,___,__~.___
    Message no. 00088
    The system is allowing us now to GR quantities up to 3 decimal places. We would like to set it to 2..
    Appreciate your help..
    Thanks,
    Paula

    Hi Paula,
    I am afraid that it is standard system behaviour to be
    able to input quantity with decimal places even if the corresponding
    unit of measure has been defined with zero/blank decimal places. The
    number of decimals from customizing CUNI is used for the calculation of
    proposal values in some areas, but will not stop the user from manually
    entering a quantity with decimal places if he decides to do so. In some
    area, there may be warning message to inform user about it, for example,
    warning message CO 139.
    The field 'Order quantity' (RV45A-KWMENG) has assigned the domain MENG15
    with Data Type QUAN and 3 decimal places allowed. For fields with Data
    Type QUAN a different display of figures (with/without decimals) is not
    possible and the customizing in CUNI is not taken into account (Please
    see notes 95869, 122471 ). Decimals can only be avoided if the field has
    format Floating point, and the conversion of floating points is done in
    program routines and only in this case the decimals in transaction CUNI
    are used.

  • Decimal Error: Input must be in the format ___,___,__~.__V

    Hi Gurus,
    We have manual pricing in sales order. When i enter the price say, 0.405 USD/KG for a  material..sytem throwing an error msg..
    Input must be in the format ___,___,__~.__V
    I have maintained SU01, OY04, CUNI settings properly..and system allows me to enter 0.40 but not 0.405..
    Help me out to resolve this error..
    Thanks& Reg
    JJ

    If I am correct, in oy04, we can see USDN only and not USD.  Since I dont have access to SAP right now, not sure whether my understanding is correct.
    Nevertheless, you can maintain 4.05 USD /  10KG so that the net value will flow exactly in sale order / billing.
    thanks
    G. Lakshmipathi

  • Problem: Input must be in the format _____ in SPAD

    Hello everyone .. (sorry for my english)
    I want to create a new page format with size in decimal, for example: width = 255.5 mm .. but i get error :
    Input must be in the format _____
    ... I am going to TX SU01 and click in tab Defaults, i probe with all types of Decimal Notation but it does not work ..
    Please help meeee. Thnks

    Hi,
    Inorder to create a new page format, goto SPAD transaction=>
    Extended administration
    Device Types tab => Page format => Create New
    Enter the details in MM or CH or Points & save
    SU01 is for user profile not for page format.
    Best regards,
    Prashant

  • Error in PO as Input should be in the form of ___.___.__~,__V

    Hi Experts,
    One of my user can able to create a PO, but when he tries to change or display the PO in Me22N he observes the below error,
    Input should be in the form of ___.___.__~,__V
    Message No 00 088
    Please help me to resolve this issue.
    Further any inputs required from my side please revert back.
    Cheers,
    Kumar.S

    Hello Kumar..
    In user profile setting is made in such a way that as a decimal he is using ',' (comma) and to differenciate between 100 and 1000 place he is using '.' (dot)... so please ask user to enter tht form only...
    however, it can bring to normal setting by running the T - Code /nSU3 (by user himself).. in new window there will be three tab pages one of them is Default.... go this tab page and see what no. system u want... comma as decimal and dot as differenciator between 100 and 1000 or dot as decimal point and comma as differenciator between 100 and 1000....
    Please check it with user and let me know if you have any further query on the same.
    Thanks And Regards,
    Krupesh Kothari.

  • Need the format for input file for standard program

    hi can any one please give me the format in which the file to be uploaded to program RFBIBL00 ,
    must be in for example my excel file to be uploaded has the following columns.
    company code
    accounting doc
    line item
    fiscal year
    doc type
    doc date
    so is there any program which can create a file in the format to be uploaded taking this excel sheet.
    i read the documentation but i am little confused about that.
    thank you.

    Ok.. I have created one small test program for RFBIBL00.
    That program uses this file format:
    indicator     company code      fiscal year      doc type      doc date     positng date     header text     Account     posting key      amount      item text      assignment number ....
    H     0001     2007     SA     11/21/2007     11/21/2007     Test from RFBIBL00                         
    D                                   106210     40     123.3     Line 1     
    D                                   106210     50     123.3     Line 2     
    H     0001     2007     SA     11/21/2007     11/21/2007     Test from RFBIBL00                         
    D                                   106210     40     123.3     Line 1     
    D                                   106210     50     123.3     Line 2     
    Copy this data into one notepad and save it as .txt file. you need to provide this path to the test program.
    The source code of the program (Currently it is only test version):
    *& Report  ZTEST_NP_RFBIBL00
    REPORT  ZTEST_NP_RFBIBL00.
    TABLES:  BGR00,                        " Batch-Input Mappendaten
             BBKPF,                        " Batch-Input Tcode + Belegkopf
             BBSEG,                        " Batch-Input Belegsegment
             BBTAX,                        " Batch-Input Belegsteuern
             BSELK,                        " Batch-Input Selektionskopf
             BSELP.                        " Batch-Input Sel.positionen
    DATA: BEGIN OF IT_FILE OCCURS 0,
          IND,
          BUKRS(4),
          GJAHR(4),
          BLART(2),
          BLDAT(10),
          BUDAT(10),
          BKTXT(25),
          HKONT(10),
          BSCHL(2),
          DMBTR(17),
          SGTXT(30),
          ZUONR(17),
          END   OF IT_FILE.
    DATA:    C_NODATA(1)  TYPE C VALUE '/'.   " NODATA
    SELECTION-SCREEN: BEGIN OF BLOCK BLK1 WITH FRAME TITLE TEXT-T01.
    PARAMETERS:       P_LFILE TYPE CHAR70 OBLIGATORY,
                      DS_NAME TYPE CHAR70 OBLIGATORY LOWER CASE,  "< Server file
                      GR_NAME(12) TYPE C DEFAULT 'FI_TEST'.
    SELECTION-SCREEN: END   OF BLOCK BLK1.
    START-OF-SELECTION.
      PERFORM UPLOAD_DATA.
      OPEN DATASET DS_NAME FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
      PERFORM INIT_STRUKTUREN_ERZEUGEN(RFBIBLI0) USING C_NODATA.
      PERFORM SET_DATA.
      CLOSE DATASET DS_NAME.
      PERFORM SUBMIT_RFBIBL00.
    *&      Form  upload_data
    FORM UPLOAD_DATA .
      DATA: L_FILE TYPE RLGRAP-FILENAME.
      L_FILE = P_LFILE.
      CALL FUNCTION 'WS_UPLOAD'
        EXPORTING
          FILENAME                      = L_FILE
          FILETYPE                      = 'DAT'
    *    HAS_FIELD_SEPARATOR           = ','
        TABLES
          DATA_TAB                      = IT_FILE
      IF SY-SUBRC <> 0.
        MESSAGE S398(00) WITH 'Error while uploading'.
        LEAVE LIST-PROCESSING.
      ENDIF.
    ENDFORM.                    " upload_data
    *&      Form  set_data
    FORM SET_DATA .
      PERFORM SET_BGR00.
      LOOP AT IT_FILE.
        CASE IT_FILE-IND.
          WHEN 'H'.
            PERFORM SET_BBKPF.
          WHEN 'D'.
            PERFORM SET_BBSEG.
        ENDCASE.
      ENDLOOP.
    ENDFORM.                    " set_data
    *&      Form  set_BGR00
    FORM SET_BGR00 .
      PERFORM INIT_BGR00(RFBIBLI0) USING BGR00.
      BGR00-MANDT = SY-MANDT.
      BGR00-GROUP = GR_NAME.
      BGR00-USNAM  = SY-UNAME.
      BGR00-NODATA = C_NODATA.
      TRANSFER BGR00 TO DS_NAME.
    ENDFORM.                                                    " set_BGR00
    *&      Form  set_bbkpf
    FORM SET_BBKPF .
      PERFORM INIT_BBKPF(RFBIBLI0) USING BBKPF.
      BBKPF-TCODE     = 'FB01'.
      BBKPF-BLART     = IT_FILE-BLART.
      BBKPF-BUKRS     = IT_FILE-BUKRS.
      BBKPF-BLDAT+0(6) = IT_FILE-BLDAT+0(6).
      BBKPF-BLDAT+6(2) = IT_FILE-BLDAT+8(2).
      BBKPF-BUDAT+0(6) = IT_FILE-BUDAT+0(6).
      BBKPF-BUDAT+6(2) = IT_FILE-BUDAT+8(2).
      TRANSFER BBKPF TO DS_NAME.
    ENDFORM.                    " set_bbkpf
    *&      Form  set_bbseg
    FORM SET_BBSEG .
      PERFORM INIT_BBSEG(RFBIBLI0) USING BBSEG.
      BBSEG-NEWKO = IT_FILE-HKONT.
      BBSEG-NEWBS = IT_FILE-BSCHL.
      BBSEG-WRBTR = IT_FILE-DMBTR.
      BBSEG-SGTXT = IT_FILE-SGTXT.
      TRANSFER BBSEG TO DS_NAME.
    ENDFORM.                    " set_bbseg
    *&      Form  submit_rfbibl00
    FORM SUBMIT_RFBIBL00 .
      SUBMIT RFBIBL00 WITH DS_NAME = DS_NAME
                      WITH CALLMODE = 'B'
                      WITH XLOG = 'X'
                      AND RETURN.
    ENDFORM.                    " submit_rfbibl00
    If you have any problem getting file, send me an e-mail (my id is on my business card) I will send you the file as a attachment
    Regards,
    Naimesh Patel

  • My phone has been changed under warranty by the apple store in germany. ı need a change document to register the phone in my country again. ımeı numbers of old and new must be in the document.you can send an mail in pdf format as soon as possible please.

    my phone has been changed under warranty by the apple store in germany.
    ı need a change document to register the phone in my country again.
    ımeı numbers of old and new must be in the document.you can send an mail in pdf format
    as soon as possible please.
    your's respectfully.
    new phone serial no:DQ******TC0
    old phone serial no:DN*******T9Y
    Product:
    iPhone 4S
    Serial Number:
    DN*******T9Y
    Service Requested:
    December 3, 2012
    Status:
    Repair Complete
    <Edited by Host>

    No we cannot send it to you because we are users just like you and Apple does not monitor these forums.
    But you can find the IMEI numbers yourself. Read the ENTIRE article:
    http://support.apple.com/kb/HT4061

  • For date attribute search, the format must be mm/dd/yyyy

    Hello.
    The manual "Oracle® Secure Enterprise Search Administrator's Guide 10g Release 1" says that when searching on date attributes, the format must be mm/dd/yyyy.
    For our users it is more natural to use the format dd/mm/yyyy so in order to reduce the risk of users not finding what they are looking for, I would like to know if there is a way to use the dd/mm/yyyy format instead.
    Regards,
    Brian Nielsen

    Being based in Europe as well, I understand this problem.
    Unfortunately I don't think there's a way around it.
    I have previously requested that this problem should be fixed, but I've now formally raised a bug for this issue - bug number 10163778.
    I can't promise a quick fix, but hopefully we will get one in a future release.

  • Product ID must have the format

    Hi.
    I have the next problem.
    when I create a product, the product ID must have the format 000000000000000000.
    I need to delete this format.
    what i can do.
    Thanks.

    Hi Juan,
    What are you trying to acheive.. Product id in format "000000000000000000" or not..
    Robin

  • WebDynpro Exception: IDs with Namespace Must Have the Format / namespace /

    Hi Experts,
        Can you please help me with this:
        I get the following error when I execute a webdynpro application.  Can you please let me know where do
        I need to look to verify the <namespace> and <id>.
       Error when processing your request
    What has happened?
    The URL http://sapdev.tfi.local:8000/sap/bc/webdynpro/sap/z_temp_disp_mara/ was not called due to an error.
    Note
    The following error text was processed in the system DEV : WebDynpro Exception: IDs with Namespace Must Have the Format /<namespace>/<id>
    The error occurred on the application server sapdev_DEV_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: RAISE of program CX_WD_GENERAL=================CP
    Method: CONSTRUCTOR of program CL_WDR_VIEW_ELEMENT===========CP
    Method: CONSTRUCTOR of program CL_WD_TABLE_COLUMN============CP
    Method: NEW_TABLE_COLUMN of program CL_WD_TABLE_COLUMN============CP
    Method: IF_WDR_VIEW_DELEGATE~WD_CREATE_UI_TREE of program /1BCWDY/6JQCRML58TRPAX42J5MQ==CP
    Method: CREATE_UI_TREE of program CL_WDR_DELEGATING_VIEW========CP
    Method: INIT_CONTROLLER of program CL_WDR_VIEW===================CP
    Method: INIT of program CL_WDR_CONTROLLER=============CP
    Method: GET_VIEW of program CL_WDR_VIEW_MANAGER===========CP
    Method: BIND_ROOT of program CL_WDR_VIEW_MANAGER===========CP
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system DEV in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server sapdev_DEV_00 in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server sapdev_DEV_00 . In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team
    Edited by: arshad mohammed on Sep 24, 2009 2:19 AM

    Hello experts,
    i got the same error but we use sap basis 700 with sps 15. What to do here?

  • "Lightrrom couldn't update the format of its catalog file and must quit. ..".

    I had no trouble updating my small catalogs but my large one I tried several times. After around 45 minutes I see a dialog box that says
    "Lightroom couldn't update the format of its catalog file and must quit. Your previous catalog will be restored".
    Any help on how I can get LR to open the catalog. No problems with the integrity check. The catalog was working just fine in version 1.0.

    I had the same issue.
    Fortunately I had backed up up my db before the upgrade.
    I exited then restarted LR and created a new db - so it would start.
    With my backup copied to a safe location I then opened the backup db. The conversion completed successfully and everything appears OK.
    Hope this may help
    Rob

  • How to change the format of a decimal input field?

    Hello,
    When creating an input field of type decimal the numbers appear at this format: 123,123.
    Is it possible to disable this format and let the numbers to be displayed like this: 123123 ?
    Regards,
    Roy

    Hi Roy,
    Create a simple type in local dictionary of built in type integer. In the representation tab you can give any format you want. For your requirement you can give ####### in the  format. You can also try other formats like ##,#### etc. Now create a context attribute and in it's type property give the simple type you have created by selecting the appropriate folder. Now map this attribute with the input field. 
    Regards,
    Jaydeep

  • How to change the format of the cell in input schedules

    Hi gurus
    I tried to change the format of the cel in input schedulesl, but I can not, for example
    when I insert 80 in the cell, and i send the data the system switches to -80 and the report shows (80) y when i insert -80, the system switches the number to 80
    I want it when you insert 80, the system keeps 80 and do not change
    Anyone know how to do that?
    thanks
    regards

    Hi,
    The other experts have guided you with the steps to change the property. However, you need to understand why is the design like this and what impact can it have on your system.
    Usually, the accounts defined belong to the PnL or BL statements. There definitely can be some other accounts as well. The PnL and BS accounts can be either income (INC), expense (EXP), asset (AST) or liability and equity (LEQ). Changing the account type of these type of accounts can heavily impact your financial statements. So, you should carefully think over this before changing the property.
    Hope this helps.

  • How to solve the problem related with inputing of the text into Wordpress from Firefox 9 and 9.0.1. The problem is that after inputing the formatting gets lost. Taking in account high popularity of Wordpress I suppose the problem is quite serious.

    How to solve the problem related with inputing of the text into Wordpress from Firefox 9 and 9.0.1.
    The problem is that after inputing the formatting gets lost.
    Taking in account high popularity of Wordpress I suppose the problem is quite serious.

    Perform the suggestions mentioned in the following articles:
    * [https://support.mozilla.com/en-US/kb/Template:clearCookiesCache/ Clear Cookies & Cache]
    * [[Troubleshooting extensions and themes]]
    * Clipboard not working -> [http://kb.mozillazine.org/Clipboard_not_working]
    * Rich Text Editing -> [http://kb.mozillazine.org/Rich_text_editing]
    * Update All your Firefox Plugins -> [https://www.mozilla.org/en-US/plugincheck/]
    Check and tell if its working.
    Might not be related to your problem but some of your Plugins are out-dated
    * Update All your Firefox Plugins -> [https://www.mozilla.org/en-US/plugincheck/]
    * '''When Downloading Plugins Update setup files, Remove Checkmark from Downloading other Optional Softwares with your Plugins (e.g. Toolbars, McAfee, Google Chrome, etc.)'''

Maybe you are looking for

  • Silicon image sil 3112 and seagate 200GB sata

    hey everyone.. im trying hard to get dma activated on my sata drive..i dont need raid(and cant have it..only one sata drive  ...but hdparm -tT shows slower performance on the sata drive /dev/sda = sata /dev/hda = pata /dev/sda hdparm -Tt /dev/sda /de

  • Layers in CS4

    New to CS4 and not well versed in HTML.  Sometime back in an older version of DW I used layers to position photos and text on a web page.  I now have CS4 and cannot figure out how to create a layer.  Help menu says to simply Click on Insert>Layout Ob

  • Can't edit any files anymore - DTR is  in NWDS

    Hi Experts,  For some reason I can't edit any files anymore, i.e. when right click on order.jsp, DTR is grayout.  Seems like it happened after I reinstalled NWDS and reimported projects.  I tried Sync sources, it did not help.  Any suggestions / advi

  • Posted size wrong for 64-bit 9201 Solaris SPARC

    The size of the files posted at... http://www.oracle.com/technology/software/products/oracle9i/htdocs/sol64soft.html ...appear to be incorrect. Please download these files yourself, verify the correct size, and make any needed corrections to the OTN

  • Current year and previous year

    Hi All Grus, i have a one requirement user will give input 30.04.2009 . the output should show last ten days including user entered date like 21.04.2009 to 30.04.2009 for current year and previous year this current year and previous should show colum