Table maintaince

what is table maintaincee

Hi mohan,
Refer this Link
<a href="http://help.sap.com/saphelp_nw04/helpdata/en/67/86b0f5415811d1893d0000e8323c4f/content.htm">Table Maintenance</a>
Hope It'll help.
Regards,
Malini.V

Similar Messages

  • In Table Maintaince G/L Text should come by default with G/L Acc.--Ple

    Hi Guruu2019s
                       I created Ztable with 3 fields G/L Acc, G/L Acc text and another Zfield.
    I created a TABLE MAINTAINCE for this. Here we need, after entering the G/L A/C in table maintaince-- G/L Text should come by default. Please suggest a way do these.

    Hi,
    You need to write the code in the EVENTS. these are avilable in the table maintanence. you can use event 05(create), here give the Perform name and click on the code button there you can write the logic to bring the short text and move that text to your Ztable field.
    look at the link to create the events --> /people/sudheer.junnuthula2/blog/2007/07/31/events-in-table-maintenance-generator
    Thanks
    Sudheer

  • Table Maintaince ..issue to see all fields at once ??

    Dear All,
    I am working on a table maintaince. The problem I am facing is that, I have about 10 fields, I am unable to see all of them. I have to scroll left and right to see all fields.
    Is there any setting to see all at once.
    Thank you.
    Regards
    Madhu.
    Edited by: Alvaro Tejada Galindo on Mar 27, 2008 1:04 PM

    When you save a table a report is created behind it.
    Plz goto SE80 give your table name and find that system created report name.
    Now goto SE51 ->give the program name and go the layout.
    Here you can change the table size , save activate.
    Now is the time to check in SM30 for table maintanace. You might see a different size.
    I hope it helps.
    thanks,

  • TABLE MAINTAINCE  Problem Through SE54

    Hi,
    I have generated table maintaince view through se54 in ECC 6. I am able to see entries in ECC 6. When I transport  the same to 4.6 I am not able to see the entries in 4.6c Please help me on this.
    Thanks in Advance.
    Thanks and Regards,
    Venkat

    Hi  venkat,
    The table entries also needs to be transported in order to see it in different system.
    While creating the table maintenance generator, in the frame "Dialog data transport details" use the option:
    Standard recording routine.
    Now, when you try to maintain sdata in that table, it'll ask for a customization request, assign the data entries to that request and transport it to the new system.
    Hope this works.
    Thanks & Regards,
    Anshumita.

  • What is table maintaince generator

    what is table maintaince generator
    plz tell me clearly

    Hi,
    Table generator will check duplicate entries as any
    other table .
    the table maintenance for tables to enable entry, edit, display and delete functions for the table
    table maintanance Generator is used to manually
    input values using transaction sm30
    follow below steps
    1) go to se11 check table maintanance check box under
    attributes tab
    2) utilities-table maintanance Generator->
    create function group and assign it under
    function group input box.
    also assign authorization group default &NC& .
    3)
    select standard recording routine radio in table
    table mainitainence generator to move table
    contents to quality and production by assigning
    it to request.
    4) select maintaience type as single step.
    5) maintainence screen as system generated numbers
    this dialog box appears when you click on create
    button
    6) save and activate table
    using sm30 you can create entries manually.
    Reward points if it helps.
    Regards,
    charitha.

  • Table maintaince askign for customization request.

    Hi all,
    I have created one Z table and its maintaince generator.Now i went to Sm30 and tryign to maintian data on it. While saving the data it is asking for customizing request. I dont have any customizing request.Normally it should save the data.
    Please help me in this regards.
    Thanks
    Lincon

    Hi Lincon,
    this is asking transpot request because of below setting.
    1. go to table maintenance generator screen - SE11 - Utilities - Table maintenance generator
    2. check Dialog data transport details box.
        Recording routine should be no, or user, recording routine to be selected to not to capture into transport request.

  • Reg Table maintaince view

    Hi...Pls tell me what Table maintainence indicates in the table when we select the delivery and maintainence <b>Tab of</b> the table and select the following from the dropdown list Display and maintainence allowed/Display and maintainence allowed with restrictions/Display and maintainence not allowed.What does each indicate.

    Hi,
    Please check this from SAP Help ...
    - Display/maintenance not allowed
    The usage of standard table maintenance tools is not allowed.
    Maintenance and display of this table/view is not possible in transaction SE16.
    Transaction SE54 does not allow the generation of a maintenance dialog, which means automatically that calling transactions SM30/SM34 for this table/view is no longer possible.
    - Display/maintenance allowed to limited extent
    Usage of standard table maintenance tools is allowed to a limited extent:
    Transaction SE16 allows the display function for this table/view, but no maintenance.
    Generation of a maintenance dialog for this table/view is possible through transaction SE54.
    Transaction SM30 does not allow maintenance and display functions for this table/view.
    Note: The generated dialog can be included in view clusters (data maintenance through transaction SM34) or called within a program through the function module View_Maintenance_Call.
    - Display/maintenance allowed
    The usage of standard table maintenance tools is allowed:
    Transaction SE16 allows the maintenance and display functions for this table/view.
    Note: If an SM30 maintenance dialog exists, this is called.
    Regards,
    Ferry Lianto

  • Table Maintaince with Transaction SM30 with selection Screen

    Hi Friends,
    I have a requirement for maintance of Z table "ABC" and it need to be maintanied.
    This Ztable should have Ztransaction Code connecting to transaction SM30.
    Also this should have a selection screen with 3 fields to filter the data and only the selected data needs to be used to enter the values in SM30 with the Maintain mode.
    I have created the table and t code and below is the report .
    REPORT  zrktest.
    ******************Declaration*************************
    ***Tables Declaration*******
    TABLES : zkexxirac_calend.
    DATA : gt_calend TYPE STANDARD TABLE OF zkexxirac_calend,
               wa_calend TYPE zkexxirac_calend.
    ***SELECTION SCREEN***
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-100.
    SELECT-OPTIONS : s_burks   FOR zkexxirac_calend-bukrs ,
                    s_zbukrs  FOR zkexxirac_calend-zzbukrs,
                    s_partn   FOR zkexxirac_calend-partner_number.
    SELECTION-SCREEN END OF BLOCK b1.
    ******************Start - Of - Selection*************************
    START-OF-SELECTION.
    ******************Main Processing*************************
    *&      Form  get_data
    *      Get the Data from the table after satisfying
    *          the condition form Selection Screen
    *  -->  p1        text
    *  <--  p2        text
    ******Select the data from the table***
      SELECT *
      FROM zkexxirac_calend
      INTO CORRESPONDING FIELDS OF TABLE gt_calend
      WHERE bukrs          EQ s_burks
      AND   zzbukrs        EQ s_zbukrs
      AND   partner_number EQ s_partn.
    CALL TRANSACTION 'ZITXXIRACCALEND' AND SKIP FIRST SCREEN.
    but when i execute the report it goes to the 1st screen of SM30 and gives the error message to selecting the option of No restriction , enter condition .. etc .
    I have already ticked the Check box to skip initial Screen in the SM93, while creating the Transaction Code.
    Let me know what chnages needs to be done and what code should i write.

    Rabiya,
    You actually do not need to do any data selection beforehand to accomplish this.  Just convert the select-options to a different format and then call FM 'VIEW_MAINTENANCE_CALL'.instead of CALL TRANSACTION.  The process is described here:
    Add a Selection Screen to a Table Maintenance Dialog
    Best,
    Eric

  • Get value of Table data in Event of Table maintaince generaor

    Hi Expert,
    I want content of table in event of table maintenance generator (Event 01 - Before Saving Data in Database).
    can you please tell me that how can i achieve this value of whole table in this event.
    Regards,
    Chintan Shah

    Hi ,
    Try this..
    In event 01
    MESSAGE 'Dulicate Record Exist' TYPE 'S' display like 'E'.
    *--->It will stop save functionality
    vim_abort_saving = 'X' .

  • Table maintaince genrator

    in table mintaince generaton when we give values why we click 2 times in local objects?plzz tell

    Go to SE11, give the table name and click on change. Then Go to utilities--> Table
    maintenance generator.
    In the table maintenance generator screen, we should give Authorization Group,
    Function Group name (Function Group name can be same as table name),
    Maintenance type can be one step or two step, usually we will create with one
    step. we should give maintenance screen number. After clicking on create button,
    a table maintenance generator will be created.
    To check it go to SM30 . In SM30, we find display, Maintain options.
    We can view the table contents by choosing Display and we can create table
    entries by choosing Maintain.
    Why we have to go for Table maintenance generator, when we can edit the table
    by SE16 or SE11, utilities->create entries?
    Answer.
    In the production system, end-users will not be having access to transaction
    codes like SE11 and SE16. Developers will not be having access to many
    transaction codes including the above two.
    To view the contents of the database table, we will use SE16n in Production
    system. Please find out the difference between SE16 and SE16n.
    All these authorizations will be maintained by BASIS team, by creating access
    profiles.
    So in order to edit or create the contents of a database table, we should go for
    table maintenance generator. In real time, authorizations will be maintained in
    production system. (even in development and Test systems to some extent).
    There is an audit like Sarbanes-Oxley Act for American clients, where every thing
    will be audited by government agency. To know more about SOX, use the links on
    the right hand side of this page.
    The second reason is, we can edit or create multiple entries at a time, using table
    maintenance generator.
    Apart from that we have options like 'Enter conditions' in table maintenance
    screen SM30. Please try to find out the use of those, by creating an example.
    Table Maintenance generator: Difference between one step and two steps.
    While creating table maintenance generator, we find below options:
    1. When we choose one step, we have to give the screen number in Overview Screen field.
    2. When we choose two step, we have to give both overview screen number and single screen number.
    You can give any number for screen. Don’t give 1000 screen number. As this
    number is reserved for selection screen.
    When we choose two step, two screens will be created for table maintenance. For
    single step only one screen will be created.
    When we choose two step, table maintenance will work as follows
    Go to SM30, give the table name for which you have created table maintenance-
    Overview screen will be displayed. To create entries, when you click on ‘new
    entries’. Another screen will be displayed, where you give input and save. You can
    enter one record at a time.
    When we choose single step, table maintenance will work as follows:
    Go to SM30; give table name for which you have created table maintenance-
    Overview screen will be displayed; To create entries click on ‘new entries’, you can
    enter the records on the same screen. You can enter multiple records at a time.
    We use single step generally, as it is user friendly.
    To completely understand the difference and above points please do exercise by
    creating table maintenance generator in both ways (using single step and two
    step).
    check below link
    http://help.sap.com/saphelp_nw04s/helpdata/en/91/ca9f0ea9d111d1a5690000e82deaaa/content.htm
    Regards,

  • Table maintaince generator

    in table mintaince generaton when we give values why we click 2 times in local objects?plzz tell

    The table maintenance generator creates more than one object and each of these has a development class (package).  For each object you could in theory assign a different class (not that you would ever want to), so the generator prompts for a class for each one.
    The top line of the pop up window has the name of the object created in each case.
    Regards,
    Nick

  • Table maintaince urgent

    HI EXPERTS,
    i need to create two diffrent table maintainace view for single table.
    but after creating first table maintainace when i tried for second table
    maintainace for that  table it display me the old table maintainace view which
    i have created before.
    i am not able to create second table maintainace for table for which i already
    created one table maintainace .
    how can i solve this problemm
    thanks,
    neo

    Hi
    Why you wants to create two table maintenance Generators for a single table?One is not enough/
    So first create a view with different name for the same table with same fields and create another TMG for it apart from the table TMG
    table maintanance Generator is used to manually
    input values using transaction sm30
    follow below steps
    1) go to se11 check table maintanance check box under
    attributes tab
    2) utilities-table maintanance Generator->
    create function group and assign it under
    function group input box.
    also assign authorization group default &NC& .
    3)
    select standard recording routine radio in table
    table mainitainence generator to move table
    contents to quality and production by assigning
    it to request.
    4) select maintaience type as single step.
    5) maintainence screen as system generated numbers
    this dialog box appears when you click on create
    button
    6) save and activate table
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm
    http://help.sap.com/saphelp_46c/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm
    /message/2831202#2831202 [original link is broken]
    One step, two step in Table Maintenance Generator
    Single step: Only overview screen is created i.e. the Table Maintenance Program will have only one screen where you can add, delete or edit records.
    Two step: Two screens namely the overview screen and Single screen are created. The user can see the key fields in the first screen and can further go on to edit further details.
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Tcode for Table maintaince

    Hi all,
    i want to maintian table T009B with some date ranges can somebody help me with the T-code to maintian dates in BW.
    thanks
    harish

    dear Harish,
    T009B is table for periods of the fiscal year variants ? you can do rsa1->transfer global setting->in next screen mark fiscal variant checkbox and mode 'update table' and execute.
    however, to maintain in bw you can use transaction RSIMG (or SPRO), and expand 'business information warehouse', there is 'maintain fiscal variant'.
    to maintain calendar, expand 'global settings'->maintain calendar'.
    hope this helps.

  • In table maintaince generator problem facing in modification - events

    Hello,
    My requirement is I created table maintenance generator and transaction code for table. So after filling values in table using transaction code. Now i need to delete multiple values by selecting records but problem is before deleting those values i need to check weather those values exists in intermediate table if those values exists in intermediate table then i need to delete only those records otherwise i should delete those records. Which event i need to u if you use event 03 how to capture the select records here i can see only one records selected.

    HI santhish,
    you need to use event 3. in the form routine of event 3.
    you have to check the records which needs to be deleted. once you are decided which records to be deleted. ask the user through pop-up window using FM popup_to_confirm . if the user says yes delete it other wise leave the screen.
    hope this will helps you.
    Regards,
    Kiran

  • Creation of Maintaince View

    Hi,
    I would like to create a Maintaince View. In SE11 I selected View option after that I selected Maintaince View option. Then I have given the Name of the table . But it is taking only one table name. remaing fields are in the disable mode.
    How to create a Maintaince View for a table?
    Is there any differece between table maintaince generator and Maintaince view for a table or both or same for a single table ?
    What is the use real use of mainataince view ?
    Regards,
    Satya

    create a maintanance view using two tables using default navigations and activate (ignore wornings)
    click on "utilities"menu.
    table maintanance generator
    opens an interface,set the authourization group as "ates"
    specify name of function group(name of the function group)where code should be generated
    select the maintanance type as "one step"
    specify the screen number(s11) in overview screen field
    click on "create" from application toolbar
    save the objects under a package with request number
    add prompts a message as "request completed without errors".
    this view cant be accessed directly by abap reports,as these are designed for mpp.
    test the maintanance view code created properly or not using "se54" tcode.
    regards,
    usha.

Maybe you are looking for

  • In Iphoto, How can I delete photos on my iphone that have already been imported?

    I've just spent over the hour on the phone with my sister (who has a law degree, I have an engineering degree), and we could not figure out how to delete photos from our iphones that have already been imported into Iphoto.  I thought Apple was the co

  • Purchase Order - Logistics Tab - Ship to

    Hi, I have following problem: If I creat an Purchase Order and go to logistics tab in ShipToAdress, I can find company name, street, city, etc... In Business Partner Master Data, there is no adress in Ship to and Bill to code. If I fill in bill to co

  • Converting .pdf and .doc files into .txt file

    Can anyone here please tell me (a humble programmer) if there's anything in Java to help me accomplish the above, i.e. to strip the markup of these files. Or perhaps someone might know if there are programs already out there that can? Any pointers or

  • 6500 Slide new firmware 9.60

    It seems there's new software out today, version 9.60 for the 6500 slide. I'm currently on v8.30. Has anyone updated and can tell me of any new features, bugs, etc? My last post on this got deleted for some reason - mods, do not delete without tellin

  • ZCM asset management in zen 7 environment

    can i install the zcm asset management and still run the zenworks 7 agent for applications..? cheers