Reg: Creating Ztable

Hi Experts,
I am creating Ztable with more than 100 fileds and its length  is 5100 characters,
while craeating the Table ZDC8DT_L_PSITEM is giving Error like... the table is too long (>4030).. so that i cannot activating the table..
Its urgent.. please suggest if anybody..
Helpful answers will be rewarded.
Thanks & Regards,
Mahendar Patha.

Hi,
There will be limits beyond SAP's. You will need to speak with a DBA on your staff that supports your underlying DB system.
Each DB system/version will have limits that are enforced on all SAP data dic objects.
Following are the major constraints in Table. Nothing Else!!!!!!
1. All the key fields of a table must be stored together at the beginning of the table. A non-key field may not occur between two key fields.
2. A maximum of 16 key fields per table is permitted. The maximum length of the table key is 255.
3. If the key length is greater than 120, there are restrictions when transporting table entries. The key can only be specified up to a maximum of 120 places in a transport. If the key is larger than 120, table entries must be transported generically.
4. A table may not have more than 249 fields. The sum of all field lengths is limited to 1962 (whereby fields with data type LRAW and LCHR are not counted).
5. Fields of types LRAW or LCHR must be at the end of the table. Only one such field is allowed per table. There must also be a field of type INT2 directly in front of such a field. The actual length of the field can be entered there by the database interface.
Best regards,
Prashant

Similar Messages

  • Doubts in creating ztable?

    Hi
    doubts in creating ztable?
    while creating  currency fields and quantity fields
      which ref table and ref field is suggestable
    which techincal settings is suggestable
    is there any possibility to move ztable which is developed as local object to package for futher transportation?
    thanks in advance

    Hi Sitaram,
    - which ref table and ref field is suggestable: : For clarity include currency and unit fields in the same Z-table
    - which techincal settings is suggestable: This heavenly depends on the number of expected records and the type of use.
    You can use SE03 -> Change Object Directory entries for assigning a local object to a package.
    Regards,
    John

  • Creating ztable with maintanence view

    hi all,
    i have to create a ztable , and the entries to fill this table is to be  manually
    entered , for this i think i have to create maintainance view , i want to know to how create it.
    thanks in advance,
    Regards,
    Vivek

    Hi,
    after you created your table in SE11 you go to something like
    Table Maintenace Generator, i don't know the exact wording because i'm right now not having system access. So look in SE11 in the alter table mode in th e menues for something like this. Probably it's within utilities, there must be also
    something like database utility which has tcode SE84.
    You get to a dialogue where you have to enter a function group, if you want
    to have the maintanance with 1 or 2 steps, enter your dynpro number, or let the system find you one (that's what i usually do.)
    If you want to give thr Function group like ZK09, you can check with SE38 or SE80
    whisch function groups already exists by searching like SAPLZK* . I usually
    create for every table maintenace dialogue a new function group. It's easier
    if something changes with the underlying table, you always have to delete the dialogue and then generate a new one. So if you have different tables maintanace dialogues within one function grous, i already had problems with that.
    After that you can maintanance your table with SM30.
    Kind Regards
    Henner

  • Erro occured while creating ztable

    Hi gurus,
    I created one ztable . while I am activating this table .it is showing below mentioned warning
    I don't know how to solve this please any boy knows give me the answer
       TABL ZKMATL_PLANNING activated
      Check table ZKMATL_PLANNING (SACHINS/29.08.07/14:01)
      Enhancement category for table missing
      Enhancement category for include or subtype missing
      Table ZKMATL_PLANNING was checked with warnings
    Regards,
    Shashikumar.G

    Hi Shashi,
    Lets consider a case where you define your custom table as maintainence not possible, then this table cannot be modified any body. In such cases the enhancement category plays a vital role. You can maintain the enhancement category by GO->MAINTAIN ENHANCEMENT CATEGORY in tcode se11 and define your settings.
    Generally, they are defined as no enhancement category.
    Hope this serves purpose.

  • Reg: Creating table

    Hi Experts,
    I want to craete Ztable like this .... its having more than 100 fileds...(Requirement like same)
    while creating the ZTable ZDC8DT_L_PSITEM  is too long (>4030)...
    so that i can not activating the table...
    Please suggest... if any body..
    Its urgent,
    Rewards if useful..
    MANDT     X     MANDT             Client
    TF     X     Z_AC_PROG_TF     
    TA     X     ZTA_CONF     
    CSN     X     ADSPC_CSN   CHAR 13     
    PN                                 CHAR15     
    BINCOD                                 CHAR4     
    REF_ITEM          ADSPC_CSN   CHAR 13     
    UD                                 CHAR8     
    UD_TYPE                                 CHAR1     
    VAR                                  CHAR2     
    SVAR                                 CHAR2     
    WEFF                                 CHAR1     
    CONF TYPE                 CHAR1     
    NB CRIT                                 Integer     
    CRITERIA 1                 CHAR50     
    CRITERIA 2                 CHAR50     
    CRITERIA 3                 CHAR50     
    CRITERIA 4                 CHAR50     
    CRITERIA 5                 CHAR50     
    CRITERIA …                 CHAR50     
    CRITERIA 100                 CHAR50

    Hi,
    I am not aware of your business, but there is some thing wrong in your design....
    1. What is the objective of having CRITERIA field from (1,2.. to 100)???
    2. How do you populate these fields???
    3. If you need to store some field text or display text, create your own text ID and store your text in the format you want to or use SAP standard text ID "ST".
    If you could explain your business need, we could find out few hints for you....
    Regards,
    Prabhu Rajesh

  • Reg "created by" and "updated by" fields in Data Manager

    Hi,
        I just want to know if we have any solution for the "Create By" and "Update By" issue in data manager. Because in my system i have two users. The 1st user created the record and later if the 2nd user edits any field then only the "Update By" field should show the 2nd user name but as of now now it updates both the "Create By" and "Update By" by the 2nd user name.
    Expecting your valuable inputs on this.
    Thanks in advance !!

    Hi Arumugam,
    goto Console and check the "Selected Fields" property of your "Create By" fields. You should choose a field that does not change at all if some updates the record. A good choice is a Auto ID that is created only once when the record is created. So you can ensure that your Create User will not change if anyone is updating the record later on.
    BR Michael

  • Reg-Creating Data source in BI

    Hi All,
    I need to crate a data source in BI By using the following tables TBTCP, TBTCO, TRDIRT, TSTC..First two tables having common relationship, where as there is no relationship between TRDIRT and TSTC tables....For this i am planning to do by creating a Functional Module.
    Using Functional Module any draw back's are there?
    Let me suggest is there any alternative like BADI, BAPI........
    With Regards
    Aswin

    Since there is no common field in the rest of the two tables, you wont be able to make view on them. FM is the option. There is no drawback, the only thing is that you need to write the code.
    Thanks...
    Shambhu

  • Reg Creating Physical Standby Control File

    Hi,
    I am trying to create a physical standby in the same server in a different partition.
    I have copied the home and changed the init.ora file.
    I have created listeners.
    I did creating standby Control file Using
    alter database create standby controlfile as '/some/path/to/a/file'
    Then i copied the datafiles from primary to standby and when i tried to mount the database it gives error
    RACLE instance started.
    Total System Global Area 285212672 bytes
    Fixed Size 1267044 bytes
    Variable Size 88083100 bytes
    Database Buffers 188743680 bytes
    Redo Buffers 7118848 bytes
    ORA-01103: database name 'WMSTDBY' in control file is not 'WMTEST'
    My Primary Sid is WMSTDBY
    My Standby SId is WMTEST.
    Please help in this regard.
    Krishna.V.V

    You cannot change the DB_NAME of the standby. It has to be the same as the Primary. You can change (and should) the INSTANCE_NAME (SID) and the DB_UNIQUE_NAME parameters to WMTEST.
    Larry

  • Reg creating Catalog Views through R/3

    Hi Guys,
    I am working on an internet sales application with backend as SAP R/3 ECC 6.0. We are not supposed to use CRM. Can someone tell me how to create them?
    I have to create Catalog Views. I tried to acess the SAP Note 998453 and 998458, but i am getting the message "The requested SAP Note is either in reworking or is released internally only". Can someone tell me how to access these notes. 
    I have also gone through the SAP Notes : 696095, 677319, 677320 but couldn't find much help.
    What is a BP or a target group?
    I have gone through the the following sdn link also but couln't find much help.
    Creating Catalog Views
    Can someone provide me the step by step process.
    Any kind of help will be deeply appreciated. Please do reply.
    Thanks,
    Ibrahim

    Hi Ibrahim,
    I understand your requirement is slightly different than ours.
    Based on the customer type (let's say: gold and silver) the catalog view should be displayed, right?
    The question is: how do you match a material with the customer type? Let's say you have 20 materials in the catalog, how do you know what materials can be displayed, and what not? In order to do so, you will need to put a "label" on every material.
    The option we choose for this is using attributes.
    trx. CT04 - define the attributes (1 attribute, with 2 values 'gold'  and 'silver')
    trx. CL02 - create a class (of type 001 - material class). The class is only used as a dummy, so you can attach the attributes to it.
    Now add the attributes to the class.
    Now, for every material you maintain the class (dummy) and the attribute (gold or silver).
    Mat 1    gold
    mat 2    gold
    mat 3    silver
    mat 4     silver
    Now, with the coding I gave to you, the product catalog is replicated to TREX. Every material is given a label "VIEWS_ID", which is filled with value "gold" or "silver".
    Now, when the customer logs on to the webshop, it's checked what customer type he is (gold or silver). Let's say it's gold, then from all materials, the VIEWS_ID is read, and materials with a matching VIEWS_ID (gold) are shown to the customers. So material 1 and 2 are shown, 3 and 4 are hidden.
    In case you have a catalog with a large structure, you might want to show also a limited piece of the catalog structure to the customer. In that case, you do the same for catalog branches, with classification type 060 layout areas.
    Hope this helps you out.
    regards,
    Wim

  • Reg:Creating JAR in Jdeveloper 10.1.3.3.0

    Hi All
    i am new to Jdeveloer application environment.My requirement is i need to create JAR file in Jdeveloper 10.1.3.3.0 version,i searched in internet but could't find related one with this issue.
    Regards
    Dillibabu.B

    Re: Make jar with Oracle JDeveloper 10g (of an application )

  • REG: Creating customer stock for different material codes has an single set

    Hi FRIENDS,
    we  are purchasing finished items from our vendor in numbers (Eg. Item Number 1 to 6 (all different items and having different item codes)) and selling it to our customer in a set ( 1 set contains all this 6 items and we have code for this Set).  Please let me know how to create the customer stock for these items in the store as the store shows stock for 7 different  items, not in a set.
    Please let em know if any more information is nedded

    hi dan,
    as per your requriment you can have all MRP viewsfor HAWA material type.
    that means you are purchasing, use HAWA for finished goods in SAP system.
    if you are having different item codes seperately for each item.
    take one packing material called CARTON and maintain UOM as 6 items and you can pack the same in BOM.
    use PP -PHANTOM - BOM which should add all the 7 materials in & gives one single material as OUTPUT.
    use 561 GMT and upload that material as a final finished goods and in MMBE you can see only one called CARTON inside it set of 6 materials will be there.
    BUT BE AWARE OF COSTING OF THE MATERIAL because each material will be having the its price. So discuiss with PP as well as FICO consultants.
    whether you will cost the total set of carton or individual material
    go ahead
    test and confirm
    this clears your issue
    balajia

  • Reg: Create new Page in iText

    Hi,
    I created pdf file by using iText...But i didnt get new page by using the syntax as follows,
    document.newPage();This retrurned true value...But page didnt add..Rectify this pblm ..

    Ask that in an iText forum.

  • Reg Creating Document with predefined content and it should be send by mail

    Hello Friends,
    I created one report containg Customer Realted Info.
    Requirement:
    now when user click or select one customer no then that time one document will be generated with predifined format having that selected customer no and address
    and that document will be sent by mail to 4 persons. ( like automailers ).
    so plz tell how to create that document with predefined letter content and how can i send that document via mail ????
    Thanks in advance.
    Marmik

    Hi
    <b>Here is custom sample code for E-mail purpose</b>
    *& Report  ZSEND
    report zsend .
    tables: kna1.
    data for send function
    data doc_data  like sodocchgi1.
    data object_id like soodk.
    data objcont   like soli occurs 10 with header line.
    data receiver  like somlreci1 occurs 1 with header line.
    select * from kna1 where anred like 'C%'.
      write:/ kna1-kunnr, kna1-anred.
    send data internal table
      concatenate kna1-kunnr kna1-anred
                             into objcont-line separated by space.
      append objcont.
    endselect.
    insert receiver (sap name)
      refresh receiver.
      clear receiver.
      move: sy-uname to  receiver-receiver,
            'X'      to receiver-express,
            'B'      to receiver-rec_type.
      append receiver.
    insert mail description
      write 'Sending a mail through abap'
                     to doc_data-obj_descr.
    call function 'SO_NEW_DOCUMENT_SEND_API1'
         exporting
              document_data              = doc_data
         importing
              new_object_id              = object_id
         tables
              object_content             = objcont
              receivers                  = receiver
         exceptions
              too_many_receivers         = 1
              document_not_sent          = 2
              document_type_not_exist    = 3
              operation_no_authorization = 4
              parameter_error            = 5
              x_error                    = 6
              enqueue_error              = 7
              others                     = 8.
    Hope this will help.
    Please rewards suitable points.
    Regards
    - Atul

  • Help reg: Creating PO & Effective price problem

    Hi Experts,
    I am creating PO from transaction me21n. Here i see PBXX as condition type under conditions tab. Now the thing is that whenever i create a PO from me21n it picks net price which i have entered, but when i create a PO from "bapi_po_create1" it takes "Effective price" instead of Net price which i enter.
    In our scenario we just need to set the net price as what i enter with no further calculations...i mean market price....
    Pls guide me with same....
    Thanks in advance....
    regards,
    Rajesh....

    Hi..
    I have done the same as what you have told, but then when i execute a FM "BAPI_PO_CREATE1" with a net price it gives me an error message "
    *" E 06                   Net price must be greater than 0"            *
    I am not getting what to do....pls guide me...
    Thanks & Regards,
    Rajesh

  • Reg: Creating bottlenecks for testing on databases

    Hi all,
    I am doing database benchmarking for one database and i want to compare with other databases like sql server,postgress etc...
    For that i want to create test scenarios and benchmark on multiple databases.
    eg:where we can stress the database by creating the problem...
    Its urgent......
    Thanks in advance..

    In order to do this, you need to populate your server with some test data (preferably a high volume of data) and then write scripts that access the data again and again, with larger and larger numbers of logged in users.
    Normally, you would use specialist loading software, such as Mercury LoadRunner (which I think is owned by IBM these days) - they are very expensive but worthwhile if you have specific performance targets that you need to meet and of course the budget!
    Otherwise, you could write your own test rig but this is probably a project in itself - having need to find a low-cost benchmarking tool myself earlier in the year, I know that there is next to nothing on the market which could be considered 'low cost'!
    cheers.
    R

Maybe you are looking for

  • Implementing a team classpath?

    I'm on a team of 3 developers who are looking at Flex as one of our new development environments. Working with it, I created a custom (mxml) component. For argument's sake, let's call it "MyComponent". I want to have an area that ALL the code we writ

  • Error installing Enhanced Module

    hi everybody, I have upgraded my SGD-EE from 3.42 to 4.1. All works fine, except the enhanced module over a win 2003 server... the server is NOT 2003 sp1, and all was OK with SGD-EE 3.42. when I try to install the Enhanced Module over a windows 2003

  • Mac OS X 10.8. Login to iCloud via System Preferences invokes "You can't sign in at this time. Try signing it again."

    Mac OS X 10.8 "You can't sign in at this time. Try signing it again." after the attempt to login to iCloud via System Preferences. Console log is following: com.apple.iCloudHelper[530]: AOSKit ERROR: (System Preferences[497]) AOSKC (myApplyID): Faile

  • Mobilesync

    If youre like me and your Mobilesync (iphone backups) file is getting too large and filling out your HDD try this http://www.smaier.net/blog/how-tos/change-location-mobilesync-folder-mac Works a treat

  • Adding Highlight in JTextPane ?

    Hi All, I have a interface where i can display a html page. Now i want to highlight few text from the displayed page in any color. Can anyone tell me how can do that ? I am trying to make a demo of search where user enters some key words and i wanna