In Config OSPX, how does the 3 sorting logic supposed to work ?

Hi MM experts,
In OSPX, we have selection for "sorting" by Item-Table, Price, & Quantity. Can someone please explain how these 3 sorting is supposed to work ? Thanks.
- Chetan

Hi
Please go thru the following link
http://help.sap.com/saphelp_47x200/helpdata/en/52/884696aaae11d1b55c0000e82de955/frameset.htm
Regards
Ramakrishna

Similar Messages

  • HT4221 How does the Ipad5 sort photos synced from a computer

    How does the Ipad5 sort photos synced from a laptop? 

    Hi Nancy 2803,
    I am guessing you want to sync photos from your iPhone 5S to a Laptop i.e. a Windows Laptop.
    Firstly when you insert your iPhone into your computer, go to:
    1.     Computer
    2.     Wait for the Laptop to recognize the iPhone
    3.     Right Click on your iPhone Named: [NAME iPhone] or something simular
    4.     Click import pictures and videos
    5.     Click import settings
    6.     Click Folder Name
    This folder name is how the images will be arranged, either:
    a) Date imported and Tag
    b) Date Taken and Tag
    c) Tag and Date imported
    d) Tag and Date taken
    e) Tag and Data Taken Range
    f) Tag
    I use Date Taken and Tag as this allows me to see in my pictures library a date and the images taken that date, i.e. all the images taken on the 25/12/2013, if you use date imported, you just get all your images stored in one folder and cannot quickly find images on a date.
    In this setting you can also change the folder to where the images/videos will be saved, the name of the images as well as options such as delete images from the device once imported.
    Many Thanks, Happy New Year and I cannot wait to hear from you again in regards to this issue.
    iBenjamin Crowley

  • How does the ituns app on my ipad2 work?

    How does the itunes app on my 1pad2 work?

    The iTunes app on your iPad is just a portal to the iTunes Store.  To play music or videos, use the Music App and the Videos App.
    Here's a link to iPad iOS5 User Guide

  • How does the fade in or fade out works on a apple loop

    how does the fade in or fade out works on a apple loop

    What does the manual say about it?
    http://help.apple.com/logicpro/mac/10/#lgcpf7c0ee6c

  • How does the Class javax.security.auth.Subject work?

    Hi,
    i don't understand how does the class Subject work.
    First i will describe how do i understand u can use the class Subject
    This is the way you can create a Subject(i think):
    1. create a LoginContext, where u can tell over its parameter which
    Module to use
    2. a LoginModule will be used
    3. now the LoginModule create a Subject
    if this steps right--> ok, else--> please write how it really works
    Now the questions:
    1. Where do the LoginModule get the username and stuff like this from
    to fill the Subjects? Principals?
    2. Where will be the Subject save, at server or at client side?
    when save on server: how to reference a Subject is belong to the
    right Client?
    when save on client: how to ensure the client do not modify it?
    3. In the documentation of JavaTM 2 Platform Std. Ed. v1.4.1, there is
    no advice, that the class have any FIELDS, but then where the
    principals are saved?
    4. The Class Subject do not have any methodes to modify the principals,
    so how to modify it if necessary?
    i think this is enough for the beginnig :)
    thanx,
    edo

    Hi
    Let me try to answer. I am a bit confused too.
    Hi,
    i don't understand how does the class Subject work.
    First i will describe how do i understand u can use
    the class Subject
    This is the way you can create a Subject(i think):
    1. create a LoginContext, where u can tell over its
    parameter which
    Module to use
    2. a LoginModule will be used
    3. now the LoginModule create a Subject
    Correct.if this steps right--> ok, else--> please write how it
    really works
    Now the questions:
    1. Where do the LoginModule get the username and stuff
    like this from
    to fill the Subjects? Principals?
    The Loginmodule does not need the user name. The username is
    only relevant to your application not to JAAS. Consider a standaalone
    application. Whoever starts the application, becomes the user.
    After you start the application, and login (whatever way), your subject
    is created. This subject pertains to the person who is executing the application, not the application specific userid/username. So the user id or name is not required. There is only one user, who is running the application. The JAAS architecture is more relevant for UNIX like
    permission/grant structure, which determines who can execute what.
    >
    2. Where will be the Subject save, at server or at
    client side?
    Again the Subject has nothing to do with your application specific userid. It will be there in the LoginContext. So in a sense a LoginContext is actually a user, not a Subject.
    when save on server: how to reference a Subject is
    is belong to the
    right Client?
    when save on client: how to ensure the client do
    do not modify it?
    In a client server mode, usually the login is done twice. You have to find a way to communicate the subject to the server.3. In the documentation of JavaTM 2 Platform Std. Ed.
    v1.4.1, there is
    no advice, that the class have any FIELDS, but then
    en where the
    principals are saved?
    4. The Class Subject do not have any methodes to
    modify the principals,
    so how to modify it if necessary?
    I think you can add Principals. That is definitely there.i think this is enough for the beginnig :)
    thanx,
    edo
    Hope this helps. As of now I do not think JAAS provides a very good architecture for authorization.
    cheers
    Projyal

  • How does the Daubechies-4 wavelet VI actually work?

    Hi, 
    I'm a student currently working on my final year project, of which one of the objectives are to detect peaks of ECG signals (R-peaks) using the Daubechies-4 wavelet transform VI in LabVIEW. I'm current using LabVIEW 2013 student edition (6 months trail), if that makes any difference. 
    I am quite confused about how the Daubechies-4 wavelet works:
    1) How many levels does it decompose the signal into? 
    2) Is there a way to set the level of decomposition? 
    3) Are filters already applied in the VI or do I actually need to design a filter myself? 
    4) What is the main difference between a Db4 PtByPt and a normal Db4 transform in terms of LabVIEW? 
    5) Finally, how does the VI actually superimpose the wavelet onto the signal? Does it take the entire signal into consideration or does it take each pulse into consideration when superimposing the wavelet? 
    Thanks in advance for the answers.
    Regards,
    Derren
    Solved!
    Go to Solution.

    Hi Derren,
    Firstly, can you clarify the exact name of your 'Daubechies-4 wavelet transform VI' and in which pallette you find it in LabVIEW (i.e. which module / toolkit it is from)? It is also possible that the VI you mentioned is not from NI. For example, maybe you inherited that from your senior who was in the project last year.
    Nevertheless, the closest match I can find is WA Discrete Wavelet Transform VI found under the Advanced Signal Processing toolkit. You can choose db04 in the wavelet terminal. This is a bit different to what you described as the VI can work for different kinds of wavelet, not just Daubechies type. Suppose you will use this, then the answer to your questions are:
    1) How many levels does it decompose the signal into? 
    2) Is there a way to set the level of decomposition?
    You can set this by wiring the value to the level terminal of the VI.
    3) Are filters already applied in the VI or do I actually need to design a filter myself?
    Both options are possible. Some commonly used filters are included and you can choose this by wiring the wavelet terminal. You can design your own filter using Wavelet Design Express VI and wire the output to the analysis filters terminal of WA Discrete Wavelet Transform VI.
    4) What is the main difference between a Db4 PtByPt and a normal Db4 transform in terms of LabVIEW?
    I can not find these VI you mentioned. Please clarify.
    5) Finally, how does the VI actually superimpose the wavelet onto the signal? Does it take the entire signal into consideration or does it take each pulse into consideration when superimposing the wavelet?
    I am not sure if I understand this question correctly. You can open the WA Discrete Wavelet Transform VI to see how it works inside up to the decimation filtering, in which it is protected as a DLL. From what I see it takes the entire signal (modified with the chosen extension) for this main process.
    As a last note, your LabVIEW Student Edition does not include Advanced Signal Processing toolkit, hence you will not find above VIs I mentioned. Try checking with your school if they have purchased Academic license of LabVIEW, which usually includes the toolkit.
    Hope this clarifies.
    Regards,
    A. Yodha
    NI Singapore

  • How does the purchase process of SAP C4C work?

    Hello,
    we need some information about the purchase process of the SAP C4C System.
    Now we have access to our own C4C System and we are trying to configure it.  But what are the next steps? How do we get the productive system? How does SAP transfer the test data to the productive system? where do we get our development system? ....
    Does anybody have any experience with the first C4C implementation?
    The information we get from SAP confused even more than helped.
    Thanks and regards
    Suita

    HI Suita
    If you are still looking for help, we specialise in Cloud for Customer implementations and have been through this process. You can contact me at [email protected]
    There are a number of assets available on the service marketplace. While you may need advice, I do not believe that consulting services are a mandatory part of the C4C setup, having said that SAP ideally will have discussed some options during the software selection process.
    Are you implementing SAP C4C standalone or with integration to any other system?
    Regards
    James.

  • How does the new "download additional fonts" feature works?

    I'm so happy to see that the “download additional fonts” feature has added in the newest iWork suite for iOS. In previous versions of iWork for iOS, available fonts are only limited to those that iOS has built in, which you can see a complete font list here: iOS 7: Font list.
    And a couple of days ago, I found that the iOS 7 is now support “download additional fonts for Apps” feature. Which means that Apps can download a Apple-provided list of addtional fonts if necessary. And we can find this list of font in that support page given above.
    So if you edit a pages / keynote / numbers file on a Mac using some fonts that iOS hasn't, then when you open it on an iOS device, it'll download the fonts for you to make your document more beautiful and personalized. That is to make sure that the document has exactly the appearance that you wanted.
    But here comes the question:
    Sometimes, those addtional downloaded fonts are available for all the documents in that App, and sometime they are only available on that particular document. Any idea how does this function work? Is it a normal function, or is it a bug waiting to be fixed?
    The downloaded "addtional fonts" are only limited to that App you're using. For example, you can access the fonts in which the App you downloaded them. So if you're using Pages to download fonts, you won't be able use them in Keynote. In other words, you have to download them again, and this will obviously take a large amount of storage space on my device if I want to use those fonts in every App. So again, is it a normal function, or is it a bug?
    Any solutions, guys? A thousand thanks in advance!

    This isn't totally new, as it was part of iOS 6 as well:
    http://support.apple.com/kb/ht5484
    But since it really only applied to Asian fonts, it was not of much interest to other users.
    Could you give an example the fonts not being available in other documents in a particular app?
    I think confining the extra font to individual apps would be considered by Apple to be their standard desired behavior and not a bug.  It is the way iOS works in general.
    Have you actually checked the amount of storage space these fonts take up?  I doubt it is very large.

  • Iphone - brand newbie - how is the "SpeakHere" demo app supposed to work?

    When I run the app in the simulator, I can click the record button once, and nothing happens. The record button stays highlighted, the play button is never clickable, and nothing else happens on the screen. Would someone mind telling me what's supposed to happen so I can troubleshoot?
    thanks,
    -Morgan

    CornMuffin wrote:
    Is this how Find My iPhone is supposed to work? 
    Yep. Its not perfect, if that's what you're looking for & if Find My Phone was constantly pinging your phone's location to iCloud, you'd be measuring your battery life in minutes & once your battery ran down, well, that's the end of that.

  • How does the iPod sort artists?

    Hopefully this can be answered easily and quickly. I was changing the fields on a few artists and noticed that is has the album artist listed like The Beatles. Which while being true is a real pain. If that's how the iPod lists all the artists under The. Does it work sorting them under Artist? Or album artist?

    It sorts on Artist unless teh Album Artist field is filled in.
    If you do nto want to use the Album Artist field, don't.
    Or you can fill in the *Sort Artist* field.
    Right click on one song by The Beatles.
    Clcik on the Sort tab.
    In the *Sort Artist* field, put Beatles, then OK.
    On this song, right click -> Apply Sort Field and select Same Artist.
    This will copy Beatles to the *Sort Artist* field for all songs by The Beatles.
    The Beatles will now be sorted under B.

  • How does the folder numbering system for Photos work

    An example is 969QFUPM.  How can I change the system so that it is something that I can understand?

    Cheers guys... Ill move my question, im not a developer im a user, i had the app made for me although the question wasnt directed at a development isue with my app but with the appstore itself I thought someone (a user) might know but I guess nobody does lol ill repost in development... thanks seventy one (who i notice is from kent (im from sittingbourne :O))

  • How does the auto-detection of email settings work?

    I manage an exchange server for work which I have setup IMAP access for external email clients. Blackberry users can connect if they manually enter the settings, but it will not detect the settings automatically which means anytime someone gets a blackberry they bring it to me to setup.
    Is there something I can do on this end to ensure that BIS can detect the settings for our server?

    Description            IMAP Requirements for BIS
    command support            -SEARCH, SELECT, INBOX
    connections                   -must be accepted on port 143 or 993
    destination servers         -must return the logon prompt within 15 seconds of connecting
    external mail account      -password protected
    connection security        -The connection security is dependant on the destination server accepting the connection. The BlackBerry Internet Service can establish a connection through SSL on port 993 or use plain text authentication on port 143. 
    Click on KUDOS to appreciate our efforts and mark the thread RESOLVED if your issue is resolved.

  • How does the S_NQ_AACT table gets written when working with Usage Tracking?

    Hi,
    We want to monitor the performance of each subject area so we have implemented the Usage Tracking.
    We have followed the steps mentioned on the link http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/usage_tracking/usage_tracking.htm
    But now the table S_NQ_ACCT is not getting written, whenever any user logs into OBIEE and runs a request his entry is not logged into that table.
    Anybody has encountered such a type of issue help would be appreciated.
    Regards,
    Apoorv

    The part of NQSConfig,ini goes like this:
    [ USAGE_TRACKING ]
    ENABLE = YES; //DEFAULT: NO
    //==============================================================================
    // Parameters used for writing data to a flat file (i.e. DIRECT_INSERT = NO).
    STORAGE_DIRECTORY = "<full directory path>";
    CHECKPOINT_INTERVAL_MINUTES = 5;
    FILE_ROLLOVER_INTERVAL_MINUTES = 30;
    CODE_PAGE = "ANSI"; // ANSI, UTF8, 1252, etc.
    //==============================================================================
    DIRECT_INSERT = YES;
    //==============================================================================
    // Parameters used for inserting data into a table (i.e. DIRECT_INSERT = YES).
    PHYSICAL_TABLE_NAME = "OBI Usage Tracking"."Catalog"."dbo"."S_NQ_ACCT" ; // "<Database>"."<Catalog>"."<Schema>"."<Table>" ; // Or "<Database>"."<Schema>"."<Table>" ;
    CONNECTION_POOL = "OBI Usage Tracking"."Usage Tracking Writer Connection Pool" ;
    BUFFER_SIZE = 10 MB ;
    BUFFER_TIME_LIMIT_SECONDS = 5 ;
    NUM_INSERT_THREADS = 5 ;
    MAX_INSERTS_PER_TRANSACTION = 1 ;
    //==============================================================================
    The User has the previleges to write to the table, I am not sure where I have gone wrong?
    Regards,
    Apoorv

  • How does the "Please Install Disc 2" message work?

    I've been puttering around with an old Titanium PB G4 with a busted screen, using an external monitor to bring it up to 10.4 from 10.3.9.
    I inadvertently started the install with a 10.4 CD instead of my 10.4 DVD. Problem is, I don't have the second 10.4 CD, so I had to abort the install (using a hard power reset) and reinstall with the DVD.
    The DVD install went OK, but now on reboot I still get the "Please install Disc 2" message, and can't proceed. I can boot into OS9 and mess with the installed OSX files, but I can't seem to find out where that message originates from.
    This is more from curiosity than just trying to fix it (I could always reformat and reinstall). My question is:
    What file or mechanism causes the "Please Install Disc 2" to come up on the screen? Where is it located? Or is it something in PRAM? Just curious...
    Thanks

    One way would have been to be certain the first partial installation
    had been wiped from the computer's hard disk drive. Even though
    you seem to have gotten a second installation, whatever was hung
    up in the first one is probably still on the computer's hard disk drive.
    Disk Utility, on the installer disc's initial menu options, can be used
    to reformat; it also can be used to secure overwrite zeros beforehand
    so the hard disk drive has nothing other than the formatting. This is
    as good as it gets for a blank-slate before a new installation.
    There may be a way to see if a second full installation exists on the
    hard disk drive, by holding down the Option key on boot and see if
    you get the icon representation of more than one boot OSX system.
    If so, try one of them and restart. Since you have two 10.4 systems
    there, telling them apart may be by trial & error. If you can find the
    correct one, it may be possible to remove the other one. It may be
    that the last install by DVD won't work because its on the same drive
    partition as the earlier failed OS installation.
    If you tried an upgrade & install or an archive & install, the old 10.3.9
    system may have the problem contained within it. Some of the OS X
    system parts can be totally damaged by accessing (moving location)
    of its bits; some of those are invisible while booted in OS X, not in 9.
    That makes it possible to remove OS X, in a way, (and any older files)
    while leaving OS 9.x intact. Any erasure of the HDD, and you will
    have to install OS9 Drivers in the process of first new OS install if 9
    is expected to boot the computer again. Tiger may provide drivers,
    if not, a reinstall of OS9.2 should. Otherwise OS9 becomes a non-boot
    version called Classic, accessed under OS X. If you have the original
    software installation disc set, that is where OS9/Classic would probably
    be installed from. Not all OS9 system discs work in Macs that shipped
    with a vintage dual-boot hardware. A copy of that OS9 could be re-used.
    If OS9 is desired; otherwise it may not exist in the computer later on.
    Good luck & happy computing!
    { edited }

  • How does the iPod organize content?

    When I manually add content to my video iPod, how does the iPod know where to put it? Does it go into Movies, Music, TV shows, podcasts, etc? Does it rely on the mp3 id tags??? If yes, can I force a movie to go into the music folder my simply changing mp3 id3 tags?
    30G video ipod   Windows XP Pro  

    1 I by its tag
    2 depends on the files tag
    3 No...mp4 and m4a files have diffrent tags then mp3s
    In iTunes 6.0.5 if you change the "VIdeo Kind" it will sort correctly. Just right click file, and in the options tab change the setting under "VIdeo Kind".
    Besides iTunes if you want to change a tag you have to use a mp4/m4a tag editor program like "YAMB ver 2 preview" it can change your tags and much more and its free http://yamb.unite-video.com/
    you can try YAMB ver 1.6 but I don't think it works very well with tags.

Maybe you are looking for

  • My Computer is nuts! HP Pavilion dv2500 CTO, vista

    I have had this computer for a year now, and literally there days after the default warranty expired I have had nothing but trouble from it. Random types of blue screens, shutdowns, reformats, factory default settings, virus scans, the works. Most of

  • How do I get my contacts from backup assistant onto my curve

    I have a Blackberry Curve 3G 9330. I need to get my contacts off of Backup Assistant onto my Curve. How do I do that?

  • Do i need to be a technology expert in order to secure it?

    Hello Everyone, I received an offer from one of the top oil & gas employers in the gulf region. I will be responsible for server & desktop systems hardening, network security hardnening, and other IT security related tasks. One of the critical server

  • Loved my macbook pro for months, now it's a fire hazard!

    What in the ****, my mac is on FIRE. I am even using a small thin wooden lap desk and can almost smell the burning wood. When I say hot, I don't mean warm...I mean burns on the top of the knee kind of situation. Yes, I feel the burn, but I am working

  • Maximum size - Lexical Parameters - Report 2.5

    Hi We are using Oracle Reports 2.5 . Want to know what is the maximus size we can have for a lexical parameter . Is it 2000 chars ? We have 3 lexical parameters in our where clause of the query . What is the maximum Length of the 3 lexical parameters