Change Field Size of CodeItem In OITM Table

All,
Could I Change Field Size of CodeItem in OITM table (Default is 20 Characters)  to 30 Characters?
Thanks

Hi,
You can request changes in Business One through the Product Collaboration Forum here on the SDN, or by contacting your local SAP field office for more assistance.
SAP note 1028874 has more information about this.
Regards,
Niall

Similar Messages

  • How to change field size using SQL against an oracle Database

    I am an admitted novice user, looking to become more proficient.
    I have a field in a table that I need to expand the field size. The table is called Inquiries. The data type is text. The current Field Size is 10. I want to increase it, to either the max, or somethign long enough to fit TECHNOLOGY LEADERSHIP PROGRAM.
    What is the SQL command to change the field size, and what is the max for a Text Field Size

    And/Or, an even better question might be,
    Do I need to use SQL*PLUS to do this, or are there better tools. I.e, I like how in Access, you can open up a database in Design view and just change the amount for the field size. Is there a similar "easy" method to do something like that with an Oracle database.
    My current version of the server/database is:
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
    With the Partitioning option
    JServer Release 9.2.0.6.0 - Production
    I was thinking I had to do SQL commands to perform the action, but there may be another way that I am not thinking about with all of the tools at my disposal. When I installed Oracle on my desktop, I installed most of the management tools and networking services, if that helps

  • Changing Field Size

    I have a VARCHAR(30) field that I wanted lengthened to 50. I modified column on the table in Object Browser to the new size. I changed the field width on the page to the new size. However, the field will only still let me enter 30 characters. What else do I have to do to be able to enter 50 characters now?
    Thanks.

    Hi Mike,
    Did you change in the Element part of your item (Edit Page Item) the "Width" and "Maximum Width"? Especially the Maximum width you may want to check...
    If you implemented some kind of javascript to limit the width, review that too.
    Dimitri

  • Change field size in simulate report on transaction PR05

    Hi,
    I want to increase the receipt description field on the simulate report on transaction PR05.
    Is there any user exit where I can do this or do I have to make a standard modification? If so, do you know in which program?
    Thanks.
    Sónia

    Here`re the user exit
    Transaction Code - PR05                     Travel Expense Manager                                                                               
    Exit Name           Description                                                                               
    FITR0001            User exit: Delete/Reorganize trip statistics                              
    FITR0002            User exit: Create/Change trip statistics                                  
    FITR0003            User exit: Save trip (PR01, PR04, PR05)                                   
    FITR0005            User Exit: Save Trip (PR01, PR04, PR05)                                   
    RPRCST01            Customer Exit for Travel Expenses                                         
    <b>and program to find user exit for Tr.</b>
    report y_user_exits no standard page heading.
    *&  Enter the transaction code that you want to search through in order
    *&  to find which Standard SAP User Exits exists.
    *& Tables
    tables : tstc,     "SAP Transaction Codes
             tadir,    "Directory of Repository Objects
             modsapt,  "SAP Enhancements - Short Texts
             modact,   "Modifications
             trdir,    "System table TRDIR
             tfdir,    "Function Module
             enlfdir,  "Additional Attributes for Function Modules
             tstct.    "Transaction Code Texts
    *& Variables
    data : jtab like tadir occurs 0 with header line.
    data : field1(30).
    data : v_devclass like tadir-devclass.
    *& Selection Screen Parameters
    selection-screen begin of block a01 with frame title text-001.
    selection-screen skip.
    parameters : p_tcode like tstc-tcode obligatory.
    selection-screen skip.
    selection-screen end of block a01.
    *& Start of main program
    start-of-selection.
    Validate Transaction Code
      select single * from tstc
        where tcode eq p_tcode.
    Find Repository Objects for transaction code
      if sy-subrc eq 0.
        select single * from tadir
           where pgmid    = 'R3TR'
             and object   = 'PROG'
             and obj_name = tstc-pgmna.
        move : tadir-devclass to v_devclass.
        if sy-subrc ne 0.
          select single * from trdir
             where name = tstc-pgmna.
          if trdir-subc eq 'F'.
            select single * from tfdir
              where pname = tstc-pgmna.
            select single * from enlfdir
              where funcname = tfdir-funcname.
            select single * from tadir
              where pgmid    = 'R3TR'
                and object   = 'FUGR'
                and obj_name = enlfdir-area.
            move : tadir-devclass to v_devclass.
          endif.
        endif.
    Find SAP Modifactions
        select * from tadir
          into table jtab
          where pgmid    = 'R3TR'
            and object   = 'SMOD'
            and devclass = v_devclass.
        select single * from tstct
          where sprsl eq sy-langu
            and tcode eq p_tcode.
        format color col_positive intensified off.
        write:/(19) 'Transaction Code - ',
        20(20) p_tcode,
        45(50) tstct-ttext.
        skip.
        if not jtab[] is initial.
          write:/(95) sy-uline.
          format color col_heading intensified on.
          write:/1 sy-vline,
          2 'Exit Name',
          21 sy-vline ,
          22 'Description',
          95 sy-vline.
          write:/(95) sy-uline.
          loop at jtab.
            select single * from modsapt
            where sprsl = sy-langu and
            name = jtab-obj_name.
            format color col_normal intensified off.
            write:/1 sy-vline,
            2 jtab-obj_name hotspot on,
            21 sy-vline ,
            22 modsapt-modtext,
            95 sy-vline.
          endloop.
          write:/(95) sy-uline.
          describe table jtab.
          skip.
          format color col_total intensified on.
          write:/ 'No of Exits:' , sy-tfill.
        else.
          format color col_negative intensified on.
          write:/(95) 'No User Exit exists'.
        endif.
      else.
        format color col_negative intensified on.
        write:/(95) 'Transaction Code Does Not Exist'.
      endif.
    Take the user to SMOD for the Exit that was selected.
    at line-selection.
      get cursor field field1.
      check field1(4) eq 'JTAB'.
      set parameter id 'MON' field sy-lisel+1(10).
      call transaction 'SMOD' and skip first screen.
    Hope this’ll give you idea!!
    <b>P.S award the points.!!! !!!</b>
    Good luck
    Thanks
    Saquib Khan
    "Some are wise and some are otherwise"

  • Changing field size by typing

    Dear,
    Is there a way to use use a multi ligne texte field without à scroll bar.
    Is it possible to let the field changing size with the typed text ?
    Thanks

    Hi,
    If you set the textfield to plain text and limit to visible area and set the font of the value to '0' - then the font will start off at 12pt and will automatically reduce once the field has filled up. Takes some experimenting to get the size right for the average content the user will put in. Otherwise the font becomes too small.
    Niall

  • Request for changing field size

    Please increase the size of OITM.ItemCode and of OITM.SWW to at least 30 for each of it !!!

    This suggestion has been given many time in the forum. Honestly, I think its a very bad suggestion.
    I thought about that too, but its not really a solution that works in 'real life'. You will have dozens of selection masks, lists and so on throughout B1 that are based on the ItemCode field, and are even not adjustable to use the description field instead. You end up in a mess...
    However, it seems that this is a requirement that comes up a lot. I think SAP really should extend the length of ItemCode to at least about 30 char.
    Franz

  • Update Fields Size and Color in MARA table

    Hi gurus,
    I would like to ask what functionalities like BADI/BAPI/FM or any solution that can be used to update/populate records for SAP Std fields in MARA? There are no values on these fields.
    COLOR_ATINN
    SIZE1_ATINN
    SIZE2_ATINN
    COLOR
    SIZE1
    SIZE2
    Thanks.

    We have now changed the code to:
    On screen exit - PAI
    EXPORT MARA-ZZSERVLEV TO MEMORY ID 'MARA_ZZSERVLEV'.
      EXPORT MARA-ZZTECHLA TO MEMORY ID 'MARA_ZZTECHLA'.
      EXPORT MARA-ZZMATRIX TO MEMORY ID 'MARA_ZZMATRIX'.
    User Exit:
    DATA zzservlev TYPE zservlev.
      DATA zztechla TYPE ztechla.
      DATA zzmatrix TYPE zmatrix.
      IMPORT zzservlev FROM MEMORY ID 'MARA_ZZSERVLEV'.
      IMPORT zztechla FROM MEMORY ID 'MARA_ZZTECHLA'.
      IMPORT zzmatrix FROM MEMORY ID 'MARA_ZZMATRIX'.
      MOVE zzservlev TO cmara-zzservlev.
      MOVE zztechla TO cmara-zzservlev.
      MOVE zzmatrix TO cmara-zzservlev.
    Still custom fields are not getting updated. Any thing I am missing?

  • Size Category of a standard table  - - Urgent

    Guys,
    Suppose the data in the table exceeds the size category of the table defined, will there be any problem??
    Is there any possibility of changing the size category of the standard table??
    Regards
    Jiku

    Hi,
    <u><b>Internal tables</b></u>
    Internal tables provide a means of taking data from a fixed structure and storing it in working memory in ABAP. The data is stored line by line in memory, and each line has the same structure. In ABAP, internal tables fulfill the function of arrays. Since they are dynamic data objects, they save the programmer the task of dynamic memory management in his or her programs. You should use internal tables whenever you want to process a dataset with a fixed structure within a program. A particularly important use for internal tables is for storing and
    formatting data from a database table within a program. They are also a good way of including very complicated data structures in an ABAP program.
    Like all elements in the ABAP type concept, internal tables can exist both as data types and as data objects. A data type is the abstract description of an internal table, either in a program or centrally in the ABAP Dictionary, that you use to create a concrete data object. The data type is also an attribute of an existing data object.
    <b>Internal Tables as Dynamic Data Objects</b>
    Data objects that are defined either with the data type of an internal table, or directly as an internal table, are always fully defined in respect of their line type, key and access method. However, the number of lines is not fixed. Thus internal tables are dynamic data objects, since they can contain any number of lines of a particular type. The only restriction on the number of lines an internal table may contain are the limits of your system installation. The maximum memory that can be occupied by an internal table (including its internal administration) is 2
    gigabytes. A more realistic figure is up to 500 megabytes. An additional restriction for hashed tables is that they may not contain more than 2 million entries. The line types of internal tables can be any ABAP data types - elementary, structured, or internal tables. The individual lines of an internal table are called table lines or table entries. Each component of a structured line is called a column in the internal table.
    Regards,
    Bhaskar

  • Changing LOV's  table-field size

    Hi,
    I'm using Jdeveloper 11g.
    Knowing that the tag below is used in LOV, Now I need to know how to change the LOV's table-field sizes? (I'm using the model-based LOV, and it's reading the attributes from the view object)
    <af:inputListOfValues
    model="#{bindings. .listOfValuesModel}"/>
    I need to customize the size of LOV's table-field manually, or based on the attribute's UI hint.
    To do so, I have written the code below in the backing-bean:
    RichInputListOfValues lov = (RichInputListOfValues)launchPopupEvent.getComponent();
    FacesCtrlLOVBinding.ListOfValuesModelImpl lovModel = null;
    lovModel = (FacesCtrlLOVBinding.ListOfValuesModelImpl) lov.getModel();
    TableModel tm = lovModel.getTableModel();
    java.util.List<oracle.adf.view.rich.model.ColumnDescriptor> l = lovModel.getItemDescriptors();
    But the "ColumnDescriptor" is an abstract class, and I cannot customize the size of the table.
    I need to know if it's possible to do it or not?
    Thanks in advance,
    Shadi Khani
    Thank you in advance,
    Shadi Khani
    Edited by: ShadiKhani on Aug 10, 2010 6:07 AM

    Hi ,
    i Know my answer is too late , just today i see the post .
    You can change content Size for LOV by going to look up view object --> then to attribute ---> UI hint ---> form UI hint but the size of component in "Dispaly width"

  • Help in changing the size of a field length.

    hello,
    i need to change the size of a field in the table PAYR for the field CHECT.
    Present size is 13. I want to make it as 20. Is there any OSS notes for this. If yes, Please let me know how to implement that.
    Thanks
    Senthil

    I hope there will not be any note for this.
    Please follow the procedure.
    Go to the domain and Check the domain where it is used and meke sure that it will effect all the tables where it is embeded.
    If you want to change this leangth you have to take the OSS key for that hope you have service.sap login id right.
    There you have to  give the details of that domain object and go for the generate key.
    The domain details you have to provide while generating the key .
    these details we will call it as object directry enties.
    Take all those things and give while you are genereating the key.
    Hope you will do it.
    Regards,
    Madan.

  • How to change the AvgPrice in the OITM table

    We are managing items by warehouse. When the first imports were done a price was entered in the field OITM.AvgPrice as well as a price in the  warehouses.
    Transactions have been posted so we cannot change the OITM.AvgPrice. I know the system takes the price in the OITW table, but the issue is that we are creating new warehouses, and the cost price is getting posted there automatically. It's taken the price in OITM.AvgPrice, which is wrong. We need to change this price, and make it 0. how could we do this ?
    Thanks
    Sophie

    We are using Standard Cost.
    And this cost is not calculated by the system, it's a value we have put in.
    We have to change it because everytime we create a new warehouse the wrong cost gets allocated since it's taking the cost entered in the OITM table and does not leave the field blank
    Thanks
    Sophie

  • Changeing the Database Field Size

    Dear All,
    In Incomeing Payment i want to increase Databse Field size of Journal Remarks upto 250 character.
    I updated from backend but in Incomeing Payment layout means when i move the courser on that field it
    shows 50 character.
    Means i chaged from bakend but it is not changing from system.
    Can anybody tell me how to solve this problem ?
    Swapnil

    Dear SWAPNIL PATIL,
    SAP does not allow to change the table structure and
    as a workaround you could add a User Defined Field in Payments > Title to save the remarks.
    Best Regards
    Jane Jing
    SAP Business One Forums team

  • Changing field length of a standard field in standard table VBEP

    Hi,
    Please advice the possibility and the possible repercussions of changing field lengths in a standard table. Table in concern is VBEP.
    Thanks & Rgds,
    Pradeep

    No you cannot change the field length
    thanks
    G. Lakshmipathi

  • How to change font size in a table?

    How to change font size in a table without using the font style of another document?  Please show a sample script.  Thanks!

    Hi Dave,
    Thank you so much for the email.  I tried every object and method I can
    posibly think about such as
    myTable.Rows.Item(1).PointSize = 24
    myCell.Characters.Item(1).PointSize = 24
    I got error message all the time.  These objects don’t support PointSize.
    All I need is to change point size of the text in InDesign tables created
    using VBScript. Could you help me with this?  Thanks,
    Regards,
    Li

  • How do I change the size of a Spry Input Text field box?

    I created an email reply box, and then I created a reply message box. How do I change the size of each box independantly of each other? All I have is one set of Spry CSS rules!
    Oh, and the Working with the Validation Text Rule widget file in the Help Resource Center only covers changing the background color - Ugh!

    If I understand your question, you want to change the size of the input field that has spry validation?
    Spry has nothing to do with it, add a size to the field
    <input name="textfield1" type="text" id="textfield1" size="45" />
    <input name="textfield2" type="text" id="textfield2" size="25" />
    Gary

Maybe you are looking for

  • Apple tv does not work or reset

    All the unit does is alternate between the apple logo and a blank screen.  I have tried to reset the unit but it does no good.  Any ideas?

  • How do I move a table from one schema to another schema on Oracle XE?

    How do I move a table from one schema to another schema on Oracle XE?

  • Bug in Street View

    When using Google Maps on a desktop Mac, we can click the Street View button and see a clear indication of streets that have been imaged: they are outlined in blue on the map. Click anywhere on one of these streets and the Street View window pops up.

  • My X301 with solid state Hard disk lost all data

    Hello all people, excuse my poor english i try to explain my problem. 1.- I have a Lenovo x301 (type 2776-TMU) with a 128 Gygabites solid state hard disk (Samsung MMCQE28G8MUP-0VAL1) 2-The sympton is: Lost all data of the hard disk and apears 0 parti

  • Web as Java and Third Party

    Hi experts, I need a clarification about Web As Java and Third Party. I have done a lot research at the google and sdn but i am still not clear. File -> PI -> third party This third part is installed at other server( not in PI server ) and it is runn