Problem in sorting of maintanence view contents-

Hi ,
I have created the maintanence view for one DB table in the dictinory.the view contains the fields as floows.
CUPNO  CUPNAME  GUPNO  GUPNAME.
Data it is displaying correctly.But user want CUPNAME and GUPNAME should be in the sorted format(alphabetical) .How i need to sort the CUPNAME and GUPNAME in the maintanence view.Can any body please help.
Thanks,

>
rammohan venkata wrote:
> Hi ,
>
> I have created the maintanence view for one DB table in the dictinory.the view contains the fields as floows.
>
> CUPNO  CUPNAME  GUPNO  GUPNAME.
>
> Data it is displaying correctly.But user want CUPNAME and GUPNAME should be in the sorted format(alphabetical) .How i need to sort the CUPNAME and GUPNAME in the maintanence view.Can any body please help.
>
> Thanks,
Hi Ram,
Go to table Maint. generator -> Modification and in source code you can sort on the basis of user requirement .
Thanks
NK

Similar Messages

  • Problem with javascript in narrative view

    Hi gurús!
    I'm trying to put some conditional logic in a narrative view of my analysis. I found some tips, and wrote that:
    <script>
    if('@{FIN01TIME}{ }'=='Period')
    document.write("[b]Fiscal Year : [/b]@1       [b]Fiscal Quarter : [/b]@2       [b]Fiscal Period : [/b]@3       [b]Roll Up : [/b]@{FIN01ND}{ }      [b]Cost Center : [/b]@{FIN01CC}{ }       [b]Currency : [/b]@{FIN01CURR}{ }")
    if('@{FIN01TIME}{ }'=='Quarter')
    document.write("[b]Fiscal Year : [/b]@1       [b]Fiscal Quarter : [/b]@2       [b]Roll Up : [/b]@{FIN01ND}{ }      [b]Cost Center : [/b]@{FIN01CC}{ }       [b]Currency : [/b]@{FIN01CURR}{ }")
    if('@{FIN01TIME}{ }'=='Year')
    document.write("[b]Fiscal Year : [/b]@1       [b]Roll Up : [/b]@{FIN01ND}{ }      [b]Cost Center : [/b]@{FIN01CC}{ }       [b]Currency : [/b]@{FIN01CURR}{ }")
    </script>
    All works good, but the problem happens when I "click" on paging buttons of my analysis (see attached image: javascript_problem_paging.png). After click, it leaves me to a blank page with only narrative view content. Also, displays "error on page" warning in status bar (see attached image: javascript_problem_afterclick.png)
    I believe that this issue happens with "onclick" event of javascript. I tried to disable it, but still not works.
    Any help will be appreciated.
    Thanks for your time!
    Regards,
    Fabian

    Hi all!
    I get my own answer, jeje.
    Instead of use "document.write..." I put another narrative view with a <div> control and set it's content by "document.getElementById(..).innerHTML = "(same HTML code)""
    It works perfect! I hope that this achievement helps somebody else.
    Regards,
    Fabian

  • My iMac is authorised to play iTunes content, but my Apple TV keeps asking for me to authorise. I am unable to view content from my iTunes Library. How can I convince my Apple TV that I am authorised?

    My iMac is authorised to play iTunes content, but my Apple TV keeps asking for me to authorise and I am unable to view content from my iTunes Library. How can I convince my Apple TV that I am authorised?

    I am not exactly sure what you mean by "authorised", but I am experiencing a similar problem...or the same, in that Apple TV keeps telling me to enable home sharing in my MacBook Pro. It does not seem to recognize that home sharing is already enabled on my Laptop.
    Is home sharing and "authorised" one in the same? It used to work just fine before these recent Apple TV updates.
    Apple TV, Mac OS X (10.7.2)

  • "view content preview in thumbnails" option is not available in view settings for "finder" for one user

    "view content preview in thumbnails" option is not available in view settings for "finder" for one user

    I hope this discussion can be revived. I have the same problem. There seem to be quite a few Japanese sites that don't bother specifying their encoding. Perhaps they are older and from a time when it was not necessary to adhere to standards. Examples: http://www1.plala.or.jp/CUE/cave_yozawa.html, http://chigaku.web.fc2.com/saitama/sanchi/youzawa/youzawa.html. Happy to upload screenshots, but how?
    Is there a way to tell Safari what encoding to use if the web page fails to do that?

  • Problem during Add row in View Object : View Row of Key Not found

    Hello,
    I'm facing this problem during insert of new row in the view object. I'm having 2 entities that belong to the same DB table (I need this because one is required with the composition assoc and the other one without it).
    I have three tables, COMPANY, USERS and PRIVILEGES.
    Company (1) to USERS (N)
    USERS (1) to PRIVILGES (N)
    While adding users for a specific company , i get this error msg.
    P.S: I'm not getting this error, if i add company, then user. Only if i directly add users i'm getting this error.
    04/11/27 19:31:46 [12511] DCUtil.RETURNING oracle.jbo.uicli.binding.JUFormBinding
    04/11/27 19:31:46 [12512] **** refreshControl() for BindingContainer :new_cuserUIModel
    04/11/27 19:31:46 [12513] *** DCDataControl.sync() called from :DCBindingContainer.refresh
    04/11/27 19:31:46 [12514] Decompressed BC state:BCST:Reousers1View1Iterator=0001000000042D323535,UsertypeView1Iterator=0001000000124141414B6639414142414141537653414141,StatesView1Iterator=0001000000124141414B5A77414142414141536643414141,
    04/11/27 19:31:46 [12515] **** refreshControl() for BindingContainer :new_cuserUIModel
    04/11/27 19:31:46 [12516] *** DCDataControl.sync() called from :DCBindingContainer.refresh
    04/11/27 19:31:46 [12517] Column count: 21
    04/11/27 19:31:46 [12518] ViewObject: Reousers1View_254_findByKey_ close prepared statements...
    04/11/27 19:31:46 [12519] ViewObject: Reousers1View_254_findByKey_ Created new QUERY statement
    04/11/27 19:31:46 [12520] SELECT Reousers1.USERID, Reousers1.CID, Reousers1.UTYPE, Reousers1.DESIGNATION, Reousers1.NAME, Reousers1.ADDRESS, Reousers1.CITY, Reousers1.STATE, Reousers1.ZIP, Reousers1.EMAIL, Reousers1.TEL, Reousers1.FAX, Reousers1.WEBSITE, Reousers1.ENTRY FROM REOUSERS Reousers1 WHERE (Reousers1.USERID = :1)
    04/11/27 19:31:46 [12521] Bind params for ViewObject: Reousers1View_254_findByKey_
    04/11/27 19:31:46 [12522] Binding param 1: -255
    04/11/27 19:31:46 [12523] OracleSQLBuilder Executing Select on: REOUSERS (false)
    04/11/27 19:31:46 [12524] Built select: 'SELECT USERID, CID, UTYPE, DESIGNATION, NAME, ADDRESS, CITY, STATE, ZIP, EMAIL, TEL, FAX, WEBSITE, ENTRY FROM REOUSERS Reousers1'
    04/11/27 19:31:46 [12525] Executing FAULT-IN...SELECT USERID, CID, UTYPE, DESIGNATION, NAME, ADDRESS, CITY, STATE, ZIP, EMAIL, TEL, FAX, WEBSITE, ENTRY FROM REOUSERS Reousers1 WHERE USERID=:1
    oracle.jbo.RowNotFoundException: JBO-25020: View row of key oracle.jbo.Key[-255 ] not found in Reousers1View1.

    Hi Timo,
    once again thanks for ur reply.
    as my vo are based on procedure, i know that i can't update the table using them.
    i only wanted to insert the rows in the vo and show it to user (only for selection purpose).
    Now my problem is sorted as i have changed the code like this-
    Row new_row=vo1.createRow();
    new_row.setAttribute(index,vo2.getAttribute(index)) ;
    vo1.insertRow(new_row);
    Earlier i was only inserting a new row, without creating any row.
    Thanks a lot.

  • Maintanence view

    Hi all,
    I have a table that has the following fields:
    MANDT key
    PERNR(personal number) key
    KOSTL (cost center)
    For mandt t000 is assigned as the check table and pa0003 has been assigned as the check table of pernr field and CSKS for field kostl.
    What my requirement is that:  I want to create a maintanence view that has also person name surname,
    BUT I cannot use PA0001 table while creating the view.
    What is the problem?
    Thanks.

    You can generate database table and view maintenance dialogs to maintain customizing data. You can create, change and delete customizing data with these maintenance dialogs. You can also use maintenance dialogs for customer database table and maintenance views.
    You can modify maintenance dialogs flexibly to your requirements by defining variants of an existing maintenance view, or adding your own modules to existing maintenance dialogs. You can make further functional enhancements at predefined events in the table maintenance dialog flow. You can collect related data from more than one table/view in a view cluster.
    The most important information about view maintenance is below:
    Maintenance dialogs
    Create a Maintenance Dialog
    Time-Dependent Tables/Views
    Change a Maintenance Dialog
    Extended Table Maintenance Events
    Maintenance View Variants
    View clusters
    Create a View Cluster
    Change a View Cluster Maintenance Dialog
    View Cluster Maintenance Events
    View Cluster Maintenance Variants

  • Unable to view Content in Design View

    Hello Everyone,
    This is my 1st time creating a manual using Robohelp version
    7. For some odd reason, in both of the "Topic List" and "Project
    Manager" pod. I'm unable to view content in a topic that has
    "DHTML" feature in the Design View. I'm able to see perfectly fine
    (all content) when in the preview mode. I noticed this issue after
    I closed out and open the project. Are you experiencing this
    problem at all? Please let me know what's the best way to fix this
    issue.
    Thank in advance for your help.

    Hi Amarelv.
    Two things. Make sure you are not using RH over a network
    drive and load the two patches available
    here.

  • Problems with desktop/app sharing/viewing through conference

    We have a problem with viewing shared desktop/app with external contacts in a conference. We're able to share/view desktop/app directly with an external users, but not in a conference. We get the error message: "Sharing failed to connect due to network
    issues. Try again later."
    If we're using the web app on the same computer where we have the problem, we're able to view the content in the conference.
    It's working fine internally, it's also working fine when users are outside of our office.
    All other functions in Lync are working fine.
    We have 1 standard Lync server and 1 Edge, we don't have a reverse proxy but multiple IPs with port forward to corresponding ports on each server.
    How does the Lync client connect the shared content?

    To Fix your issue, you can follow below steps
    A common root cause for this error occurs when required ports are not available. Begin troubleshooting by verifying required ports.
    Public --> Edge server:
    TCP/443
    UDP/3478
    TCP/50,000-59,999 (Outbound only)
    Determining External A/V Firewall and Port Requirements
    Topologies for External User Access
    From the Front End pool to the internal Edge:
    TCP/5062
    TCP/443
    UDP/3478
    From the internal Edge to the Front End Pool:
    TCP/5065
    TCP/49152-65335 (Inbound/Outbound)
    Ports and Protocols for Internal Servers
    From the internal Client to the internal Edge:
    TCP - 443
    UDP – 3478
    Also you can refer below link
    http://blogs.technet.com/b/nexthop/archive/2012/11/05/lyncmd-troubleshooting-lync-server-2010-application-sharing-internal-and-remote-scenarios.aspx
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"

  • Apple TV not authorized to view content  -- solution remove family videos??

    Hi. Whenever I add add family videos (mp4, created with CRUNCH), my movie rentals stop working on Apple TV. I get the message saying that Apple TV is not authorized to view content. These are movies that I have paid for and have been downloaded directly to Apple TV. (Same problem occurs even if I download movies rental to my Mac and transfer them to Apple TV.)
    If I remove my family videos from Apple TV, then the movies rentals work again.
    I don't like this situation -- Apple is forcing me to choose between my family videos or movie rentals. Has anyone else experienced this problem?? Any ideas or suggestions??

    Yes, my home movies play with no problem on Apple TV. I've tried other conversion programs with the same results.
    Once I remove my home movies the movie rentals are fine again. But once I place the home videos back on Apple TV, the rentals stop working.
    I am in Canada -- where movie rentals have only just become available. Could this have anything to do with it??? Perhaps there are still a few glitches in the system?

  • Sharing a story with a touch device after Embedding web viewer content

    I've been able to successfully embed my digital publishing suite application in a web page on our website. 
    http://www.equipmentjournal.com/digital_issues/?wv=s%2FEquipment%2520Journal%2F35dfd60870f 64065bcf2507eacc42abd%2FEJ%2520August%252019%2520-%2520Lifting%2520Equipment_iPad%2FCover. html
    Now the problem is that when I click on the above link on an iPhone/iPad it won't work since the embedded web viewer is only supported on a desktop/laptop.  How do I get share an article with an iPad/iPhone user?
    I've read the article "Embedding web viewer content in your web page".  There are two relevant sections ("Detecting a non-supported device" and "Launching the App"), and from what I understand you have to detect that there is a non-supported device in the javascript and then launch the app or send the person to the store to get the app.   I am able to detect the non-supported app, but how do I launch the app?

    Honestly... just wait a little bit. We will in the near future have something that makes this experience better for iPad users. You should give it a try and then decide if it is worth the effort of trying to do what you mention above for iPhone.
    Neil

  • Running 10.6.8. Trying to open and view contents of a CD (of an MRI) and getting message 'This program cannot be run in DOS mode' Is there a way? Thanks for the help.

    Running 10.6.8. Trying to open and view contents of a CD (of an MRI) and getting message 'This program cannot be run in DOS mode' Is there a way? Thanks for the help.

    Go to the support site for the provider of the MRI software.
    Sounds like it windows/PC. I have ran across that for the CDs that veterinarians provide for digital x-rays.
    I would try on a PC or on yuur Mac with Windows via BootCamp or a virtual machine like VirtualBox

  • Problem with Digital Editions page view

    I used Digital Editions on two books just recently and was able to fit each page of the ebook to it's full height from top to bottom.
    I just downloaded my third book to DE, and I can't seem to find the button to fit each page to their full heights (top/bottom). Instead, it's stuck on dual-page view. The single-page view button option isn't even there on the third book, but IS there on the first two books. I downloaded a fourth book and it's experiencing the same problem; stuck in dual-page view with no single-page option.
    If I try to re-size the DE window to force it into a single page view, the page numbers are all messed up appearing at random spots of each page rather than at the top right where they are suppose to be.
    I re-installed DE but the problem still persists. Is this a problem with the books in specific? Or something else?
    Thanks

    http://visguy.com/vgforum/index.php?topic=5849.15
    Paul Herber, Sandrila Ltd. Engineering and software shapes for Visio
    Sandrila Ltd

  • Problem on using Crystal Report Viewer on windows application ("specified type is not valid ")

    Hi
    I am having problem on using Crystal Report Viewer on one of my windows application.
    I am not sure how to put the Crystal Report Viewer 11 Control onto the tool box.
    I could found a Crystal Report Viewer control on my computer, but it is version 8.5.
    I have also found another one which is Called Crytal ActiveX Report Viewer, i don't think it is the one I can use. As when I try to load a dummy report on to the Crytal ActiveX Report Viewer, It return an error. "specified type is not valid"
    Please see the Code sample below.
    private sub loadReport()
         Dim r as New ReportDocument
         'v is the name of the Crystal ActiveX Report Viewer Control
         r.Load("C:\Report1.rtp")
         v.ReportSource(r) <---It throw error on this line.
    End Sub
    Could you give me some advice about what have I done wrong, How to check if I have set up the Crystal Report Component correctly in my Visual Studio 2005 Standard edition.
    Thanks in advances.
    Many thanks
    Chi

    VS 2005 Standard and Express editions do not come with Crystal Reports; only the Professional and higher editions will have CR bundled. However, I believe you can purchase CR XI R2 Developer and it will give you the components you need to create a VS .NET 2005 application using the Standard edition.
    -MJ

  • Cannot view content grabber in Illustrator CC

    Hi all,
    I'm very new to Illustrator and finding the learning curve to be quite steep. Two questions - First, is there a kind of "getting started guide" with a brief explanation of the very basics and all features? The little random tutorials they show upon opening the program are helpful, but totally random and I can't find a list of contents even, to go through. I find I'm looking things up one thing at a time, issue by issue. That can't be the best way to learn the basics for a home user.. can it?
    Major question right now as I'm using it.. I'm finding that I often cannot see the content grabber on images that I open (from iPhoto, for example) in Illustrator CC. I'd like to see that brown frame to quickly crop the image but the content grabber never shows up so I can't do that. The only "solution" I've seen is to go to View>Extras>View content grabber. But in this version, there is no "extras" in my view menu.
    I feel like this is so incredibly basic but I'm learning as I go and totally lacking in resources here.
    Thanks in advance.

    You can try the tutorials listed here:
    Illustrator CC tutorials | Learn how to use Illustrator CC

  • How to Print the whole view content from a button on the View Layout

    Dear All,
    Good Morning All
    I am New to WebDynPro.Solution needed Urgently
    How to take print whole view content(lay out) in
    webdynpro application.i.e whatever it may be tablecontent or label or inputfield .
    Could you send the coded part briefly step by step from the beginning itself i.e
    i put the button in the view lay out below the printed parts(label or inputfield) name like show preview .
    Now my Question is what should i write in show preview function to take the print in label fields in the webdynpro view lay out
    B'cos i am new to webdynpro.Help me
    Thx in advance
    Regards
    Dhinakar

    Web Dynpro by default does not provide the option of printing the view content.
    However still you have a round about way of doing it. Create the an html page similar to the Web Dynpro page. Store the code into a String variable.
    String html="<html> ....<scripts>window.print()</scripts></html>";
    bytes[] source=html.getBytes();
    try{
    byte[] b=new byte[1];
    IWDCachedWebResource res=WDWebResource.getWebResource(b,WDWebResourceType.HTML);
    String url=res.getURL();
    }catch (WDURLException e) {
              // TODO: handle exception
    Now open the url in a new window and that would print the content of the html page.
    Regards,
    Noufal

Maybe you are looking for