Maintenance dialog

Hi all,
       While working with Tcode KES1 i got tthe following error message
" The maintenace dialog for T2513 is incomplete or not defined"
Help me to solve this issue,
Thanks in advance,
Charumathi.B

Hi Varun,
First create table maintenance generator.
Then use the path:
T/code SE93> Enter ZTRAN(Transactioncode name)> Select parameter transaction> enter description>
enter "SM30" at transaction--> check check box skip the intial screen.
Thne enter the following at parameters :
Name of screen field           Value
VIEWNAME                        ZTAB
UPDATE                               X
Then Save.
When nest time you call the transaction it will directly taking you to the table maintenance.
Hope this will help you.
Lanka

Similar Messages

  • Hidden fields in a maintenance dialog

    Hi,
    I have created a table maintenance dialog based on a view and I want to hide certain fields of the view. I know that this can be done by setting the 'P' field of that particular field to 'H' (hidden). But, I want the hidden value to be displayed in the form of asterisks(*) . How can this be achieved?
    Thanks,
    Divyaman

    Hi.
    You have to Change the code of the Function group generated (which is in customer namespace anyway)
    In the PBO event of the Screen :
      MODULE SET_FIELDS.
    Module definition:
      MODULE SET FIELDS.
        LOOP AT SCREEN.
            IF SCREEN-NAME = '<YOUR FIELD>'.
               SCREEN-INVISIBLE = 0.
                MODIFY SCREEN.
            ENDIF.
       ENDLOOP.
    ENDMODULE.
    <b>reward if Helpful</b>

  • Maintenance dialog for table

    Hello folks,
    I had successfully created a table and I tried inserting some records in to the table using table maintenance.
    I received the following error.
    'The maintenance dialog for table zxxx is incomplete or not defined'.
    What does this mean?? And what should I do??
    I am pasting the detail help over this error.
    The maintenance dialog for ZTV_DBS_RANGE_NO is incomplete or not defined
    Message no. SV 037
    Diagnosis
    The called function with the view/table ZTV_DBS_RANGE_NO needs a special maintenance dialog which, however, either does not exist at all, or does not exist completely.
    System Response
    The called function cannot be performed.
    Procedure
    Generate the required maintenance dialog.
    Please help

    You have to create the maintenance dialog for table you would like to use with transaction SM30 / SM31.
    To do this look the transaction SE55.
    (or SE11, select the table, MODIFY, (menu) Utilities -> Maintain dialog ... )
    Regards
    Frédéric
    Message was edited by: Frédéric Girod

  • How to create a cross-client table maintenance dialog?

    Hello everybody,
    I have a client specific table (mandt is the first key field) that should be maintained cross-client: In the table maintenance dialog, I want to change/create/insert values belonging to clients other than the current logon client. Can I do this with a generated maintenace dialog? If yes, how?
    Thank you for your help, regards, Kathrin!

    Hi Kathrin,
    I think you can't, you must create your own dialog maintenance program.
    They are some program to copy data from client to others .. but never seen any dialog cross client. (or remove the mandt  in your key).
    Regards
    Frédéric

  • Problem with a maintenance dialog for a table

    Hi,
    I created a table (ztable) with transaction code SE11 and a transaction (ztransaction) with SE93 to manage this table (ztable).
    When I use the transaction "ztransaction", I have a message like this :
    "The maintenance dialog for ZTABLE is incomplete or not defined".
    What can I do ? How can I complete or define the maintenance dialog ?
    Thanks in advance.
    Regards.
    C.

    First after creating a table you should creat a Table maintenance generator.
    Utilities -> Table Maintenance Generator .
    After creating Maintenance goto
    Environment -> Transaction
    This will succesfully create a transaction for your table
    You should give parameters while creating the transaction.
    UPDATE = 'X'
    VIEWNAME = your table name
    Bhupal

  • Maintenance Dialog is missing or not maintaned

    Hey...I am new in ABAP. I created a function group in dev environment and this function group consists of a database table with maintenance view and it has a transaction code. After I transport into quality environment, when i execute the the transaction code, it said that the maintenance dialog for the table is missing and not maintaned, when i checked the transport request is successful without any error. I am not sure what is the problem, Anyone can help? Thanks

    Hello
    Maintenance views consist of the DDIC objects and  a couple of entries in SAP standard tables. If these entries are not transported to the next system you will get the error message as described.
    To ensure complete transport of your maintenance view
    1) call transaction SE54,
    2) enter your maintenance view (description should be table/view) and
    3) choose menu Utilities -> Total Transport
    This will result in a complete transport request for your maintenance view.
    Regards
      Uwe

  • Adding F4 help to a field in a table maintenance dialog

    I have used SE54 to create a maintenance dialog for my table. I need to be able to use F4 in a field in the maintenance dialog that will read several values that have been entered into the table (in the same row) but not yet saved and then execute an SAP delivered function module that will present the user with valid selections based on the data input.
    I am somewhat familiar with events and modifications in SE54 but I am struggling with how to implement this.
    Thanks for your help
    Corwin Slack

    Hi Corwin,
    You can have Process on Value-Request on your screen where the field exist. You can use SE80 to edit the screen of the function group that table maintenance generator created.
    1. Edit the screen using SE80.
    2. Place a 'process on value-request' at the bottom of the flow logic.
    3. Below that, put this line
    field fieldname module get_help.
    4. Double click on GET_HELP and create an input module pool program.
    5. In this module pool, pass the values of the other fields in your screen to the function module that can provide you the list of values
    6. Use function module F4IF_INT_TABLE_VALUE_REQUEST within this module pool to popup the values.
    However, please keep in mind that the values from other fields on the screen are not populated in its field unless you hit enter.

  • View maintenance dialog

    Hi all,
    I am facing an issue in view maintenance dialog, during UCCHECK, it is showing as error with description as follows:
    Generated Code for View Maintenance Dialog is not Unicode-Compatible You can
    regenerate with the program RSVIMT_UC_VIEW_MAINT_GEN
    I am still doubt. What is the impact if I generate it as proposed? Are our own coding removed after generation? Thus we need to code manually again.
    Thanks !
    Chika

    It seems that you're in the Unicode system and the dialog is not Unicode compatible. This program will not remove any code, as long as it has been added using the proper methods (user exit, designated enhancement, etc.). In the worst case it will display an error message.
    You might want to check in advance whether your code is Unicode compatible though.

  • The maintenance dialog for V_AISUSER is incomplete or not defined

    I was not able to assign S-user for SAP Support Portal functionality from SPRO.  I received this error and my ABAPer didn't seem to able to help...would anyone ever got this error message and/or know how the resolution?
    The maintenance dialog for V_AISUSER is incomplete or not defined
    Message no. SV037
    Diagnosis
    The called function with the view/table V_AISUSER needs a special maintenance dialog which, however, either does not exist at all, or does not exist completely.
    System Response
    The called function cannot be performed.
    Procedure
    Generate the required maintenance dialog.
    Thank you in advance for your assistance.
    Regards,
    Franc

    Hi Nesimi,
    I wasnot able to maintain the "assign S-user fro SAP Support Portal functionality" by drilling down the following path from SPRO>SAPSolMan>Configuration>Basic Settings>Standard Config of Basic Settings>SolMan>Connection to SAP-->Assign S-user for SAP Support Portal functionality.
    I have to follow the following path to maintain Table "AISUSER" = SPRO>SAP SolMan>Config>Scenario-Specific Settings>Service Desk>Service Provider SW Partner>Maintain Table AISUSER.
    What's a ditto...
    Thank you again for your time.
    Cheers,
    Franc Nguyen

  • Maintenance Dialog for V_T7INDA_OFFGRP does not exist

    Hi Friends,
    I have tried to enter the values in the view V_T7INDA_OFFGRP, but I am
    getting a message, that 'Maintenance Dialog for V_T7INDA_OFFGRP does
    not exist'.
    When I went to se54 to create the Maintenance Dialog, I am not able to
    see the View V_T7INDA_OFFGRP in the funtion group HRPBSINDA_DDIC.
    Can you please help me how I can creat the Maintenance Dialog for this
    view.
    Thanks,
    Suresh Kumar Paturi

    Procedure compiles OK if I replace
    SELECT hsecs INTO pseudoRandomSeed FROM V$TIMER;
    by
    pseudoRandomSeed := DBMS_UTILITY.GET_TIME;
    I still would like to understand the reason of the error as why the procedure cannot compile with SELECT hsecs INTO pseudoRandomSeed FROM V$TIMER;
    Thanks

  • Maintenance Dialog for T25* Tables in Tcode KES1

    Hello,
    I am getting an error saying there is no Maintenance Dialog for T25* tables in KES1 Transaction. Please let me know how to go ahead and solve this issue.
    Thanks very much in Advance.
    regards,
    Mahesh

    Hi,
    I am also getting the same error "Maintenance Dialog for T25* Tables in Tcode KES1"
    Did anybody have any solution for this.
    Regards,
    Mohan

  • Maintenance dialog with Number Range Object

    Hello Experts,
    i want to create a maintenance dialog with some fields for maintain a db table. In this field i have a id. This i should increment automatically like a Number Range Object. How can i do this.
    E.g.
    id    name
    1    manfred
    2    steve
    When i will write a new name i only want to write the name not the id. The id should be the 3 in this case automatically. Can anybody say how i can do this?
    Regards
    Chris

    I would guess you can create a number range object and then use the NUMBER_GET_NEXT FM to get the next number as part of your event (before saving like event 01 or other events as per your requirement) ...
    Check out the following links which talks about making field READ only
    HOW TO MAKE FIELDS AS READ ONLY IN TABLE MAINTAINANCE
    and also the wiki entry on table maintenance
    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=93454609

  • Maintenance Dialog Date Subscreen

    Hi,
    I have implemented a 2-level-maintenance dialog. I have generated it based on a view, additionally I used the function "time-depended" generation, consequently I got a date subscreen on the detail subscreen.
    This date subscreen sometimes causes problems: Usually if we enter the subscreen, an element is marked by the ">". But sometimes no element is marked by entering the detail screen.
    Any ideas?

    Hi,
    well the maintenance dialog is more or less automatically generated:
    I have got a maintenance view and then generated maintenance dialogs by "se54". additionally i have used the function "time-dependent" generation.
    In the detail dialog I have the following code:
    PROCESS BEFORE OUTPUT.
    MODULE detail_init.
    MODULE DATE_D0001_IF_EXP.                        
    CALL SUBSCREEN DATELIMITS                         
      INCLUDING 'SAPLSVIM' '0001'.
    PROCESS AFTER INPUT.
    CALL SUBSCREEN DATELIMITS.                        
    MODULE DATE_D0001_IF_IMP.                         
    chain.
        FIELD <Keyfield1>.
        FIELD <keyfield2> .
      module detail_pai.
      MODULE DATE_D0001_COMNDS.                        
    endchain.
    Any idea?

  • Table maintenance dialog

    Hello friends,
    What is the use of generate table maintenance dialog?(se11 --> Utilitys --> Table maintenance generator)
    What is the use of function group in table maintenance dialog screen?
    TIA
    Sreekanth

    Hi,
    What is maintenance type --> One step and two step - It refers to steps in creating a table value.
    Ex: Two step will have two screens for creating a value.
    What is Miant Screen no --> Overview screen and sinlge screen - It refers to screen nature.
    Overview screen - While displaying table entries, all values will be displayed in a single screen.
    sinlge screen  -  While displaying table entries, only single value is displayed.
    Thanks..
    Edited by: Sap Fan on Mar 5, 2009 8:00 AM
    Edited by: Sap Fan on Mar 5, 2009 8:01 AM

  • The maintenance dialog for J_2IVLYCTR is incomplete or not defined

    Dear experts,
    In transaction code J2I7 following error is appering
    The maintenance dialog for J_2IVLYCTR is incomplete or not defined
    Regards,
    ABHIJEET JOSHI

    Hello,
    This depends on the version and release level, Please check this veiw of J_2IVLYCTR . If these below given entries are not their then
    MANDT     MANDT     CLNT     3     Client
    BUKRS     BUKRS     CHAR     4     Company Code
    REGISTER     J_2IREGSTR     CHAR     10     Register name
    LAYOUTNR     J_2ILAYNR     NUMC     3     Layout number
    LAYOUTNAME     TDFORM     CHAR     16     Form Name
    LAY_DESC     J_2ILAYDES     CHAR     64     Layout description
    PROGRAME     PROGRAM     CHAR     40     Program/transaction in SQL trace analysis
    ROUTINE     J_2IROUTIN     CHAR     30     Form routine
    NOOFCOPIES     J_2INOCOPI     NUMC     3     No. of copies
    OUTDEVICE     RSPOPNAME     CHAR     4     Spool: Output device
                                                                                    if not available add these entries in above mentioned table  and check J1I7 tcode.
    Regards
    Mahesh Naik.

  • The maintenance dialog  for SM 30

    Hi i am maintaining a table through SM30. and i have used one display field in transaction for that table. when i am entering data through transaction that disply is getting displayed when i press ENTER. but when maintaining through SM30 thet display Maintanance dilog Incomplte,
    then i went tbel maintanance and create ,but it doesnt save
    please help me
    This is the  error i am getting'
    <b>The maintenance dialog for ZFT017_GLCST_TR is incomplete or not defined</b>
    kanishka

    Hi,
    there is a prob in Table maintenace Generation Cretaion.
    se11> table name> change.
    Menu- utilities- table mauintenace Gen .
    Give Authorisation Grp and Funct Group.
    Single Step
    Provide Screen No.
    Then Assigning the tCODe.
    Se93.
    In this U shud give TABLE VIEW :    TABLE NAME.
                              UPDATE       : X  <----
    Ensure This u have given.
    Rvert Back if any issues,
    Reward with points if helpful.
    regards,
    Naveen

Maybe you are looking for

  • Windows 8.1 driver for P1505

    Hi, On your printer support download page, I found an update for my driver but the installation stalls to 1/3 after less than 10 seconds. I tried to install a least three times to no avail. My portable pc is only a year old and powerful but now runni

  • Migration Assistant from old iMac to new iMac

    I have just purchased a new iMac and on startup the setup assistant allows me to move all my data and setup from my old iMac to my new iMac. However when I start although both iMacs seem to acknowledge each other the transfer does not occur. I new iM

  • Started a 2 year contract with Verizon June 2010, but says i can't upgrade until November 2013?

    I got my original Droid back in June 2010 with a 2 year contract and haven't upgraded since then. This droid is acting up now and I tried to upgrade today, but it says i am not eligible until November 2013? How is this possible??

  • Tabs in the Printout

    Hi i m using .. \t to seperate different colums. I dont want to use a table or a list as the program is very simple, all i want is that output shud look well formatted & aligned, with a tab separation. On screen it looks OK , but when i print it , "/

  • Schedule a CSV File upload?

    I have a requirement from a customer to upload a Exchance Rate Currency file into an Oracle 10g database table at a specific time every day. I can see how to upload the table, but I need to know if there is a way to schedule this to happen daily and