Adding maintenance transaction for a Z table

Hello All,
Can anyone tell how to add a maintenance transaction for a Z table.
Thanks in advance.
Best Regards,
Sasidhar Reddy Matli.

Hi
Check this:
able maintennace generator is used to create screen to maintain values in a table. Once you create maint generator you can goto transaction SM30 and add data to table . In SAP it is more relevant to customizing data.
Create a table maintance program for a z table :
In transaction SE11, in the attribute tab of your z table check table maintenance check box. Go to SM30 transaction, enter the ztable name and click on maintain button. Here you can enter new entries into the ztable .
Or
You can create a PARAMETER TRANSACTION for the transaction for SM30 .
Follow these steps :
1. go to transaction SE93 , give your own transaction code say ztran_tab, for maintaining your ztable.
2. Click on create button and check the radio button Transaction with parameters (PARAMETER TRANSACTION) and click on the tick button.
3. In the next screen enter default values:
transaction : SM30
check the check box skip initial screen
4. Scroll down you will find a table control for default values
Name of the screen field | value
VIEWNAME | your ztable name
SHOW | X
Save your work.
Now as you have created a custom transaction for maintaining your ztable this transaction can be called from any program with CALL transaction 'XXX'.
Regards,
Vishwa.

Similar Messages

  • How to find Transaction for a Known Table maintenance View

    Hello Friends,
    May I know how to find transaction for a known table maintenance View.
    Thanks,
    Best Regards,
    Sudhanshu Garg

    Goto SE16 Transaction and enter TSTCP Table
    Here PARAM = /SM30 VIEWNAME=Table name*;UPDATE=X;
    enter table name in bold.
    Thanks
    Seshu

  • Reg :-maintain a table maintenance view for the z table.suggest me the code

    i have question.i have created a z table related to pp module.the requirement is to maintain {table maintenance view} for this z table.how could this be done.can any one suggest me the code for this?

    Hi ,
    We have a lots of queries on table maintainance creation in the forum posted and replied to.Pls have a look at it first.
    In se11 -> change mode of the ztable -> goto -> utilities -> table maintainance generator -> click on it...
    it will give a new screen-> enter the required details like function group , authorisation(use &NC& or leave it blank if you dont know)  and screens
    2 step and 1 step means=> number of screens displayed in maintainace
    if step1 is selected then we have a screen which will be like a table control for data entry.........
    for step2 we have a table control screen and a more detailed individual field display as second screen
    click on the button 'find screen numbers' so that system automatically proposes the screen numbers
    after which click on the "create" button and follow the required instructions/messages
    once done go to SM30 enter the table name to check if maintainance has been created properly
    Hope it helps,Pls check and revert
    Regards
    Byju

  • Table maintenance generator for a custom table

    Hi All,
    I have a requirement.
    I had created a custom table with 5 fields with partner_id as the key field.
    I had generated the table maintenance for this.
    But, when i maintain via sm30, the maintenance screen should display 7 fields, i.e
    for the partnerid, the firstname and the lastname has to be display as the second and third column.
    So, in the maintnenace screen sm30, i should have 7 fields display... but actually in real custom table, there will be only five fields (except firstname and lastname of partner).
    Please guide me how to do this development.
    Do i need to change the code generated via table maintenance and add these two fields in the table control and code to retreive the values for the firstname and lastname.
    Please help me.
    Thanks,
    Jaffer ali.S

    it is not a wise idea to add your custom fields in standard sap table maintenance generator screens..
    each time you do a re - generate, (in case you added a new field in the table, or changed a data element, ) you will have to regenerate your tabe maintenance generator, and you will lose your code...
    in this case, it will be better to create a custom screen with these fields and write code to populate the table..
    or to make it easy, create a maintenance view with all fields required,

  • No System selectable in Maintenance Transaction for SolMan 7.0 itself

    Hello,
    I would like to update Solution Manager 7.0 SPS17 (SAPKITL427) to EHP1 with a "Maintenance Transaction". But in Basic Settings, when I choose Solution Manager 7.0, the System and Logical Component (which is configured) aren't displayed. So in the next Step, the Button "Find Download files" under "Calculate Download files automatically" is greyed out.
    When I start a MOPZ for the connected ERP 6.0, the productive System (but Q and Dev not) and the configured Logical Component are selectable, and the Button works.
    So, I checked the SMSY-Configuration for SolMan and the ERP P-System, and cannot find a difference. And I think, that the QAS- and DEV-System should be visible too?
    Does anyone has an idea, what I have to check, to get the SolMan-System/Logical Component (and the QAS and DEV) in MOPZ?
    Thank you very much
    Regards
    Rudolf

    Thank you very much Waaseem,
    Solution was Note 1247550 (as "Sub-Note" of 1122966): All system are now visible (SolMan, QAS and DEV)
    When I now go to the second step I can choose "Maintenance" and select afer pressing "Find Download files" SPS till 21.
    But:
    For the ERP System I can choose "Enhancement Package Installation". As SPS 21 for Solution Manager is correspondig to EHP1, I think, I should see the choice  "Enhancement Package Installation" for the solution Manager, too?
    Is this correct? And, if not, should I solve it, to be able to install EHP1?
    Thanks and regards
    Rudolf

  • Create a Cockpit (Transaction) for Reports and Tables

    Hi Gurus,
    i am very new in ABAP. I want to create a Transaction/view in SAP BW where i can put my favourite Abap reports and tables and execute These directly from the created view/Transaction without se16/se11 or se38 Access and dont know if this is possible and how to do it.
    the reason herefore is that we get deprived in differently time ranges our authorizations for the Standard Transactions.
    I have a list of my tables and programms.
    Thanks for your help.

    we get deprived in differently time ranges our authorizations for the Standard Transactions.
    So you try to bypass security checks put in place by the Basis team
    or could you explain your requirement ?
    Remember (or learn) that creating such transaction, you are able to bypass following authorization checks using SU24 (Identity Management, User and Role Administration of Application Server ABAP, AS ABAP Authorization Concept, From the Programmed Authorization Check to a Role, Editing Authorization Default Data (Development System) / Editing Authorization Default Data (Customer System). )
    Regard,
    Raymond

  • Maintenance Transaction Table

    Hi guys,
    I have created a maintenance transaction for a custom table. It is using an SAP standard. It has an initial screen of showing 2 fields that is used to filter data.
    If there is no value placed in the second parameter, the cursor should automatically go to the blank text field.
    Is this possible? I used
    SET CURSOR FIELD 'FIELDNAME'.
    but not successful.
    <b><REMOVED BY MODERATOR></b>
    Thanks in advance.
    Benedict
    Message was edited by:
            Alvaro Tejada Galindo

    Is this what you are looking for:
      field  your_field   module validate_your_field    on request.
    *&      Module  VALIDATE_your_field  INPUT
    *       text
    module validate_your_field input.
      IF your_field IS INITIAL.
        MESSAGE E000.
      ENDIF.
    endmodule.                 " VALIDATE_your_field  INPUT

  • Two table maintenance generator for one table

    Can we created two table maintenance generator for one ztable. if yes then what will be the steps.

    Hi Prem,
    Why you need two table maintenance generator for a single table?
    We can generate only single table maintenance  generator for a single table.
    you can add modification event in  inside table maintenance if you need anything to change or validate in insde your table maintenance generator.
    Regards,
    Prasenjit

  • Main optimizer error - There is already a transaction for the system

    Hi Guru's,
       I am trying to download support packs from maintenance optimizer in solution manager system. When i select the logical system it gives the error
    'There is already a transaction for the system of this product version'
    After this error, it does not proceed further.
    There is many maintanence transactions in Maintanence optimizer. Now how to remove all these.
    Any ideas or solutions most welcome.
    Moses

    As Christian has already written, the only problem is that there is already an open Maintenance Transaction for that specific system. Maintenance Optimizer checks that you do not open two different Maintenance Transactions for a system at the same time.
    You only have to withdraw the old Maintenance Transaction to be able to proceed with the new one. Open the old Maintenance Transaction and click "Withdraw" on the bottom of the page. If it is grayed out, you need to go one step backwards, there you can withdraw it.
    Best regards,
    Joachim

  • Problem in View Maintenance -  Prompting for a request

    Dear Experts,
    We have upgraded from 4.6c system to ECC system.  i have a table maintenance generator for a Z table. it has been transported across systems ( DEV, QA). now when i try to edit some data in that view using SM30 and saving it...
    its prompting for a request in Quality system, whereas in DEV its not asking..
    kindly help on this regard.
    thanks
    Krish

    Thanks for the reply..
    In both systems the following are the setting in SE54
    Transport is in -> Automatic transport
    Adjustment is in -> Automatic Adjustment
    any othe clues...
    Thanks
    Krish

  • Journal Entry Preview before adding any transactions

    Hi experts
    Is there any way to see the preview of Journal Entry before adding any transactions.
    for ex ' AR Invoice '. Just like Simulate functionality in R/3 .
    Thanks
    Ashish Ranjan

    In Business One there is no such possibility.

  • Data entry for Z... table

    I created a table with 3 fields and want to maintain its data. I know that use SE54 and then SM30 to do that, but I got this error when I tried to maintain data in SM30.
    View/table ZREGION can only be displayed and maintained with restrictions
    Message no. SV792
    Diagnosis
    You tried to call a maintenance dialog for the view/table ZREGION, for which the table maintenance is only allowed with restrictions. You can only edit the data in the environment of another program or a view cluster.
    Could anybody give me a step by step solution for a user table? Any replies are greatly appreciated!

    Hi,
    I think while generating the table maint, you have chosen the option.
    Just relook at the Table maint, and change this property.
    That should fix the problem.
    Regards,
    Ravi
    Note : Please mark the helpful answers

  • Transaction for Assignments of Profiles & BP groups to external recipients

    Hello all,
    I've found that the assignment of the Profiles & BP groups to external recipients gets performed on the table TCORT_EXT_ASSIGN.
    But i was not able to find the transaction for filling that table,I was wondering if somebody would know in what transaction this table gets filled.
    Thank you!

    After looking a little time i finally located, the transaction is FTR_EXT_ASSIGN

  • Parameter transaction for table maintenance - multiple tables?

    Hello,
    I am very familiar with creating a parameter transaction to call SM30 for a specific Z-table of ours.
    However, I have 14 tables that a group of users will need to maintain. Rather than create 14 different transactions in SE93, what are my options?
    When creating a parameter transaction in SE93, I get the error that the field 'VIEWNAME' is used more than once. There has to be a way to achieve this with only one transaction.
    Thank you very much,
    Michael

    I dont think you can create a single transaction with multiple VIEWNAME's.Options I would suggest you is create a simple report with radio buttons for each table and call the FM "VIEW_MAINTENANCE_CALL" with the viewname based on user selection and create a single transaction to the report or create transaction for each and create a Area menu with all the 14 transaction.

  • How to regenerate a table maintenance view for a table.

    A  new customer defined field(y_status) was added to the table(ykxrdarea). But the field is not reflected in the view maintenance.busiess adviced me to regenerate the table view maintenance.
    Can any one help me how to regenerate the table view maintenance.

    Go to transaction SE11.Enter the table name and choose utilities from the menu and click on table maintenence generator.You will get the table maintenance dialog.Choose generated objects from the menu and click on change.You will get the change generation elements screen.Enter the reason for regeneration.In your case it is new field/sec.table in structure.hit enter and the table maintenance will be regenerated.If you go back and see the maintenance view now you should see your field.
    cheers
    Nishanth

Maybe you are looking for