Maximum Number of characters for Batch

Hello MM Experts,
Please let me know if there is any way to increase the length of the field for batch number so that I can give batch numbers with more than 10 characters (which is as per Std SAP).
Is there any way to increase the same ?
Thanks,

Hello Friend
Not suggested to alter Standard field size but nothing stops you from increasing the field size.
MCHA - CHARG
Down fall to do such enhacement is if you you are not sure where all the field is refered and proper error handling is not addresed then it is a bigger aniamal to resolve issues
Regards
SE

Similar Messages

  • Maximum Number of Characters for Password??

    Hello, and thank you for reading my post.   I recently modified my Apple ID Password to a very strong password containing 32 characters.  When I try to log into this discussions group with that particular Apple ID, I can't because the website won't accept the password?  Wouldn't all of Apple's sites accept the same password?
    Is there a maximum number of characters for a password in this discussion group?
    Thanks

    What makes you believe that 32 characters is remotely necessary?  As Ralph indicates, a shorter password is equally secure, in realistic terms.  Keep in mind that even if some hacker set up a script to repeatedly try random passwords on your account, they're never going to get in because there are limits on the number of times one can enter an incorrect password before being blocked on any decent system.  You can have a much shorter password, and as long as a human can't guess it from what is publicly known about you, it's secure.

  • Maximum number of characters for Host name..

    Is there a limit to the number of characters for the host name of adobe lifecycle?
    Is 15 characters to much?

    What makes you believe that 32 characters is remotely necessary?  As Ralph indicates, a shorter password is equally secure, in realistic terms.  Keep in mind that even if some hacker set up a script to repeatedly try random passwords on your account, they're never going to get in because there are limits on the number of times one can enter an incorrect password before being blocked on any decent system.  You can have a much shorter password, and as long as a human can't guess it from what is publicly known about you, it's secure.

  • Maximum number of characters for a BPEL string variable

    Hi,
    What is the maximum numbers of characters that a string variable in BPEL process can hold??.
    Is there any document which describes the datatypes in BPEL.
    Regards
    V Kumar

    Trick question - with or without the use of the FM GUI?
    1. Via the FM interface to define a variable, FM will only save the first 1022 characters of your variable definition - if you dare try to enter that many via the GUI dialogue slot.
    2. Importing a variable via MIF, adds virtually any length - I've tested out 2510 characters. HOWEVER, FM will only display the first 1023 characters of this string.
    If you save the file to MIF, you can still see the original length of the variable. The other caveat is that if you touch any of these long variables via the FM GUI (Edit Variables), then FM will truncate it down to 1022 characters - regardless of how you save (binary or MIF).
    FWIW - Klaus Daube lists (see: http://daube.ch/docu/fmaker25.html ):
    Until FM 7.2: up to 255 characters including meta-notations (such as <Default ¶ Font> or \t - this counts as 16 resp. 2 characters). See also note Variables below
    From FM 8.0: up to 2023 Windows Codepage characters or up to 2022 UTF-8 characters
    I'd say that this is not quite correct. You could enter more than 255 prior to FM 7.2 as well, but again the display issue via the GUI kicked in and truncated down to 255. The newer versions only display 1022/1023 but you can enter more than 2510 characters (which in this case is futile anyway).

  • Max Number of Clips for Batch Capture?

    Is there a maximum number of clips for batch capture?
    I've had two failures today - FCP quit when tackling 208 short audio clips (around 4 - 10 seconds each). No video involved at all.
    Is this too many for my expensive super-whizz quad thingy?
    Over 360 GB free on my Hard Drive. Could it be my power save settings?
    Currently tackling 30 at a time to be safe (we'll see).
    Andy
    4 x 2.5 GHz G5 Power PC. 8 GB DDR2 SDRAM   Mac OS X (10.4.5)   FCP 5.0.4 (FC Studio)

    Thanks David,
    I'm inclined to agree - it would have been easier all round if I'd captured the whole tape and then made subclips. I tend to shy away from this because when I used FCE, I had problems with longer captures going out of synch.
    FCP seems to be coping OK with 30 at a time but doesn't appear to like 50. I know what you mean about all the shuffling - but surely it's only like asking the Mac to do a large calculation?
    I've discounted the power saving theory as it happened after I changed the prefs to 'never'.
    If anyone can shed more light on this topic, I'd be really grateful.
    Andy
    4 x 2.5 GHz G5 Power PC. 8 GB DDR2 SDRAM   Mac OS X (10.4.5)   FCP 5.0.4 (FC Studio)

  • What is the maximum number of characters in an Oracle 10G Instance Name

    All,
    Can I know what is the maximum number of characters in an oracle 10g instance name under AIX? Is it 7 characters or 8 characters?
    regards
    Santhosh

    One should really make the difference between db_name and instance_name: if instance_name default value is db_name it can be different
    (even on a non RAC database).
    For example with Oracle 10.2.0.4 you can create a database named DB78 with instance_name=DB12345678:
    $ uname -a
    Linux lx01.localdomain 2.6.18-92.el5 #1 SMP Fri May 23 22:17:30 EDT 2008 i686 i686 i386 GNU/Linux
    $ ps -fu oracle | grep smon
    oracle    6353     1  0 20:30 ?        00:00:01 ora_smon_DB12345678
    oracle    6412  5596  0 20:37 pts/1    00:00:00 grep smon
    $ export ORACLE_SID=DB12345678
    $ sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Sep 8 20:34:26 2010
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> show parameter name
    NAME                                 TYPE        VALUE
    db_file_name_convert                 string
    db_name                              string      DB78
    db_unique_name                       string      DB78
    global_names                         boolean     FALSE
    instance_name                        string      DB12345678
    lock_name_space                      string
    log_file_name_convert                string
    service_names                        string      DB78I would not recommend this practice: but it's interesting to know to avoid confusing between db_name and instance_name.

  • Restricting user to input a maximum number of characters in a JTable cloumn

    Hi all,
    I'me developing a program which should restrict the user with a maximum number of characters input in a JTable column. It should show a msg and restrict the user from typing in, if the number of characters exceed the limit and on clicking cancel it should revert back the changes made to the field.
    Can anybody please help me?
    Thanks in advance,
    Amol

    Hi,
    Try to write your own cell editor.
    There attach an InputVerifier to the JTextField of the editing cell.
    The input verifier can watch for the size of the input and if too many characters you can show a JOptionPane.Dialog.
    Olek

  • Maximum Number of Version for a DIR

    Hi,
    Can anyone tell me the maximum number of versions for a DIR?  The field is 2-char alpha/numberic.  I assume after it reaches 99 it will start using alpha characters.  I am looking for the pattern it will use after 99 and also the total number of versions allowed.
    Thank you
    Bob Schaefer

    Hi Bob,
    This depends on the version increment defined in your document type. Version increment "1" is 00 to 99. It will not use alpha after 99... I presume it may give an error or start again from 00 if ver 00 does not exist anymore, but I haven't really tested this out. There several other version increments you can choose from and the number of versions allowed will depend on that. For example version increment "3" is defined as A0 to Z9, therefore this will give you 26x10 = 260 versions.
    Extract from the SAP help pasted below will give you a pretty good idea of the possibilities.
    Value Description
    0 No version numbers
    1 Numeric version numbers   00 .. 99
    2 Numeric version numbers   01 .. 99
    3 Alphanumeric numbers   A0 .. Z9
    4 Alphanumeric numbers   A1 .. Z9
    5 Alphanumeric numbers   AA .. ZZ
    6 AA .. AZ,A0 .. A9;BA .. Z9
    7 as 6, but without 0
    8 _A  .. Z ; AA .. Z9
    9 as 5, but 00 allowed
    A as 6, but 00 allowed
    for USER-EXIT
    Hope this helps.
    Cheers,
    Lashan

  • COIO - Maximum number of characters that can be displayed

    Does anybody know what the maximum number of characters is that can be displayed in COIO.

    Transaction COISN does not exist
    Message no. S#343
    Unfrotunately I get the message that transactions doesn't exist.
    I'm trying to add more fields that you can display on the screen, I need to try and know how many fields it can display from left to right
    Thanks for trying to help

  • How to restrict number of characters for an input field

    Hi All,
    I have an input field.
    The max number of characters for this input field is 10.
    when a user enter more then 10 characters. it should prompt for an error or the input field should not allow to accpet the 11 character.
    how we do this in VC.
    need your helpful answers
    Rgds
    Srinivas

    Hi Srinu
    You could achieve this by configuring error messages under the formula:-
    Select the control properties and in the Input field at the Display tab write the formula
    "IF((@<LEN(text)>10),'appropriate message','Records available')"
    Note :- there is a LEN(text) under text functions in formula tab.
    Regards
    Navneet
    Message was edited by:
            Navneet Giria

  • Maximum number of items for an FI document ('999') has been exceded

    Hi,
    I have try to move some materials from one storage location to another using  MB1B transaction. And i receive following error:
    Maximum number of items for an FI document ('999') has been exceded.
    Please someone help me.
    Thank you.

    Dear Dan
    As you would be aware one FI document can have line items upto a maximum of 999 and it seems, you are trying to input more than that and hence the error.
    Try to minimise the number of line items and retry.
    thanks
    G. Lakshmipathi

  • Maximum Number Of Columns For A OBIEE Pivot Table?

    Hi All ,
    What is the Maximum Number of Columns for a OBIEE Pivot Table? Also what is default size of columns set for Pivot view in OBIEE 11g?
    Thanks In Advance.
    Qujes

    Hi,
    You can increase the maximum columns in a view by add some tags to instanceconfig.xml file.
    check this...http://obiee101.blogspot.com/2008/02/obiee-controling-pivot-view-behavior.html
    Regards,
    Srikanth
    Edited by: Srikanth Mandadi on Oct 15, 2010 10:04 AM

  • Create standby maximum number of logfiles for each thread

    The oracle doc states this equation for appropriate number of standby redo log file groups
    (maximum number of logfiles for each thread +1) * maximum number of threads
    How do you get the maximum number of logfiles for each thread and the max thread?
    Thanks!

    If you are running RAC you can, in theory, be running with a diferent count
    of Online Redo Logs in each thread (instance).
    However, normally, you would have the same number of Redo Logs in each
    thread.
    The theoretical max is prescribed at the CREATE DATABASE and can be
    changed with a CREATE CONTROLFILE. If you do an
    ALTER DATABASE BACKUP CONTROLFILE TO TRACE
    the sql script in the tracefile shows the maximum number of logs and members.

  • What is the maximum number of row for a table control in LabWindows/CVI ?

    I use LabWindows CVI 8.5.1 (MMI first developped in version 6.0).
    In one of our many MMI, a table control contains a list of aircraft parameters.
    We can add as many parameters (row) as we want but over 40 000 we observe a crash of the LabWindows CVI runtime.
    Our client want to inscrease the number of parameters (row) up to 200 000 !!!
    So my questions are:
    What is the real maximum number of row for the table control ?
    Is this maximum number of row different on LabWindows 2010 version ?
    Or is there an other solution ?
    Thanks

    Greetings,
    Can you clarify what you mean by "crash"? Is there an error message thrown? Is it possible that you've consumed all of the available memory?
    Please let me know.
    Thanks, James Duvall
    Product Support Engineer
    National Instruments

  • Maximum number of users for server SEQ module exceeded

    Hi ,
    I am getting the below error for optimizer SEQ in SCM 7.0 EHP3 system.
    "Maximum number of user for server SEQ module exceeded"
    But the RFC connection works fine and all are green in /sapapo/opt03.
    Should I increase the user in /sapapo/opt03? for SEQ..and on which column...Maximum slot?
    Thanks in advance

    Can you check this thread:
    maximum number of users for server module SNP exceeded
    Divyanshu

Maybe you are looking for

  • Memory upgrade on late 2011 MacBook Pro 2.4GHz Mountain Lion 10.8.2

    I just opened my Laptop and saw that they have   hynix memory installed 2X2 GB I am trying to buy hynix 8X2 to make it 16GB as i was told that MacBook Pro can acomedate 16GB of memory and will be faster. I am writing deferent suppliers and so far no

  • Upgrade Database from 10.2.0.5.0 to 11.2.0.3.0 in Silent Mode

    Hello there, Previously, I had posted a thread on how to upgrade database from 10.2.0.5.0 to 11.2.0.3.0 through the wizards provided (GUI-based) and had successfully upgraded the database. Now, I am attempting to upgrade the database from 10.2.0.5.0

  • Jsp page opening pdf file stored in an ORDDOC type column

    Dear All, i am building a jsp page that opens a pdf file stored in database. if column type is BLOB, i run the prepareStatement and store in a ResultSet, and then BufferedInputStream(result.getBinaryStream("FILE")). it works. page opens the pdf file.

  • Disable iTunes automatic updates

      hi guys   i updated my iTunes 10.7 to 11, used it for a few hours trying out all the ''new functions'' , again i hated the white background ( already hated it when it was first introduced a couple of years ago... it just cooks my eyes after a while

  • How to deactivate PSE 8 when Editor keeps crashing?

    The Editor suddenly started crashing. I am attempting to deactivate PSE8 before uninstalling and reinstalling it  I inderstand from previous threads in this forum that deactivation is done through the Editor Help. Since I can't reach the Editor, what