I want complete information about table maintanence genarator?

i want complete information about table maintanence genarator?

hi there,,,,,,,
The purpose of table maintainence generator is to enable the table maintenance through SM30, and to implement and validation etc on table field inputs.
SE11->Utillities->table maintainence generator
You need to enter the values of following fields:
1. Table name
2. Authorization group , and authorization object (select the suitable one )
3. Function group and package
4. Maintainence type : single or double screen maintainence view depending on the option selected.
5. Maintain screen number : you may specify a value or let the system generate one for you.
The validation code for the table entry is written in the flow logic of this screen. Even some of the fields may be made display only , by adding suitable code in the logic or directly disabling the input in table control in the layout.
Table maintanance is for creating,adding datas to an existing table.
it is for adding muiltiple records at a time in the table
A table can be manipulated by a program or manually.
When creating table, you will find a check box 'Table maintenance allowed'. If we
check that option, we can manually enter entries using SE16 or table
maintenance generator screen.
SE16 is for data browser.
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.
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:
When we choose one step, we have to give the screen number in Overview Screen field.
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.
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).
Link: http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm
Link: http://help.sap.com/saphelp_46c/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm
Link: /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.
pls reward if useful
regards,
rekha

Similar Messages

  • I want complete information about Badi?

    i want complete information about Badi?

    Hi
    Please go thru the stuff below.
    BADI is just an object-oriented version of user-exit. Instead of entering program code into some function module (as in customer-exit), you define some class which has to implement predefined methods and those methods are fired at predefined points just like an old user-exit. Some BADI can have multiple independent implementations which is much better for software deployment as several developers can implement the same BADI independently.
    Difference between BADI and User Exits
    Business Add-Ins are a new SAP enhancement technique based on ABAP Objects. They can be inserted into the SAP System to accommodate user requirements too specific to be included in the standard delivery. Since specific industries often require special functions, SAP allows you to predefine these points in your software.
    As with customer exits two different views are available:
    In the definition view, an application programmer predefines exit points in a source that allow specific industry sectors, partners, and customers to attach additional software to standard SAP source code without having to modify the original object.
    In the implementation view, the users of Business Add-Ins can customize the logic they need or use a standard logic if one is available.
    In contrast to customer exits, Business Add-Ins no longer assume a two-level infrastructure (SAP and customer solutions), but instead allow for a multi-level system landscape (SAP, partner, and customer solutions, as well as country versions, industry solutions, and the like). Definitions and implementations of Business Add-Ins can be created at each level within such a system infrastructure.
    SAP guarantees the upward compatibility of all Business Add-In interfaces. Release upgrades do not affect enhancement calls from within the standard software nor do they affect the validity of call interfaces. You do not have to register Business Add-Ins in SSCR.
    The Business Add-In enhancement technique differentiates between enhancements that can only be implemented once and enhancements that can be used actively by any number of customers at the same time. In addition, Business Add-Ins can be defined according to filter values. This allows you to control add-in implementation and make it dependent on specific criteria (on a specific Country value, for example).
    All ABAP sources, screens, GUIs, and table interfaces created using this enhancement technique are defined in a manner that allows customers to include their own enhancements in the standard. A single Business Add-In contains all of the interfaces necessary to implement a specific task.
    The actual program code is enhanced using ABAP Objects. In order to better understand the programming techniques behind the Business Add-In enhancement concept, SAP recommends reading the section on ABAP Objects.
    Check the below links:
    http://sap.ittoolbox.com/groups/technical-functional/sap-r3-dev/badi-vs-user-exit-405324
    http://www.sapfans.com/forums/viewtopic.php?t=172792
    Difference between BADI's & User-Exit.
    1. Check the replies for your question which asked by another person.
    http://sap.ittoolbox.com/groups/technical-functional/sap-r3-dev/569786
    2. Similar thread.
    http://www.sapfans.com/forums/viewtopic.php?p=559472&sid=99caa729618b18a8f7c46cc2f047af52
    3. Same question explained
    http://www.sap-img.com/abap/difference-between-badi-and-user-exits.htm
    Badi Tutorials
    1. Sample program.
    http://www.sap-img.com/abap/business-add-in-you-need-to-understand-abap-oo-interface-concept.htm
    2. Implementing BADI.
    http://www.sapdevelopment.co.uk/enhance/enhance_badi.htm
    Hope it helps.
    3. From help.sap.com
    http://help.sap.com/saphelp_nw04/helpdata/en/5f/071eed117c11d5b37d0050dadef62b/frameset.htm
    Rewards Points if Useful
    Regards
    Anuj

  • I want complete information about dialog programs?

    hi,
    i want complete information about dialog programs?

    Check this out
    http://www.allsaplinks.com/dialog_programming.html
    dialog programming
    http://fuller.mit.edu/tech/dialog_programming.html
    http://www.sappoint.com/abap/dptc1.pdf
    http://help.sap.com/saphelp_46c/helpdata/en/08/bef2dadb5311d1ad10080009b0fb56/content.htm
    http://www.sappoint.com/faq/faqdiapr.pdf
    http://www.sapdevelopment.co.uk/dialog/dialoghome.htm
    http://www.sapdevelopment.co.uk/tips/tipshome.htm
    check sample code.
    http://www.sapgenie.com/abap/example_code.htm
    http://www.sap-img.com/abap.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCABA/BCABA.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCDWBTOO/BCDWBTOO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRSF/BCSRVSCRSF.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRPROG/BCSRVSCRPROG.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRFORM/BCSRVSCRFORM.pdf
    http://help.sap.com/saphelp_nw2004s/helpdata/en/e4/2adbef449911d1949c0000e8353423/frameset.htm
    And also, you may want to check out the transaction DWDM for example of how to use the control framework.

  • I want complete information about Bapi?

    i want complete information about Bapi?

    Hi,
    plz go through the following links....
    Business application Prograaming Interface is nothing but the Method of a Business object.
    BAPI-step by step
    http://www.sapgenie.com/abap/bapi/example.htm
    list of all bapis
    http://www.planetsap.com/LIST_ALL_BAPIs.htm
    for BAPI's
    http://www.sappoint.com/abap/bapiintro.pdf
    http://www.sappoint.com/abap/bapiprg.pdf
    http://www.sappoint.com/abap/bapiactx.pdf
    http://www.sappoint.com/abap/bapilst.pdf
    http://www.sappoint.com/abap/bapiexer.pdf
    http://service.sap.com/ale
    http://service.sap.com/bapi
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDAPII/CABFAAPIINTRO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFABAPIREF/CABFABAPIPG.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE8/BCFESDE8.pdf
    http://www.planetsap.com/Bapi_main_page.htm
    http://www.topxml.com/sap/sap_idoc_xml.asp
    http://www.sapdevelopment.co.uk/
    http://www.sapdevelopment.co.uk/java/jco/bapi_jco.pdf
    Also refer to the following links..
    www.sappoint.com/abap/bapiintro.pdf
    www.sap-img.com/bapi.htm
    www.sap-img.com/abap/bapi-conventions.htm
    www.planetsap.com/Bapi_main_page.htm
    www.sapgenie.com/abap/bapi/index.htm
    Checkout !!
    http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci948835,00.html
    http://techrepublic.com.com/5100-6329-1051160.html#
    http://www.sap-img.com/bapi.htm
    http://www.sap-img.com/abap/bapi-conventions.htm
    http://www.sappoint.com/abap/bapiintro.pdf
    Regards,
    Nilesh

  • Want to complete information about Generic WHT report-S_P00_07000134

    Hi Experts,
    I want to know complete information about Generic WHT report-S_P00_07000134
    My following questions
    1) Once executed report,why it is asking addition selection like address and more informaiton and where it will help.
    2)Why is asking for variant,if click on yes,what will happen
    3) Selected "always allow in the context"option and seen the file in c:\drive.Butnot able to understand the format.What is this and for change allow option in future,what can i do?
    Please help.
    Regards,
    Kishore.J

    Hi,
    Check whether you have maintained Tax ID in T.Code J1ID Vendor Excise details.
    Regards,

  • I want to complete information about Payrolls in abap hr?

    i want to complete information about Payrolls in abap hr?

    Hi,
    SAP HR Payroll Overview
    In a broad sense, payroll accounting is the calculation of remuneration for work performed by an employee. More specifically, payroll accounting consists of a variety of processes that are becoming increasingly important due to the employer’s increased obligation to supply benefits and medical welfare.
    These benefits are products of:
      Labor law
      Tax law
      Contribution law
      Benefits law
      Civil law
      Reporting law
      Information law
      Statistics law
    The remuneration is calculated in the following steps:
    1. Calculation of gross remuneration
    2. Calculation of net remuneration
    Gross and net pay comprises the individual payments and deductions which are calculated during a payroll accounting period, and are received by an employee. These payments and deductions are included in the calculation of pay by uniquely distinguishable wage types.
    Payroll is predefined in the SAP HR system for many countries specifically (e.g. Payroll United States, Payroll Spain, Payroll Japan) and all other countries' payroll comes under the heading of "International Payroll".
    Or Check these links....
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/dd/38a63a04227748e10000000a11402f/frameset.htm
    http://web.mit.edu/hr/compensation/quickcards/ASR-Change-Save-Layout.pdf (Very useful...)
    http://www.sap.com/belux/solutions/business-suite/erp/hcm/pdf/SAP_BE_Payroll.pdf (Very useful...)
    http://www.sap-basis-abap.com/saphr005.htm
    Reward points if useful....
    Regards
    AK

  • Firefix sad:"Copy/Cut/Paste is not available in Mozilla and Firefox. Do you want more information about this issue?" But,I can do the that from Opera...What should I do?

    Copy/Cut/Paste is not available in Mozilla and Firefox.
    Do you want more information about this issue?
    That's what Firefox sad to me...I was Rich text editing,but I can
    not use copy paste on.
    I did the same site and Rich text editing with Opera,
    and there was no problem.
    I love Firefox,and I want ti use it,but if this is not posibile to do in Firefox,I must go with Opera from now on.
    Pleace,responde to me,I need to fix a problem.
    I hope you understanded my Engish!
    Thank you...

    Try to use the keyboard if the buttons on the web page aren't working.
    * Copy: Ctrl+C or Ctrl+Insert
    * Paste: Ctrl+V or Shift+Insert
    * Cut: Ctrl+X or Shift+Delete
    See:
    *http://kb.mozillazine.org/Granting_JavaScript_access_to_the_clipboard
    *https://addons.mozilla.org/firefox/addon/allowclipboard-helper/

  • Copy/Cut/Paste is not available in Mozilla and Firefox. Do you want more information about this issue?

    Copy/Cut/Paste is not available in Mozilla and Firefox.
    Do you want more information about this issue?
    Yes!

    https://support.mozilla.com/en-US/kb/Clipboard+not+working
    This extension will help you set the necessary permissions - Allow Clipboard Helper extension: <br />
    https://addons.mozilla.org/en-US/firefox/addon/852

  • Complete information about java

    I want complete inforamtion about java package whice give me over all info about the java

    Good luck then!

  • Plese give me the complete information about ASAP metodology?

    Plese give me the complete information about ASAP metodology?

    hi sudhakar,
    ASAP (AcceleratedSAP) is a step-by-step methodology for speeding up the implementation of an SAP R/3 system. The components of ASAP, which can be used together or individually, are called accelerators. Accelerators are based on the best practices of SAP customers from around the world and consist of a number of templates, questions, and scenarios that require user input to help the user determine the best way to implement their R/3 system. According to SAP literature, ASAP can reduce the time required to implement an R/3 system by as much as 50%.
    ASAP is shipped automatically with every R/3 delivery and upgrade. There is no charge for ASAP.
    here is the diffrent division of  ASAP...
    ASAP METHODOLOGY
    Phase 1
    <b>Project Preparation -</b> The primary focus of Phase 1 is getting the project started,identifying team members and developing a high-level plan.
    Phase 2
    <b>Business Blueprint -</b>The primary focus of Phase 2 is to understand the business goals of the company and to determine the business requirements needed to support those goals.
    Phase 3
    <b>Realization :-</b>
    The purpose of this phase is to implement all the business and process
    requirements based on the Business Blueprint. You customize the system step by step in two work packages, Baseline and Final configuration.
    Phase 4
    <b>Final Preparation -</b> The purpose of this phase is to complete testing, end-user training,
    system management and cut over activities. Critical open issues are resolved. Upon the successful completion of this phase, you will be ready to run your business in your productive R/3 system.
    Phase 5
    <b>Go Live and Support -</b> Transition from a project oriented, pre-productive environment to a successful and live productive operation.
    For more info have a look.......
    http://www.sapfans.com/sapfans/asap/be_01_e.htm
    what is ASAP?
    ASAP Methodologies XI
    regards
    biplab
    Use a Good Subject Line, One Question Per Posting - Award Points

  • Complete information about labview

    i m intrested in purchasing labview please give me complete information about it and comprasion to other softwares

    A good place to start would be the LabVIEW page at ni.com. There's product information, a guided tour, demos, interactive tutorials, etc.etc.
    What is your application? What is your programming background?
    The NI developer zone has a collection of comparative information. For example there is a side-by-side comparison of LabVIEW and C code. Another note shows a quick comparison of execution speeds for various tasks.
    I'm sure that once you studied the above links you'll have more detailed questions. Just ask here!
    Pe
    rsonally, I love LabVIEW and haven't had much need to use any other programming tools for the last 8 years.
    LabVIEW Champion . Do more with less code and in less time .

  • Information about table spaces.

    Hi!
    I have a requirement to   create a Bex by which I can display the  list of table spaces available and status of  those  table spaces like memory free, Used. Though we can get this information from  DB02  I need to generate a  report and  broadcast that to users.
    Can anyone help me in telling me the table name  where you can get the list of table spaces  and infomation or any function module which lists the  table spaces name and  status of them. 
    Regards
    Venkat

    Hello,
    Could you please share more information about this? We need to do the same thing. How did you create your generic datasource? what table/Function module did you used?
    Thank you
    Ramona

  • Getting information about table names & other meta data

    Hi,
    I want to know about DatabaseMetaData & how to acess all table names & other metadata using JDBC-ODBC as well as direct drivers
    can i get code for converting one type of database file to other.
    Idesperately need this code.
    please............

    While most RDBMS implementations are stored as flat files, you cannot normally directly 'convert one type of database file to other'. DatabaseMetaData will give you a list of tables, views, schema, columns, etc. You can then create your own dynamic SQL statement, SELECT the data from the legacy RDBMS and INSERT into the new RDBMS. Otherwise, I'm not sure how you would accomplish a conversion without knowing the internals of the database or special software.
    - Saish

  • Information about table TOAOM_C

    Hi,
    Can anyone please provide me with some inforamtion about the table TOAOM_C.
    I will reward all the relevant answers.
    Thanks in advance for the help!!!
    Mohit Goel.

    hi
    check the following li nks
    http://www.sap-basis-abap.com/saphr003.htm
    http://www.sd-solutions.com/documents/SDS_Employee_Photos_v4.7.html
    http://www.ams.utoronto.ca/Assets/output/assets/ixos_637070.pdf.pdf
    hope these will give some information about TOAOM_C
    regards
    sreelatha gullapalli

  • Information about table calls

    Hi to all, 
    I can to know the table calls, running transaction ST10, but I need to know, what programs and users are generating those calls. 
    Can someone give me any help  about how I can get the information about those calls? 
    Regards 
    Eduardo Barrios

    Hi Eduardo,
    unfortunately, there is no direct tool available ...
    But, you could start an ST05 trace for just one of these tables for ALL users on the appl-server and then track after a few minutes, hours and see ...
    This trace only reduces performance a bit ...
    Regards
    Volker Gueldenpfennig, consolut.gmbh
    http://www.consolut.de - http://www.4soi.de - http://www.easymarketplace.de

Maybe you are looking for

  • How do I cancel background apps

    How do I cancel background apps in iPad 2?  On my 1 I would double click the home bottom and hold app, they would allow you to cancel them and click the home button again.  Since upgrading, I can't do that with this iPad.

  • Hyperion Shared Services getting HTTP404 error

    Hi All, I am trying to get Hyperion 11 Shared Services working, however i am getting this http://404 error. I am using Web Sphere as my web agent, i have check and validated during the configuration and all is good, except for the 404 error. Does any

  • Outlook mail issues

    I have an iPhone 4 running iOS6.  On the iPhone, I use Outlook to access Yahoo and Gmail POP accounts. (IMAP did not work for gmail, but POP does).  At first it worked fine, but even before iOS6, gmail started downloading only to the gmail account's

  • Center the image when click the movieclip

    Need a big help guys... i am new with flash, and i had swf which contains big image it will resize to best fit. when i double click the image the clicked position come to center of the stage. i achived little bit, it zooming but image not come to cen

  • How Do I Import Still Shots From iPhoto to iMovie?

    Hi! Well I'm trying to make a slideshow of still pictures on iMovie and I was able to finish most of it until now. Now whenever I try to import pictures to iMovie it won't let me and the desired spot for the picture has nothing but a bright green lin