Problem in copying view maintenance screen

Hi to all experts,
I have requirement to copy a standard view with maintenance to z view . The view name V_T71ADM23 which has a function group HRECM00ADMVIEW05 i copied it to z function grp but the problem is im getting this error when im trying to put the custom function grp to the table maintenance generator.
first error
The screen number 0501 is already assigned
but not referenced in the control directory
for another maintenance dialog.
Overwrite old screen number
in control directory?
yes or no
if click yes
second error
View VT71ADM19 has no active version and no entry in the control directory
View VT71ADM20 has no active version and no entry in the control directory
View VT71ADM21 has no active version and no entry in the control directory
View VT71ADM22 has no active version and no entry in the control directory
View VT71ADM23 has no active version and no entry in the control directory

how to do this
Delete the generated modules for view VT71ADM19 from the function group ZHRG0007 using the function library.

Similar Messages

  • F4 help for fields in maintenance view resp. generated maintenance screen

    Hello,
    I’m new to ABAP and I have to deal with the following requirement:
    I have a maintenance view V1 what from a maintenance screen was generated automatically by the maintenance screen generator.
    Now I have to add a search help for one field F1 of the maintenance screen. The values for the search help of F1 depend on a specific value of a second field F2 of the maintenance screen. So I need value of F2 as import parameter for f4-help. F1 and F2 come from different tables.
    As I’m new to ABAP I have several questions or thoughts:
    - I’m not able to easily add a search help to F1 because I’m using the maintenance view V1 and that’s why it is not possible to assign the import parameter F2 to the search help – right?
    - In general, its not that easy to add search help to views than tables or structures - why?
    - I’m not able to just modify the generated objects because further automatic generation of the maintenance screen will delete it – right?
    - The generated function module provides user includes to add user specific coding. Is there any chance to add a f4-help to field F1 and assign value of F2 to that search help as import parameter with coding in user include?
    - any other ideas? I did not expect this topic to be so complicated as the requirement to change f4-help in a maintenance view resp. screen isn't very special.
    can anyone help me?
    Thank You!
    Regards
    Fabian

    Hi Fabian,
    Phew! Thats quite a few questions in one... I'll try to answer them to best of my knowledge..
    You can definitely have an external Search Help for a field of a Maintenance View, by calling it directly in the Screen Action Flow, using a PROCESS ON VALUE-REQUEST (like PAI or PBO). While defining such custom code on a generated screen, always make sure you do not write the coding inside the generated includes (SVIM* or <FUGR>TOP, <FUGR>DAT, etc..). Define new includes, or use those which are not generated by View Maintenance. This way, even if the dialogue is regenerated, your custom code will not vanish.
    This will answer your questions 1 and 2 generally, and your question 3 also.
    A Maintenance View, is something where values are read and populated purely at run-time. It does not have an Entry Help or such options, as it depends on the underlying tables. I hope this further helps with questions 1 and 2.
    Coming to your question 4 and 5, which form the main question - pre-filling value of F2 while calling search-help for F1 - yes, it is possible. On the view maintenance screen, there are standard structure variables (like EXTRACT TOTAL etc), which will give you the field values of the current record. But, it can no way assure that when you call the help for F1, the field F2 is already filled!
    For this, I can suggest that you programmatically implement a check to see if F2 value is filled, and read if it is. Or, if it is not filled, maybe you can shoot a Pop-up for F2, take the value at run-time, find help for F1 and get value, and also fill the F2 value (from your implementation) into the currect screen F2 value! (Phew...it is complex...)
    But am sorry, there is no other way, wherein you can gaurentee that F2 value is pre-filled always, when you can help for F1. (You could try making F2 as obligatory on screen, but it still doesnt necessarily solve this purpose..!).
    Hope it helps. Get back to me by e-mail if you need more help, or simple post a reply.
    Regards,
    Rekha

  • Problem in creating a maintenance view for a ztable

    hi, all, what should I fill in the function group and authorization group and other contents required? thank you in advance, I really confused with it.

    Hi Dawson,
    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 (to whom this table maintenance should be allowed),
    Function Group name (Function Group name can be same as table name or it should start with 'Z' or 'Y'),
    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.
    Function Group: We need to provide a Z function group name, so that SAP generates an module pool program in the background for the table maintenance.
    Authorization Group: To which group of users this table maintenance should be allowed (Eg: MM, SD etc).
    Regards,
    Ramesh

  • Problem in creating table maintenance generator for 61 fields in table

    Hi Experts,
    I am facing problem in creating a table maintenance genarator for a ZTABLE which has 61 fields
    i am using below details whicle creating the TMG
    in Maintenance screen
    i am giving maintenance type as two step
    Maint screen no overview screen 2
                              single screen        3
    Dialog Data Transport details
    Recording routine    standard recording routine
    but it is giving following error
    screen SAPL<ZTABLE NAME>    0003 could not be generated
    In DYNPFIELD_ATTR mandatory field LINE has no value
    please let me know how to sort out these errors.
    Is there any limit on the number of fields for which we can create table maintenance generetor.
    Thanks a lot in advance
    Sudipto

    Hi Sudipto,
    There is not limit to the number of fields of the Table which can be used in TMG for generation. But, from the usability point of view this will horrible.
    I created a Z table and added 64 fields and was able to generate the TMG with the screens perfectly. So, I guess there should not be any problem.
    Well, have a look at the Function Group. I guess the screen numbers are already used by some other screens. You can set the system to propose freely available screen numbers from the pool.
    Also, check whether proper authorization is assigned or not.
    And if nothing is working, you can degenerate all the generated screens and then can have a new regeneration of it.
    Hope these tips will work.
    Thanks,
    Samantak

  • Error displaying when trying to view the screens

    Hi All,
    when a user is trying to view the screens in the portal he is getting a message saying "wp integration . js could not find capwf_send sess info () to send bbpsc07ssess info to dsm portal dsm - interface might have changed"
    what settings must be done to avoid this mesage in portal or in r/3
    anyone tell me how to resolve this.
    urgent issue. 
    vv

    I sometimes get this message when compiling my projects outside of RH (using Far HTML tool for example). Generally, for me this occurs when the compilation fails with errors for some reason or freezes up, so that the compiled file is broken. Again, I don't think I've experienced this problem with RH itself compiling my files, but for what it's worth, here's some things to try.
    Create a backup of your help project before proceeding:
    Sometimes the MS help compiler doesn't like to be buried far down in a directory structure. Try copying your project directory up to your root drive level and recompile there. Or maybe set your output file to a dir at the root level.
    Sometimes there's an issue with an .htm file name that the compiler doesn't like (an odd character etc). That's harder to find. What I do is systematically strip out half of the documents, recompile and see if that solves it, removing or adding back in as necessary to find the problem file.
    It may be that there's a problem in the HHC or HHK file. I've had odd problems where our translators will mess tags up, like leaving out a needed closing </OBJECT> tag was missing in the HHC or something that caused the compiler to fail. Try compiling without an index or contents tab and see if that fixes it. If it does, you know that one of those files is causing the problem.
    I don't know if there's one set solution to the problem because I think this can be caused by different things. What I would probably do is create a brand new RH project and then import files from your old one into your new one a few at a time, recompiling as I go to try to track down where the error occurs. Once you find a problem, check the file name to make sure there's no odd characters. Sometimes even a dash character (-) can sometimes cause problems. I try to stick to underscores and alphanumeric chars only.
    Good luck!

  • How to change width of table maintenance screen in sm30

    Hi,
    I want to change the width of table maintenance screen in sm30 of a view. I am trying to change it through screen painter.
    But its giving me error - screen or window limit reached. I want to increase the widht to show all the fields at once.
    Is there any way for this?
    Also, earlier in table maintenance generator of view, there was one step selected. I changed it to two steps and re-generated the TMG. But again Its showing only one screen in sm30.
    Kindly tell me which step I have missed out.
    Regards,
    Seema Naharia

    I guess the links below should help in your problem ..
    http://www.saptechies.com/how-to-create-table-maintenance-generator/
    Window size on SM30
    If these do not please tell ..
    Regards,
    Manthan

  • Creating Customized Table and Modify Table Maintenance Screen

    Hi,
    I have already created customized table and generate the table maintenance screen, however i encountered 1 problem which is i cannot add new PAI and PBO module in the flow logic. Every time i wanna add new module, i will be getting error message saying that my user currently editing the screen. Any suggestion ?
    Thanks.
    Jon

    Hi <b>Jonathan</b>,
    Please close all the windows and relogin
    For making PAI and PBO modules, Please activate all the Table and its maintainence view.
    Now first make emptu file with <main filename>_PAI and <main filename>_PBO save and activate them.
    Now put the logic in them and then activate now call these in the main prog.. it should work...
    While activation all the sub program modules should be activated already... i suggest select all the prog and sub progs and activate them all at once...so the system automatically takes care of inner activations first...
    If u have some more quereies... please feel free to contact me...
    Regards,,
    <b>Abhishek</b>

  • I have a brochure I need to print. When viewed on screen it is pixelated, however when I change to presentation view it is fine. I need to print on presentation view. How do I do this?

    I have a brochure I need to print. When viewed on screen it is pixelated, however when I change to presentation view it is fine. I need to print on presentation view. How do I do this?

    Sounds to me more like you have the Display Performance set on Typical rather than High Quality Display. Unless there is a problem with a missing or out-of-date link, the display in ID has nothing to do with output quality -- all of the image data is used for output.

  • WYSIWYG Printing Problems in Month View

    Does anyone know how to get printouts of the monthly calendar view to actually replicate what is on the screen? Even though I have set preferences to suppress times in the Month View (which does work on the screen), the times still appear when I print. Also, even though the text appears in the appropriate color on the screen (according to the color-coded task I have assigned), only the tiny leader bullet appears in color on the printed version.
    I have tried to set everything as an all-day event (which does suppress the times, as well as prints it in the appropriate color capsule), but this impacts the hierarchical ordering of the task on the calendar (ie. red tasks are homework, so I want them to appear as the last items on each day's tasks).
    Thanks for any insight you can offer!

    I'm also having a WYSIWYG in printing iCal. For me it's in the Week view. The event does not print out the way it appears on the screen. The problem started when I moved to the new iMac Intel computer. On my G3, it printed exactly as appeared on the screen. I can see the problem right on the Print screen (new in the latest version.)
    There are no updates for the computer. We've installed them all.
    I don't see any choices in the Preferences or the print screen that change anything. The exact problem is that the event appears as a tiny sliver in the time alloted on the week view - it doesn't take up the full time blocked out. It's as if the program is leaving extra space in case I want to add other events during the same time. When entering the event it looks great.
    Any ideas out there?
    iMac   Mac OS X (10.4.7)  

  • Problem on copy with hp printer m127

    hi
    sorry! my english is not good
    i have a printer hp m127 and i have problem on copy with this printer
    when i copy a A4 paper from feeder or glass don't print about 1 inch of botton of page but when i scan this page, it's correct and when i print scaned document, it's correct too
    I do'nt know why this problem exists
    thanks alot
    This question was solved.
    View Solution.

    Hi @hamidjoon , and welcome to the HP Forums!
    I see you are having copy issues.  I'd like to help!
    Before we get started, I need a little info:
     I am linking a few HP Support documents below that will show you how to find which operating system you are using. Also, if you're using Windows, please include whether your operating system is 32-bit or 64-bit.
    Mac OS X: How Do I Find Which Mac OS X Version Is on My Computer?
    Which Windows operating system am I running?
    Is the Windows Version on My Computer 32-bit or 64-bit?
    Please let me know what you find.  Thanks for posting on the HP Forums!
    Please click “Accept as Solution " if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks" for helping!
    Jamieson
    I work on behalf of HP
    "Remember, I'm pulling for you, we're all in this together!" - Red Green.

  • Reg:View Maintenance

    Hi Abapers,
    One new field is being added to a joining table and view during upgrade activity.. I have accepted these changes to both joining table and view.. generated table maintenance successfully.. When i'm trying to delete the existing maintenance for view to re-generate again, i'm getting below error: J_1GSL_CTRL_V maintenance interface cannot
    deleted because of IMG link
    Can someone please help me as how to regenerate this view maintenance...
    Thanks & Regards,
    Padmasri.

    You don't have to delete your maintenance - just go into change mode and select 'Create Modules' 'Create maintenance screen' and 'New field/sec.table in structure'.
    On the next popup select the screens you would like to have regenerated and select if you added key fields or secondary fields.
    That should do it.
    The other option would be to remove the link from IMG - delete and regenerate the view maintenance - and put the link back into IMG.
    Hope that helps,
    Michael

  • Data Type with reference and view maintenance

    Dear all,
    There are two questions that I want to ask.
    1.     Error when referencing a table with data type = u2018STRINGu2019.
    I have a Z table with some fields = u2018stringu2019, when I use this as a reference, an error prompted.
    "ZTBL_ABC" must be a flat structure. You cannot use internal
    tables, strings, references, or structures as components.-
    2.     Error in generating the View maintenance for field length > 255.
    Actually, I want to create fields with
    1.     data type = char(255),
    2.     data type = text
    3.     data type = char(3000)
    It is okay if I create the field with the selected size, however, when I generate the View maintenance (which can be access through SM30); it does not allow me to do so. It still not working if I change it into string. How can I create such table and use the table maintenance, as well as using that as the reference type of an internal table for another program?
    Regards,
    Mandy Au

    Hello,
    1st of all a table which has a field of type string can be converted in to table maintenance because TM does not support string type as it becomes a very big field to be displayed on screen ... so u need to change that.
    and then about the CHAR of length 3000 is too big ... to have a max limit of 255.
    If you change this both u will be able to generate TM.
    Incase after changing the field length it it gives error in activatin your table then go to SE14 put your table name EDIT and then Adjust n activate it....
    hope this was helpful
    --- Close the post once you get the solution

  • View Maintenance disabled in development and quality

    Hi,
    In my development , except client 100 where I generate request, and in quality , i cannot maintain view maintenance data like fiscal period, exchange rate. Is anything missing from basis side. Also I have observed that exchange rate is creating a request in development where i generate transport request. But in production it is enduser functionality.
    Cheers

    Hi Chandan,
                           Client copy is the last option. I want you to ask your functional consultants to go through all the TP's which are transported, ask them to check modified  object are transported or not?
           You check the all the TP's return codes, this will give you idea of weather they are successful or not.
    Regards,
    Hari.
    PS: Points are welcome

  • Error with the table maintenance screens

    Hi Experts,
    I have created a maintenance view for two tables. The first table has only one field, which is the primary key. The second table is the text table for the first table, where the description of the primary key is maintained. Initially after creating the table maintenance for these two tables, all the fields were comming correctly. The first table showed only one field in the SM30 and the second table showed all fields in SM30(primary key, its description and the language key). The table maintenance was later deleted and regenerated, due to some changes in the table. After regenerating the TMG it is seen that the first table shows all the fields in SM30 same as the second table. I feel the function group program is not getting refreshed. Is there any method to regenerate the function group.
    Thanks in advance.
    Regards,
    Anu.

    Hi Dhina,
    I deleted the TMG for both the primary table and the text table, but when I check in SE16 I still find all the fields in the primary table just like the text table.
    My first table has
    MANDT
    EDUCATION_TYPE
    My second table has
    MANDT
    LANGU
    EDUCATION_TYPE
    DESCRIPTION
    I have create a maintanence view joining the above two tables(with the following fileds MANDT, EDUCATION_TYPE, DESCRIPTION), and deleted the table maintenance of the above tables. But still when I check the first table in SE16 I can see fields MANDT, EDUCATION_TYPE, DESCRIPTION.
    What is the problem with the table maintenance?
    Any idea?
    Thanks
    Anu.

  • Restricting user from taking printout, copying and taking screen shots

    Hi,
        In KM,   is it possible to restrict the user with read permission from taking printout, from copying the document, from taking screen shots for a document.
        If possible , how to achieve it.
        All helps will be appriciated.
    Regards,
    Shanthakumar.

    Hi,
    Once the user has read permission and able to view the document, there is no possibility to stop this user from taking printout, copying and making screen shots.
    Check this similar thread:
    https://forums.sdn.sap.com/thread.jspa?threadID=826025
    Regards,
    Praveen Gudapati

Maybe you are looking for

  • IWeb 2009 - Crash & Domain.Site possible corruption?

    I was working on a webpage that I publish to my MobileMe account. Created the Welcome page, no problem, when I got to the "My Albums" is when my crashing problem begain. Something regarding a Kernal Exception (SGID). These were the steps: Created Alb

  • Script logic folder empty!

    Hello every body, After installing Patch1 of BPC MS 7.5 SP04  I had a problem with script logic folder when expanding the Legal application in the Admin console. The folder is empty, no Logic found, even the Default.LGF!!! When I try to create a new

  • Help Me  : Import Chart of account

    Hi all . I prepare file chart of account , type .txt  , I use data transfer workbench to import , so I received a messenge : "Legal parent number Application -defined or object-defined error65171" , please help me . Thanks alot .

  • PS Elements 10 Interface w/Lightroom 3

    MAC OS 10.7 Lion user. While in Lightroom 3 I attempt to send an image to PSE 10 for additional editing. PSE 10 opens, however the image is NOT shown. I have tried to ensure that preferences in both LR 3 and PSE 10 are properly set. I have tried unin

  • IMovie 09 export better quality then FCP 6

    whats with that i put a few clips in the new imovie and it looked awesome then did the same thing with fcp and it looked crappy is there an exporting setting or something