Can anyone describe the sort sequence of backorder rescheduling?

Hi Gurus,
I have some questions about backorder rescheduling (Txn: V_V2) especially regarding the sorting priorities. I tried to look for the details on help.sap.com and also by using the F1 help key but couldn't get enough information on how sorting is done on the sales documents line items for particular materials in a plant.
1. Say for example, delivery date is given highest priority to be used for sorting and the next priority is for document number. What will happen to docs that don't have del date in them? will these documents then be sorted based on the next priority sort criteria which is document number in this case and will these docs be placed below all the other docs that were prviously sorted based on del date?
2. What about the case when two documents have same del date? Will the next sort priority which is document number used for sorting within these two docs with same del date?
I will appreciate if anyone can clear these doubts for me....thanx.

Go through this thread
[Program SDV03V02 / V_V2???   |Re: Program SDV03V02 / V_V2???]
thanks
G. Lakshmipathi

Similar Messages

  • Can anyone describe the procedure of VPN configuration?

    can anyone plz guide me in detail the procdure of vpn configuration.
    Scenario;
    Two different LANs with two cisco routers.
    one IOS router has VPN full capabilty but other one only have VPN passthrough feature.
    two different internet IPs on both independent LANs.
    so, how can i configure it, plz guide me.thanks

    See this link  there are   few examples you can reference -   scroll down to  IPSec on Router to Router
    http://www.cisco.com/en/US/tech/tk583/tk372/tech_configuration_examples_list.html

  • Can anyone describe the workflow for this website nav?

    Here's the url:
    http://www.hypertemplates.com/templates/11195.html
    I'm trying to create a similar nav system for my website, I'm
    not concerned with the search features, but I just want the top nav
    portion to have all the elements "fly into place" after loading,
    then have the main pic have some animation that loops with animated
    buttons such as the one in this template. I know this is a
    subjective question, since there's probably many ways to accomplish
    the same task, but I was curious to hear how different people would
    go about building such a thing before I start. Also, does anyone
    know where to get some simple, non-obnoxious click sounds for
    buttons (kind of like the ones in this template, maybe even more
    non-obtrusive)?
    Thanks everyone, have an awesome new year!

    Here's the basic gist of how I'd do it:
    1) Create your nav, make sure each button is it's own symbol.
    2) Select all the nav items, right click, distribute to
    layers
    3) Select all the keyframes for each nav item layer on frame
    1, and move to some location where the nav will start to fly in
    4) Still dealing with the nav item layers, select a column of
    frames say 10-20 frames beyond where the keyframes are, press F6 to
    add keyframes
    5) You now have two keyframes, start and end point. Scrub the
    timeline to where the first keyframe is, and
    a) Move them to the right, say 50px
    b) In Properties panel, change the Color mode to Alpha, and
    set to 0 or a small value, like 10
    6) Now scrub the timeline to where the end keyframes are,
    select all the nav items on stage, and make sure it appears as you
    will want it to(since you already added the keyframe, it should be
    100 alpha and in the right place)
    7) Select a column of frames between the start and end
    keyframes for the nav item layers
    8) In the properties panel, for Tween select Motion
    9) Add some ease
    10) At this point all nav items zoom in at once. Now simply
    go through the timeline and take each tween and move it to the
    right a few frames, so one will come in after the other
    For the looping animation picture, put some animation inside
    of a MovieClip symbol, it will loop when on the main timeline. Now
    you can just fade in/animate in the MovieClip initially.

  • I've tried to register as a homeschooling family with iTunes U. (The registration options weren't geared to allow me to say as much.) My application was denied. Can anyone help me sort this out?

    I've tried to register as a homeschooling family with iTunes U. (The registration options weren't geared to allow me to say as much.) My application was denied. Can anyone help me sort this out?

    Private courses support up to 50 students, so you shouldn't have to register your family.
    Have you contacted Apple support?
    http://www.apple.com/support/itunes-u/public-site-manager/contact.html

  • Can anyone explain the functionality of FM f4ut_parameter_get_values ?

    Can anyone explain the functionality of FM f4ut_parameter_get_values ?
    This is used in search help to retrive values from screen.This doesnt seem to work for me

    hi,
    check this
    F4UT_PARAMETER_VALUE_GET
    Short Text
    Standard search help exit for determining contents of a srch help par.
    FunctionalityBy calling this module in a search help exit, you can find out the current contents of a search help parameter . To do this, you must pass the name of the parameter in PARAMETER.
    You must distinguish between the parameter contents that are used in the selection process of the input help process and the parameter contents that are determined by the selection process and the user selection.
    Parameter contents that are used in the selection process are default values of search help parameters, values that are included in the input help process by attaching the search help to the screen from field contents of the screen or its module pool, and possibly complex restrictions made by the user in the dialog box for restricting value. Such parameter contents can also be included in the input help process by the search help exit itself.
    The contents of the specified parameter used in the selection process are stored as complex restrictions in SELOPT_TAB after the call. If exactly one value is defined by these complex restrictions (for example if the restrictions have exactly one row and if SIGN = 'I' and OPTION = 'EQ' for this row), this unique value can be found in VALUE.
    Parameter contents that are determined by selection process and user selection are the parameter contents that are shown in the dialog box for displaying the hit list or returned on the screen. They are managed by the F4 processor in RECORD_TAB.
    This module enables you to transfer the information about the specified parameters from RECORD_TAB to RESULTS_TAB in edited form.
    Pass the name of the field of RESULTS_TAB that should contain the contents of the parameter to the function module in parameter FIELDNAME. If the row type of RESULTS_TAB is elementary, pass the value '*' in FIELDNAME. The rest of RESULTS_TAB is not changed. The values are copied row by row. By removing rows at the end or by adding intiial rows you can make sure that RESULTS_TAB has exactly as many rows as RECOD_TAB.
    Example
    You can find an example of the second kind of use of the module in the search help exit SAPBC_GLOBAL_F4_SFLIGHT of search help SFLIGHT.
    Both types of use can be found in the search help exit SAPBC_GLOBAL_F4_SFLIGHT_MIN_FR of search help SFLIGHT_MIN_FREE .
    Notes
    1. Parameters OFF_RESULT and LEN_RESULT should not be used any more since there are basic problems when using UNICODE. The contents of these parameter are still analyzed when parameter FILEDNAME is initial for compatibility reasons.
    2. Only the dialog box for restricting values can normally produce complex restrictions for a parameter.
    3. If VALUE has the value SPACE, this means that either there are complex restrictions for the parameter or the unique contents are SPACE. SELOPT_TAB must be evaluated in order to determine which of these is the case.
    4. If the search help does not have any parameter with the given name, the exception PARAMETER_UNKNOWN is triggered.
    5. Only parameter contents for the search help displayed in the hit list or the EXPORT parameters of the search help are first managed in RECORD_TAB. If the specified parameter does not satisfy one of these conditions and if parameter RESULTS_TAB is specified in the call, the exception PARAMETER_UNKNOWN can also be triggered. This is not true, however, if results were already entered for the parameter with function module F4UT_PARAMETER_RESULTS_PUT or if space was reserved for the parameter in RECORD_TAB with function module F4UT_PARAMETER_ALLOCATE. The parameter therefore should only be defined if information about the parameter contents are really required.
    6. The header lines of the specified parameter are also transferred from RECORD_TAB to RESULTS_TAB.
    7. The other parameters of this module must be defined as the parameters of the search help exit having the same name, but they are not changed by this module.
    8. RESULTS_TAB should be a standard table.
    9. The contents of the specified parameter in RECORD_TAB are copied to the specified field of table RESULTS_TAB with a MOVE of the correct type. If this is not possible, the target field is assigned the initial value.
    10. If RESULTS_TAB has no field with the name specified by FIELDNAME, only the number of rows of RESULTS_TAB is adjusted to those of RECORD_TAB as described.
    Parameters
    PARAMETER
    OFF_RESULT
    LEN_RESULT
    FIELDNAME
    VALUE
    SHLP
    CALLCONTROL
    SHLP_TAB
    RECORD_TAB
    SELOPT_TAB
    RESULTS_TAB
    Exceptions
    PARAMETER_UNKNOWN
    Function Group
    SF4U
    if helpful reward some points.
    with regards,
    Suresh Aluri.

  • Can anyone clarify the meaning of Cruise Ship data?

    Can anyone clarify the meaning of Cruise Ship data?  I recently asked for it on my account, but when I returned from my cruise I was charged all sorts of Global Roaming data charges.  No Cruise Ship usage was listed on my bill even though I only used it while at sea (tethering my PC).
    The rep I spoke with said that the billing codes used for Cruise Ship Data and Global Data are the same, and Global Data was how it was listed on my bill. What would the distinction be, then?  I assumed that Cruise Ship data would use the cruise ship's towers, but it appears that you have to worry about what country you are sailing near while at sea and whether they subscribe.  Anyone have any light to shed on this?
    Thanks!
    P.S. The service is even slower than what the cruise ship offers for $.55/minute, and the connection is not reliable. I will not be using this feature again, and cannot in good conscience recommend it.

        Thanks so much for asking, Rayray_10803. I would be happy to clarify roaming charges.
    Wireless Cruise Ship Service allows Verizon Wireless  customers to make and receive voice calls while at sea using their own mobile phone and mobile telephone number.
    This service exists on various cruise lines, through an agreement with Wireless Maritime Services (WMS), Maritime Communications Partners (MCP) and Sea Mobile to offer an advanced network on board various cruise ships for Verizon Wireless.
    For this reason, rates on cruise ships are different than they are when you visit the country without using the towers on the ship.
    Check cruise ship rates vs. international rates here vzw.com/tripplanner.
    TamaraH_VZW
    Follow us on Twitter @VZWSupport

  • Can anyone give the details of SAP note 325525 .

    Hai
    Can anyone give the details of SAP note 325525 .
    Thanks
    Kumar

    What exactly do you want. Is that just the explanation in the note: If so, here it is.
    Summary
    Symptom
    WARNING: THIS NOTE HAS BEEN REPLACED.  FOR MORE CURRENT AND MORE COMPREHENSIVE INFORMATION SEE NEW NOTE 886102.
    You want to copy and or rename one or more systems (database or client copy). One or more of the systems is a BW system or is connected to a BW system.
    Caution: This note only deals with problems that occur in the BW source system connections. Other problems that occur in the BW environment (indexes) are NOT dealt with. See URL http://www.service.sap.com/bw --> Services & Implementation --> System copy & Migration.
    Other terms
    BW, source system, OLTP, database copy, client copy, system infrastructure, transport system, connections, RFC connection, trfc, transfer structure, IDoc, ALE customizing, logical system name, system changeability, renaming systems, system copy
    Solution
    Several scenarios are possible in this environment. Find the scenario relevant to your situation below and execute the steps listed or read the note(s) specified:
    Scenario 1) You do not want to copy a system but only want to rename one (changing a logical system name).
               Solution scenario 1): Execute Transaction BDLS both in the client to be renamed and in the connected BWs or BW source systems. To do this, see Notes 121163 and 369758.
               Check the RFC destinations in all connected BWs/BW source systems as described in Note 524554.
               Reactivate all partner agreements that carry the new logical system name after renaming.
    Scenario 2) You want to copy the entire system infrastructure connected by the BW source system connections (that means the entire system group) by a database copy. SAP recommends this procedure for copying systems.
               Solution scenario 2):
    If you want to rename one or more of the copied systems, then execute Transaction BDLS both in the client you wish to rename and in all the connected BW and BW source systems. See Note 121163.
                        Make sure that an RFC destination exists with the new logical name in every connected BW or BW source system.
                        Reactivate all partner agreements that carry the new logical system name after renaming.
    Change the hosts in the appropriate RFC destinations so that they refer to the correct computer. For this, see Note 524554.
    Scenario 3) You want to copy a single BW system of the group by database copy.
    Scenario 3)a) You only want to exchange the hardware of your system but do not want to rename the system.
                         Solution scenario 3)a): You do not need to execute follow-up work regarding the system connections, except for adjusting the IP address in the RFC destinations of the connected system.
    Scenario 3)b) You want to keep the original system of the copy so that you have two systems after copying.
                         Solution scenario 3)b): See Note 184754.
    Scenario 4) You want to copy a single source system of the group by database copy.
    Scenario 4)a) You only want to exchange the hardware of your system but do not want to rename the system.
                         Solution scenario 4)a): You do not need to execute follow-up work regarding the system connections, except for adjusting the IP address in the RFC destinations of the connected system.
    Scenario 4)b) You want to keep the original system of the copy so that you have two systems after copying.
               Solution scenario 4)b): See Note 184322.
    Scenario 5) You want to import a client copy in a source system.
               Solution scenario 5): See Note 325470.

  • Can anyone heard the difference with 24bit crystali

    well, i using my HD650 headphone play few 320Kbps mp3 music, keep turn on/off the 24-bit crystallizer, but I don't feel any difference ?
    Can anyone heard the difference? I think its not notable.

    Believe me, the improved sound quality and performance gains in gaming alone is reason enough for me to be happy with my upgrade from Audigy 2 Plat Pro ZS to X-Fi Elite Pro.
    Add to that the excellent quality i get with my studio software/ harware and very very low ASIO latency settings i am sold. All the other features for me are a bonus. Question is what was your reason to upgrade sound cards... What is it you expected this card to do above your old card. If you play games that use the X-FI features ( and all new top titles will ) the gains are there for the taking BUT of course the rest of your PC has got to compliment your sound card.No point putting it inside a PC that has a bad hair day even running Half Life 2. I sort of feel that due to the several issues you have had installing this card ( reading your other posts ) you do not have my love for it therefore it's easier to bash it.
    Get it installed and working correct, then treat yourself to some games that offer a true sound experience , lock yourself in your room and get a few hours of pure heaven gaming with the volume turned up. Feel the love for this superb card flow back into your heart.

  • I stream Internet radio from my iPad air to Bluetooth speaker.  Can anyone suggest the best EQ app to use to enhance the sound.  Thanks

    I stream Internet raidiot from iPad air to Bluetooth speakers.  Can anyone suggest the best EQ app to use to enhance the sound.
    THanks

    Yeah, I know I can restore it, but I might as well go ahead and try. I just finished a backup for icloud and itunes to make sure, I'll go ahead and restore it and set it up as new and see how that works. Seems like I have no other options at this point, I'd still like to know what they did with the Download tab in itunes store, if they removed it or if I'm just overlooking it.

  • I can't use the (sort by )feature, or open the emages to watch this item - I used to be able to do this with firefox and all of the sudden it stopped working

    I tried to log in :
    http://uae.dubizzle.com/motors/used-cars/land-rover/range-rover-sport/?price__gte=&price__lte=&year__gte=2006&year__lte=2009&kilometers__gte=&kilometers__lte=&seller_type=&keywords=&is_basic_search_widget=0&is_search=1&added__gte=&company_item_id=&auto_agent=
    I can't use the
    - (sort by )feature Lowest to highest for example ,
    - or open the emages to watch this item
    I used to be able to do this with firefox the old version and now all of the sudden it stopped working,
    I tried to clear cash & coockies & un install and reinstall fire fox but nothing works.

    You can try these steps in case of issues with web pages:
    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • I am putting together a proposal for a Final Cut Pro Workstation to use with a tapeless HD camera.  Can anyone suggest the best camera (in the 5-10,000 dollar range) ?  What hardware and software should I include in the package?

    I am putting together a proposal for a Final Cut Pro Workstation to use with a tapeless HD camera.  Can anyone suggest the best camera (in the 5-10,000 dollar range) ?  What hardware and software should I include in the package?

    This is quite an open suggestion, but here are some ideas which might get you started.  There are good HD cameras in your price range from Sony, Panasonic and Canon (and maybe other manufacturers). Tapeless formats vary.  I have only worked with Sony XDCAM which seems pretty good to me.  File sizes for material shot at 35MBS are not too huge and, with the free Sony transfer and conversion programme, are easy to bring into the computer via USB direct from the camera or from a fairly inexpensive converter.  The Sony XDCAM EX3 can produce results well up to broadcast quality.
    As to hardware, you'll need a powerful MAC - iMac, Macbook Pro or MacPro with 4GB or more of RAM and a good video card.  Softwarewise, FCPX is quite a bit cheaper than FC Studio 3 and of course it's 64bit and can make better use of multi-core machines than FCP7.    It's also designed to handle HD formats with less hassle than FCP7 and is matched to the latest versions of Motion and Compressor.   But you'd probably be wise to search reviews of FCPX before you make your choice - it has some issues.
    A good HD monitor will be essential and, for colour correction etc, you may want to consider a second monitor or HD TV foe editing. ( A MacPro is generally the best machine to connect a second monitor to). 
    This should give you a good editing system, but there are many other things you could add (Photoshop, professional sound monitors, etc)
    Hope this helps a bit.
    Jonathan

  • HAVING TROUBLE SAVING ITEMS IN LION AS IT IS DIFFERENT THAN SNOW LEAPORD... CAN ANYONE SHARE THE CORRECT PROCEEDURE?

    I'M HAVING TROUBLE USING THE SAVE FEATURE IN LION AS IT'S MUCH DIFFERENT THAN THAT IN SNOW LEAPORD, CAN ANYONE SHARE THE CORRECT PROCEEDURE TO SAVE A DOCUMENT?

    Revert back to Snow Leopard would be the ideal choice.
    Not writing in all caps would be nice too, it's SHOUTING
    Thirdly, Lion introduced auto-save, so you have to duplicate the file, then open the duplicate to make changes.
    Wonderfully asinine.
    Quit the program, it will ask you to save.

  • I'm trying to delete multiple pix in iPhoto that i stupidly made duplicates of without knowing, I've tried going into the applications folder and using image capture but i think I've missed a step , can anyone send the correct info / steps pls thanks

    I'm trying to delete multiple pix in iPhoto that i stupidly made duplicates of without knowing, I've tried going into the applications folder and using image capture but i think I've missed a step , can anyone send the correct info / steps pls thanks

    again image capture is not involved with deleting photos from iPhoto in any way ever
    the paid version of iPhoto Library Manager is very good for finding duplicates as is Duplicate Annihilator
    And I have no idea who told you this - or what it means - but re-read both of my opening statements
    I was told I could delete multpiles thru image capture by transferring my iPhoto library etc
    LN

  • Can anyone explain the function BAPI_PROJECT_GETINFO

    Hi
    Can anyone explain the function BAPI_PROJECT_GETINFO.
    Can anyone explain the import and export parameters of this function module.
    What is the logic.
    I'm getting the output as 'No data record exists'.
    This is immediately required.Please help me.
    Thanking you
    Chandrika.

    hi
    good
    go trhough this
    Short text
    Read detailed information for work breakdown structures
    Functionality
    You use this method to read detailed information about project definitions and the WBS elements of certain projects from the system.
    Notes
    Enter the project definitions and/or the WBS elements, which you want detailed information about, in the parameter PROJECT_DEFINITION or I_WBS_ELEMENT_TABLE respectively.
    If you only enter project definitions, the details of all the WBS that belong to the project definitions are read including the hierarchy. If you explicitly enter WBS elements, only these are read.
    Messages are returned in Return parameters. For information about the return values and their meaning, see the parameter documentation.
    Parameter
    PROJECT_DEFINITION
    WITH_ACTIVITIES
    WITH_MILESTONES
    WITH_SUBTREE
    E_PROJECT_DEFINITION
    RETURN
    I_WBS_ELEMENT_TABLE
    E_WBS_ELEMENT_TABLE
    E_WBS_MILESTONE_TABLE
    E_WBS_HIERARCHIE_TABLE
    E_ACTIVITY_TABLE
    E_MESSAGE_TABLE
    thanks
    mrutyun^

  • Can anyone explain the advantage of iPod vs iPad over Kobo Vox for reading iBooks?

    Can anyone explain the advantage of iPod vs iPad over Kobo Vox for reading iBooks?

    Thank you Alan and  know you are right. I really can do all I need with my netbook and ereader and do not need the ipad. I think I just wanted something new and felt I may enjoy using it a lttle more than the netook. But it would be a waste just to buy one when I donlt acutally need it  And, donl't think it is worth the extra money for me the get the 4g wireless capability since I doubt I would really need it often.
    I may treat myself to the Ipad for the color, touchpad and fun to use but it is very expensive considering how little it will do for me no more than the things I want it for. It woudl be and expensive luxuray, I can do without. I actually  need t learn how to use more of the function avaiable first.  Maybe I should take up playing games and learning to take digital pictures so I can at least load them. If I could learn to do that and take a decent picture, I could start selling back all the "stuff" I have purchased on ebay. haha - I do have a nice doll collection, I would like to sell. I just do not have room for anything else. That was the primary purpose for the Kindle Ereader I bought and enjoy so much,
    But, I will hold onto the thought for a while and see how it goes and what other comments I get, If I think I cannot live without it, then I will have to rethink which one to buy, I coud get the 32 g if I did not have to pay for the 4g wireless. And, if I knew I could get help to teach me how to use and enjoy all the functions, I would give it more serious consideration. My granddaugther got one for Christmas and that was what got me interested in it. I love the size of the screen and it had good color and was fast. She even had an application where she could write her notes and it would convert into typed words. That was a neat feature, If you could print it?
    But thanks again for your comments and I will check later to see I get any other feedback.
    Sunny:)

Maybe you are looking for

  • Exporting problems with Premiere CS3

    There is probably going to be a very simple answer to this question however I'm at a loose end. Whenever I view a video I have just exported from CS3, the frame size keeps changing depending on how far I have zoomed into the frame whilst editing. Any

  • Binder software for pdf files.

    I am looking for software that i can insert pdf files into tabs like a 3 ring binder. I need to be able to label the tabs myself. Any suggestions are appreciated.

  • Enter Other Goods Receipt - MB1C Error

    Dear Friends: When working on Enter Other Goods Receipt -I entered  Material,Qty,UnE and pressed enter, I got the error 'Account determination for entry SANO GBB ____ ZOB 3000 not possible' and 'No stock posting possible for this material'. How to ov

  • Unit of measurement : VBRP-VRKME

    Hi all, The Unit of Measurement field is VBRP-VRKME in my scenario. Now the problem is that it is showing the values in german language but if i double click on the line item , the same field is shown in english language. In my internal table only  t

  • QUERY TO PRINT THE DATE OF NEXT FRIDAY THAT IS SIX MONTHS FROM TODAY

    CAN ANY PLZ LET ME KNOW THE QUERY TO PRINT THE DATE OF NEXT FRIDAY THAT IS SIX MONTHS FROM TODAY.THE OUTPUT DATE FORMAT SHOULD BE AS SHOWN IN THE EXAMPLE. (Eg) : TODAY: 24-FEB-09           NEXT_FRIDAY_AFTER_SIX_MONTHS: 28-AUG-2009 (FRIDAY) USING DUAL