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

Similar Messages

  • Creating Ztable with fields for URL link and making available in ESS Portal

    Hi,
    I have a requirement for maintaining URLs in a table, The URL can be unspecified length.
    Table maintainance should also be provided.
    I have searched SDN for this. But could not find the appropriate solution.
    I have to pass these entries to ESS Portal through RFC.
    Can I pass a string more than 255 chars. as an export parameter in an RFC.

    you can have the field length what ever you want, but you can;t maintain them using Tablemaintenance. you can do one thing using some bdc or upload program update the table with the url what ever you have.
    and also you can pass the parameter with more than 255 chars length using the function module.

  • 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

  • How to create a view, maintanence view

    Hi all,
    I need to create a maintanence view but I do not know how to do this.
    I know I have to use se11 but afterwards?
    Thanks.

    Hi Deniz,
    you should to select a maintenance View radio Button. Than can you choise the DB Table (or Tables with Relations button) and choise Feld you watn to have in View.
    I suppose you want to generate a dialog for your maintenace view. You can do that with option Utilities->Table Maintenace Generator.  [Hier|http://help.sap.com/saphelp_470/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm]is the docu

  • How to create search help for Maintanence View

    Hi,
    I want to create a Search Help for a Maintanence View and bring Conditions
    in this Search Help. Condition can be as e.q. Show me only the Records with Status 2.
    How can I achieve this?
    Thanks.
    Best Regards
    Beserithan Malabakan

    HI,
    You can create this in SE11, there create a search help, and in the Minatain Search HElp screen, give the Maintanance view name and give the field anmes as you want, and right side you will find 'Default Values', there you can give the default values, so here in the Field name give as <b>STATUS</b> and in the Defaule Value will be <b>2</b>.
    Regards
    Sudheer

  • Creating multiple entries in ztable with the same name

    Dear sir / madam,
    iam new in sap-abap , i have created ztable in se11, table name zrajesh
    and fields i have created zemp_name and zempid which has data element and domain also. and zprice.
    when iam creating entries in table mataince generator
    eg: zemp_name     zempid       zprice
          rajesh              001             100
          raj                     002            110
          rajesh              001             200  
          rajesh             001              300
         rajesh              001              250
    i am looking forward to create multiple entries of the same employ name .. as shown in example . iam able to create numbers of entries with the help of different names. is it possible to create numbers of entries with same name..
    and it will show all the entries in the list when display.
    please help me..
    regards,
    rajesh swami

    hi,
    have a look at these tables
    VBAK -  Header table
    VBAP -  Item table
    here in table VBAK we have a key field VBELN(document no.)
    Whereas for the same document no. we can have many entries in the the table VBAP where the key is VBELN(document no.)
    and POSNR (line item no.).
    You have to do something of this type i suppose ............
    Hope it helps you,
    Regards,
    Abhijit G. Borkar

  • How to create rtf template to view report in Word and Excel, with numeric f

    Hi,
    Please help me!
    How to create rtf template to view report in Word and Excel, with numeric formatted fields (like this 999 999 999,99 with spaces between numbers) and then end user be able to process those fields with Excel tools (sum, etc).
    Thank you.

    From what I have seen Excel can not handle 999 999 999.00. You can use 999999999.00 and then format it as you want in the xls bt you can not have values like 999 999 999.00 coming from publisher output and have functions on the values in Excel
    Tim

  • The newly created row cannot be found with another view

    I'm building a JSP client based on BC.
    I have 2 views based on the single entity.
    I'm creating a new row with one view and want to edit the corresponding row with the other view without intermediate commit.
    However, the last view cannot find the new row.
    For the purpose I get the newly created row's key and trying to find the row at the other view by it's RowKey with the tag <jbo:Row>. Now I have an exception:
    oracle.jbo.JboException: Row was not found using request parameter ...
    Can someone give an advice, please?

    Hi,
    I was a little uncertain. I do not have any view associations in this case.
    I've tried to use " .setAssociationConsistent(true)" - dosen't help.
    I've just changed the standard wizard-generated Browse-Edit UIX/JSP form in such way that I'm using one VO for the browse-table jsp, and some other VO for editing jsp. The editing jsp is by itself divided into a number of tabs.
    Every tab of the editing jsp is based on a specific VO and all of the VOs are based on the single Entity Object to the one table.
    While I am editing the existing records in the table everything goes right, but if I create a new row via the browse page and then try to edit it, I have the exception:
    " Row was not found using request parameter: .... " This thread is continued in another post
    Re: ORA-03113 end of file on communication channel error
    There is a bug with hanlding of viewlink-consistency and DBsequence in Jdev 9.0.2 that leads to this issue as discussed in the other thread.

  • Creating dimension LEVEL with a VIEW

    Hello.
    Because we don't have lots of HDD space we have created 5 views. (using some DBLINKS)
    4 to dimension tables
    1 to a fact table
    When I try to create a level in a new dimension (OEM) using the WIZARD, for instance, I have to select a TABLE and select the attribute I want.
    Can I use the VIEW instead of a TABLE??
    Thanks
    Peter

    Using the CWM1 views through Enterprise Manager Dimensions/Lookups must be TABLES, fact tables can be VIEWS
    In the CWM2 set up you can utilise VIEWS for all componenets. Furthermore, my data mart has a distributed environment where reference data is physically located in a remote database.
    In order to reference the remote tables I have considered database synonyms, but this did not work.
    Secondly, we created a number of views containing DBLINKS to the remote database. This works but performance can be poor because the SQL generated by the BI Beans, makes several calls to the complex view to create hierarchies, retrieve selections etc. which can be inefficient.
    I think my next steps will be to create Materialized views on the data mart from the remote reference database.
    Finally, run the following statement before your CWM2 statements. cwm2_olap_manager.Set_Echo_ON will provide a complete output from your statements rather than just "Procedure Completed Sucessfully"
    SET ECHO ON
    SET LINESIZE 120
    SET PAGESIZE 50
    SET SERVEROUTPUT ON
    execute cwm2_olap_manager.Set_Echo_ON;

  • SharePoint 2013 Online : Custom List view xslt webpart UI vs List View WebPart UI with search ? How to create a xslt list view webpart same UI as list View webpart ???

    I have created a xslt list view webpart but I does not have UI as SharePoint 2013 list view UI.
    how I can have it.
    Ahsan Ranjha

    Hi Ahsan,
    According to your description, my understanding is that the UI is different between XSLT web part and List View web part.
    Per my knowledge, the List View web part is a kind of the XSLT list view web part which uses XSLT to display data on the page.
    http://sharepoint-videos.com/list-view-and-data-view-web-parts/
    How did you add the XSLT web part and the List View web part?
    Could you please provide a screenshot of the two web parts?
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Diff bt Help view and Maintanence view

    hi gem's
    i need the diff bt Help view and Maintanence view with example...............

    Hi
    The followings are different types of views:
    - Database View (SE11)
    Database views are implement an inner join, that is, only records of the primary table (selected via the join operation) for which the corresponding records of the secondary tables also exist are fetched. Inconsistencies between primary and secondary table could, therefore, lead to a reduced selection set.
    In database views, the join conditions can be formulated using equality relationships between any base fields. In the other types of view, they must be taken from existing foreign keys. That is, tables can only be collected in a maintenance or help view if they are linked to one another via foreign keys.
    - Help View ( SE54)
    Help views are used to output additional information when the online help system is called.
    When the F4 button is pressed for a screen field, a check is first made on whether a matchcode is defined for this field. If this is not the case, the help view is displayed in which the check table of the field is the primary table. Thus, for each table no more than one help view can be created, that is, a table can only be primary table in at most one help view.
    Go thru this link plzz
    http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ecf9446011d189700000e8322d00/frameset.htm
    Difference between "Help View" and "Search Help"
    - Projection View
    Projection views are used to suppress or mask certain fields in a table (projection), thus minimizing the number of interfaces. This means that only the data that is actually required is exchanged when the database is accessed.
    A projection view can draw upon only one table. Selection conditions cannot be specified for projection views.
    - Maintenance View ( SE54 )
    Maintenance views enable a business-oriented approach to looking at data, while at the same time, making it possible to maintain the data involved. Data from several tables can be summarized in a maintenance view and maintained collectively via this view. That is, the data is entered via the view and then distributed to the underlying tables by the system.
    Please have a look at below link. It will help you.
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed06446011d189700000e8322d00/frameset.htm
    for more detailed info look on:
    http://www.sap-img.com/abap/what-is-the-different-types-and-usage-of-views.htm
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/abap+dictionary&
    1.Go to se11
    2. select view radiobutton and give a name
    3. Create
    4. select type of view you want to create. Such as database view.
    5. give short description
    6. give a table name such as mara
    7. press the pushbutton relationship. here you will find all the tables which are allowed to create view with mara.
    8. select one or mane tables.
    8 copy
    9.save , check and activate.
    Regards
    Anji

  • Maintanence view

    Hi all,
    I have a table that has the following fields:
    MANDT key
    PERNR(personal number) key
    KOSTL (cost center)
    For mandt t000 is assigned as the check table and pa0003 has been assigned as the check table of pernr field and CSKS for field kostl.
    What my requirement is that:  I want to create a maintanence view that has also person name surname,
    BUT I cannot use PA0001 table while creating the view.
    What is the problem?
    Thanks.

    You can generate database table and view maintenance dialogs to maintain customizing data. You can create, change and delete customizing data with these maintenance dialogs. You can also use maintenance dialogs for customer database table and maintenance views.
    You can modify maintenance dialogs flexibly to your requirements by defining variants of an existing maintenance view, or adding your own modules to existing maintenance dialogs. You can make further functional enhancements at predefined events in the table maintenance dialog flow. You can collect related data from more than one table/view in a view cluster.
    The most important information about view maintenance is below:
    Maintenance dialogs
    Create a Maintenance Dialog
    Time-Dependent Tables/Views
    Change a Maintenance Dialog
    Extended Table Maintenance Events
    Maintenance View Variants
    View clusters
    Create a View Cluster
    Change a View Cluster Maintenance Dialog
    View Cluster Maintenance Events
    View Cluster Maintenance Variants

  • At max how many columns is advisable to create in a table/view

    Hi All,
    I have two transaction table from which i want to create a simple view or materialized view. But the number of columns is about 200. So i want to know at max how many columns is advisable from the performance point of view.
    Even though i will create 200 columns in a view , for a perticular client installation i may not use all the columns.
    one more thing i will never use 200 columns in the select statement . At a time i will use only 4/5 columns.
    It may happen from this four column one column will be the 1st and 2nd column will be the 200th one.
    I want to know how it affects the performance and in which scenario . Please help if any body knows or already faced this kind of scenario.
    I am using oracle 10g .

    Annapurna Nayak wrote:
    thanks for ur reply .
    We are going to use this view in a report , so if i will create it as simple view it will affect report performance. because the view script is too long ...so every time quring to a view will decrease the performance.
    Are you asking me if it will? I think it probably won't but of course you have the means to test it to be sure, right?
    As u said MV should be done with minimum possible column . what can be the maximum column in MV ..??It would be defined by the limits on:
    * The maximum number of columns that a table can contain
    * The size of the query needed to define the select statement
    * Limitations on queries needed to maintain the data
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/limits003.htm#i288032

  • How to upload data from  flat to ztables with in the same client by idocs

    Hi Experts,
                   I have a requirement in IDOCS, I need to create a custom IDOC .I  am working on IDES 4.6c. The reqirement is , there  are ztables with header and item data. say for example Authors and Books. I need to upload data from flat file which is available in presentation  server of the same client, which will updated in ztables by using idocs.  For this i need to do ale settings also. The client is 800. There is no other client available. With in the same client i need to do the above stuff.
                    For this requirement how to approach (step by step) to accomplish.
    Thanks in Advance.
    Regards
    J.S.Varma

    Hi,
      This is the procedure.
    create segments using we31. <b>don't forget to relaese it</b>
    create idoc using above segments using we30 <b>don't forget to relaese it</b>
    create message type using we81
    create function module to upload data using se37
    maintain process code using we42
    create  partner profiles we20.
    In the fm module itself write the code for downloading the data from presentation server by GUI_DOWNLOAD.
      Then update the database tables directly by insrt through other internal table in the same client itself.
    Thanks
    Manju

  • Master-detail with dynamic view object

    How can you create a view link with a view object that is dynamic? I have created a master-detail relationship on a UIX page. I change the master view object at runtime using a view definition and SQL and then I bind the view object to an iterator on a UIX page. I need the new dynamic view object to maintain the link between the detail view object. Is this possible?
    The reason why I have to change the view object at runtime is because I am implementing a search module and the tables in the from clause can be modified at runtime so I need to have a dynamic view object.
    Thanks,
    Sanjay

    After playing around with ViewObjectImpl's setQuery() method some more I found out that this solution might not work for me due to the following reason: when the user tries to sort a column in the result table, the original contents of the view object get executed instead of the run time query.
    <p>
    I would like to go back to my original solution that included creating a view definition based on the runtime query and then creating a view object from that which I bind to the RowSetIterator. The missing piece to the master-detail functionality is with the detail Iterator being in sync with the master. I have tried the following but I get a ClassCastException <p>
    DCIteratorBinding detailBinding = ctx.getBindingContainer().findIteratorBinding("DetailIterator");
    detailBinding.getViewObject().<b>setMasterRowSetIterator</b>(masterBinding.getRowSetIterator());
    <p>
    here is the relevant stack trace:
    java.lang.ClassCastException
    at oracle.jbo.client.remote.ViewUsageImpl.getImplObject(ViewUsageImpl.java:1829)
    at oracle.jbo.client.remote.RowSetImpl.setMasterRowSetIterator(RowSetImpl.java:512)
    at oracle.jbo.client.remote.ViewUsageImpl.setMasterRowSetIterator(ViewUsageImpl.java:1147)
    at oracle.jbo.common.ws.WSViewObjectImpl.setMasterRowSetIterator(WSViewObjectImpl.java:1005)

Maybe you are looking for

  • Read open file from IFS system

    Hi, The special programm create a new file on the IFS-volume and write some data in to this file. The program doesn`t closing this file (working some hours). Can I read data from this file immediatly (stream access)? System: Oracle 9.0.1 WinNT IFS 9.

  • Movie won't finish downloading and won't go away!

    My daughter started a download of a movie and was planning on renting it for a single showing. The movie has never finished downloading and everytime my ITunes syncs up when I start the computer, the downloading resumes and then I get an error messag

  • Old iMac needs more RAM

    I have an iMac purchased in 2007 and runs on Leopard.  Apparently doesn't have enough RAM to upgrade past Leopard.  Is there any way to install more RAM so I can upgrade?

  • Security Filter fails when level has only one member

    Hi. This is Essbase version 9.3. I have a forecast app\db to allow users enter\modify the forecast of the different products. The Product Dimension has the following hierarchy. All Products Planner 1 Supplier A Product_A1 Product_A2Supplier B Product

  • Conflicts??? If connect ATV & Airport Express in the same network?

    Since I installed AirPort Express 2 today, I couldn't use Iphone4s/ipad to airplay / mirror onto my Apple TV any more (only shows AirPort Base device). Do they conflict with each other in the same network? Anyone knows how to fix? Thanks a lot!! Will