Maintainence View Problem

I have created a ztable, and have used that table in maintainence view, but when i use that view in sm30 for entering the data, one of the field description is not coming it is just showing '+' ., what would be the problem .

in the ztable for that field u might have used a data element which has no description. If there is no description for a field then in SM30 it will be shown as +.
To solve this, for this field create a new dataelement and assign the dataelement to the field. Then goto table maintenance, delete the one existing, create a new one and activate it.
Now, when U go to SM30, u will see the description instead of +.
Award Points...Useful...

Similar Messages

  • Problem when creating  a tcode for maintainence view

    when i'm trying to create a tcode for maintainence view of table ,i used to fields view name: here i gave the table name;
    update : x
    now when i activated and executed the tocde the screen is showing some abnormal values in the display..this is happening in the development server..can any one help me on this..i can send the screen shot if required..thanks in advance,,
    challa

    hi,
    thank you.
    i have done the same...but here i dont want to skip the intial screen...so i didnt check that box..now comes the problem ..i can see some boxes with 'x' at the end of the paarameters..give me u r mail id i can send u the screen shot..
    thanks,
    challa

  • How to retreive data from a maintainence view?

    Hi all,
    I have used select query to retreive data from a maintainence view. But it gave me a syntactical error that XYZ is not in abap dictionary , it's a database / projection view?
    So can't we get data from a view using select query?
    Please share if u have answers.
    Thanks & regards,
    Chandru

    Hi,
    Maintenance view will be created for database tables only.
    Just display the maintainence from SE11 and click Tables tab in the screen
    Here you can find the list of tables used to created for Maintainence view.
    YOu can use these tables to write SELECT.
    If you give us the maintainence table, we will help you.
    Thanks,
    Ramakrishna

  • Remote Control and Remote View Problem

    Hi,
    I work at a High School running Netware 6.0 SP5 and Zen works 4.01 ir7.
    Remote Control and Remote View works great but I noticed one problem.
    We have a logo of the school that is forced down on to the desktop when a
    user logs in through group policies. This logo works perfect for the
    desktop wall paper and loads every time a user logs in.
    When I Remote Control or Remote View a computer the users desktop wall
    paper turns from the logo being forced down through group policies to the
    desktop to a blue desktop wall paper.
    I would prefer the desktop wall paper staying the schools logo when I
    Remote Control or Remote View because if the desktop wall paper changes to
    the blue color I mentioned above when I Remote Control or Remote View the
    users computer, they will know that someone is taking over their computer
    which sometimes we dont want them knowing.
    We have Windows 98SE computer running Novell Client 3.4 and we have some
    computers running Windows XP Professional SP1 and Windows XP Professional
    SP2 both running Novell Client 4.91 SP2.
    The Remote Control and Remote View problem of the desktop wall paper
    changing on the users computer occurs on all operating systems mentioned
    above.
    Is there a solution to my above problem? When Remote Controlling and
    Remote Viewing someone's computer I don't want the desktop wall paper to
    change.
    Thanks!

    Bpilon,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Maintenance view problem "No data maintenance Authorization; Display only"

    Maintenance view problem
    <b>Question 1>>>></b>
    > I have created a table with Display/maintenance allowed and technical setting Data class - APPL0 (master data, transparent tables).
    >> Then I have created a maintenance view thought utilities->table maintenance generator where i have specified the Authorization group as &NC& (w/o auth. group)
    ->and also created a function group and specified in the maintenance screen-> I have selected maintenance type as one step-> i have given the overview screen number->and in Recording routine i have selected - no, or user ,recording routine.
    >>> Now when i go to transaction SM30  and put the table name and press on maintain button I get a information box saying "<b>No data maintenance Authorization; Display only"....</b> and it only displays the data.
    my problem is I want to enter data through maintenance view (SM30).
    <b>2nd Question >>>></b> once i create a function group for maintenance view how can i assign a transaction for this. <i>(as if i do it as we do for a module pool program it gives me error)</i>Thank you.
    kailash

    SE93.  Enter a transaction name.  Create.  In the pop up enter a title and select 'Transaction with parameters'.
    Next screen fill the following;
    Transaction 'SM30'
    Check 'Skip first screen'
    In the table control at the bottom of the screen
    Name of screen field 'VIEWNAME'
    Value <your table name>
    Name of screen field 'SHOW'
    Value 'X'
    Save.
    Job done.

  • To use a maintainence view in programe.

    Unlike projection and database views, i am not able to use maintainence views for getting the data using the SELECT query .
    How can we get the associated data using the maintainence view.

    Hi,
    We can call the VIEW_MAINTENANCE_CALL function module inorder to use the maintenace view.
    To this pass the view names and U for Updattion and S for display.
    This maintainenance is used to update the tables and display them.
    pls check this link for it's usage -
    Plant , Storage Locations...
    Regards
    Lekha

  • Maintainence View-Data Selection

    Hi,
        I need to update a table in Oracle with the SAP data.
        The SAP data is in a maintainence View.When I try to select the data into an internal table ,I am getting an error message that tells that the corresponding View is not defined in the DB as a table ,projection view or database view.
    Can we select data from a Maintainence View??
    Thanks.

    Hi,
    check this
    MAINTENANCE VIEWS:
    Maintenance View   ( SE54 )
    Maintenance views enable a business-oriented approach to looking at data, while at the same time, making it possible to maintain the data involved. Data from several tables can be summarized in a maintenance view and maintained collectively via this view. That is, the data is entered via the view and then distributed to the underlying tables by the system.
    Data that is distributed on more than one table often forms a logical unit, called an application object. You should be able to display, change and create the data of such an application object together. Users usually are not interested in the technical implementation of the application object, such as the distribution of the data on several tables.
    You can maintain complex application objects in a simple way using a maintenance view. The data is automatically distributed on the underlying database tables.
    All the tables used in a maintenance view must be linked with a foreign key. This means that the join conditions are always derived from the foreign key in the maintenance view. You cannot enter the join conditions directly as in a database view.
    A maintenance interface with which the data of the view can be displayed, changed and created must be generated from the definition of a maintenance view in the ABAP Dictionary.
    When the maintenance interface is created, function modules that distribute the data maintained with the view on the underlying tables are automatically generated.
    The maintenance interface is generated with the Transaction Generate Table View (Transaction SE54) or from the view maintenance screen with Utilities -> Tab.maint.generator.
    With thanks & regards,
    Sravani yendru.

  • Adobe Content Viewer problem. Please Help me...

    Hi after updating online. Folio, I tried to update the trial version of the publication on my iPad but I get this message: "the issue isavailable for dowload, but new signing for an application version. Update the application from the App Store. "I went to the AppStore and was not any update of the Content Viewer ... I deleted the version on my iPad I downloaded again ... but without success gives me the same problem ... Please help me ... how can I do??
    thanks

    Hello Bob and thank you for responding so quickly ... Would you be kind enough to send me the link where I can download older versions of Folio Builder and Folio Producers Panel tools for InDesign 5.5. I'm looking for them but I can not find them.
    Thank you for your patience.
    Il giorno 21/gen/2012, alle ore 16:18, Bob Levine ha scritto:
    Re: Adobe Content Viewer problem. Please Help me...
    created by Bob Levine in Digital Publishing Suite - View the full discussion
    As discussed in numerous threads already, the new viewer has not been approved by Apple yet.
    If you’re a pro or enterprise customer you can create your own viewer app. If not, you’ll have to wait or roll back to the older tools.
    Bob
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4155907#4155907
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4155907#4155907. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Digital Publishing Suite by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Flash Player viewing problems

    I'm having full screen video viewing problems on facebook which I hope to get resolved.When selecting a video to view on Facebook the video goes to about a 2" high strip across the bottom of the player. When this happens I have to click the full screen icon on the bottom right corner of player to view the video, so far this problem is only happening on FB. I would like to know what's causing this problem and how to get it resolved. I've got the current player version and all my Computer Software and Drivers are up to date
    My System Info
    Gateway Laptop
    Windows 7 HP w/SP1
    IE11
    Flash player current 15.0.0.233
    Norton 360

    Yes, it says it is enabled:
    Name:              
    Shockwave Flash Object
    Publisher:         
    Adobe Systems Incorporated
    Type:              
    ActiveX Control
    Version:           
    10.1.82.76
    File date:         
    Date last accessed:
    Today, March 08, 2012, 20 minutes ago
    Class ID:          
    {D27CDB6E-AE6D-11CF-96B8-444553540000}
    Use count:         
    24711
    Block count:       
    0
    File:              
    Flash11e.ocx
    Folder:            
    C:\WINDOWS\system32\Macromed\Flash

  • My illustrator CS6 is having screen viewing problems. Everything is blurry

    My illustrator CS6 is having screen viewing problems. Everything is blurry

    All files look almost as if they are in a draft mode. Doesn't matter witch file I open they all look the same. but very thing is printing out fine. Also I tried creating a test user and down loaded the trial version and it works fine.

  • Cover Flow view problems

    Hello Everyone and congratulations for the Support Forum!
    I am experiencing Cover Flow view problems since I installed iTunes 10 on my windows based laptop.
    I here enclose address of a picture to let you better understand which the problem is.
    http://img684.imageshack.us/i/itunescoverflow.jpg/
    I kindly ask you for providing a solution on the issue.
    Thanks and Regards,
    Antonio

    Hi,
    I found the solution here : http://discussions.apple.com/thread.jspa?messageID=12623727&#12623727
    I rebuilt my library...
    Enjoy :-D

  • E 63 Youtube viewing problem

    E 63 Youtube viewing problem.
    When i click on the youtube movie clips first Real Player opens for a second and then it shows
    First tries to connect.
    "Unable to connect"  after that it shows
    "Rtsp Temp" not saved. Save now? and gives a Yes and No option.
    If you press Yes , it shows saves to Galary
    If you open the Galary u will find the file is saved in Galary Stream links.
    When u try to open it, it says Define defaulat access point and stops.
    Please let me know how to solve this.
    Regards,
    Chritopher

    i had this on my phone
    try this
    go to menu > media > real player > options > settings > streaming > network > default access point
    change it to the access point u would use to connect to the internet
    u will have to keep changing this option if u plan to use different wlan connections
    if my post helped u out, please click the Star next to it to add some KUDOS to my name

  • How to create function group in Maintainence view

    Hi,
    For creating a maintainence view of a particular table (only1) what is the need of a function group. How can i create a function group like what type of includes, etc are present in the function group,etc.
    Thanks,
    Arnab

    in the table maintenance view
    just enter the function group name any(Z* )
    and give the screen name (single or over view Scree)
    It will automatically creates the function group which ever you specified.
    now the function group contains
    the screen, TOp include ...
    Thanks
    Sekhar.

  • Maintainence View not displaying contents

    I have 2 custom tables one is zemployee and other is zdept. The foreign key is Dept No. I went to SE11 and created Maintaince View and done all the necessary steps like Relationships and View Fields. Finally I activated my view.
    Now when I click on Contents , it gives me message "No Database View exists for view Zxxx"
    Thanks

    Thanks for the link. So I guess its compulsory to create TMG for maintainence view.
    But the example they have shown is for maintaining records from multiple table using screens etc . But for my purpose which is just to DISPLAY a normal database view (instead of inner join as in database view , i want outer join, thats it). So for this purpose , I have a little uncomfortable feeling as to why i need to create TMG with Overview Screen and all those things.
    Or if there is any other way to display a view with outer join.
    Thanks

  • Design View - problems, but does it matter?

    Another design view question - I've looked through other
    posts but not seen anything that's similar.
    (Firstly, can't give a URL as I'm sensibly(?) doing a site
    redesign offline...)
    I've got a page that consists of three columns - each floated
    left, each with nested divs (the nested divs are fixed width).
    In design view, everything was fine with this structure - as
    was preview in browser, and the page validates with DWCS3's
    checker. But adding content to the first of the columns (within a
    nested div) made the next two columns drop below the first in
    design view - although DWCS3 validation and previewing is still
    fine.
    Through judicious deleting etc., I've found that it was a
    floated element in a nested div within the first column, that
    caused the subsequent elements to drop below the first column.
    So my main question is - should I be worried by the design
    view problems, or is It just an inconvenience?
    (And if there's any other obvious problems I'm inviting by
    structuring the page this way, please feel free to (gently) point
    it out...!).
    Thanks, Matt.

    > So my main question is - should I be worried by the
    design view problems
    Yes. I'd say more, but I cannot see your page.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "theboyfromthefens" <[email protected]>
    wrote in message
    news:fgaou7$hgv$[email protected]..
    > Another design view question - I've looked through other
    posts but not
    > seen
    > anything that's similar.
    >
    > (Firstly, can't give a URL as I'm sensibly(?) doing a
    site redesign
    > offline...)
    >
    > I've got a page that consists of three columns - each
    floated left, each
    > with
    > nested divs (the nested divs are fixed width).
    >
    > In design view, everything was fine with this structure
    - as was preview
    > in
    > browser, and the page validates with DWCS3's checker.
    But adding content
    > to
    > the first of the columns (within a nested div) made the
    next two columns
    > drop
    > below the first in design view - although DWCS3
    validation and previewing
    > is
    > still fine.
    >
    > Through judicious deleting etc., I've found that it was
    a floated element
    > in a
    > nested div within the first column, that caused the
    subsequent elements to
    > drop
    > below the first column.
    >
    > So my main question is - should I be worried by the
    design view problems,
    > or
    > is It just an inconvenience?
    >
    > (And if there's any other obvious problems I'm inviting
    by structuring the
    > page this way, please feel free to (gently) point it
    out...!).
    >
    > Thanks, Matt.
    >

Maybe you are looking for

  • XML Creation in DB itself !!

    Hi, Can anybody tell me if there is a way out in 9i XDB to create an XML Document within the DB itslef ? i.e. i don't want to load the XML content from any external source and then play around with it. I want to generate the content, create the XML c

  • HT201250 First generation MacBook Air slow on Lion OS

    My macbook air 2GB 667Mhz DDR2 1.8GHz intel core 2 duo was just upgraded to Mac OS X 10.7. It was Ok for a while but now its slow. i found out that it uses up to 1.9GB of CPU memory to process requests. do i downgrade to 10.6 or install updates? i re

  • Syncing to different computer

    My older daughter recently donated her 8gb Touch to her sister. The sister had a Nano and we had her tunes in a folder on the computer (Vista Home Premium 64 bit) in Itunes. When we first connect the Touch to Itunes it says it is synced with the olde

  • TS3408 how to clean cache and cookies?

    hi i just wanna know how to clean cache and cokies in my system..coz looks like it causes delayed in loading web pages.

  • Account hacked, credit card used and cant get acce...

    Hi,  I have had my main account hacked again for a second time and cannot get access back. I just got some skype notifications that there have been 12 purchases made in China on my acount. I cannot recover my password as it never sends me the recover