PO delivery mechanism.

i have two questions about po delivery.
1、in po delivery schedule tab, how does the delivery item generate? does it generate when gr? and the deliverate date is equal to gr posting date?
2、when creating po item via pr, i find one po item have several relative delivery schedule item, and each delivery item generate from diffrent PR, i don't know how does a po delivery item generate from several pr itmes.

Hi,
1. It is not generated when you post GR.It is adopted from the item overview of the PO line item.
2.You can combine the diffrent delivery dates and cumulate in a single PO when you adopt different requisitions using ME58 and ME59,where delivery schedule tab has the delivery schedule for the total quantity.
Reg,
Deepak.

Similar Messages

  • Looking for a client/server that supports multiple protocol and delivery

    Hi all, I don't know if this the right place to ask my question,here it goes.
    I am looking to develop a client-server that supports multiple protocols such as HTTP, HTTPS etc. I am looking for a framework( i don't know if that is correct or I need some kind of web-service (soap etc)) that would manage connection, security etc. I would like to like to devote most of my time in developing business objects with multiple delivery mechanism such as sending serilized java objects, xml message or soap message, or in some case JMS message as well. So I need a client server that can come in via TCP/IP or HTTP or anyother industry standard protocol and I should be able to service him with pub/sub model and also request/response model as well.
    I don't know if I had explained what I need, I would like to know what technologies I should be evaluating and which direction I should be heading... Also the server I'm developing should be free of Java constraints if needed...
    Also this service is not webbased service as now but if need arises I should have a flexibilty to make them web enabled in future. Also I would like to work with open source webservers or appservers if I need

    Inxsible wrote:I installed i3 - along with the i3status - which I still have to figure out. I am liking what I see as of now. It reminds me of wmii -- when I used it way back when. However I do not like the title bar. I would much rather prefer a 1 px border around the focused window.
    "i3 was created because wmii, our favorite window manager at the time, didn't provide some features we wanted (multi-monitor done right, for example), had some bugs, didn't progress since quite some time and wasn't easy to hack at all (source code comments/documentation completely lacking). Still, we think the wmii developers and contributors did a great job. Thank you for inspiring us to create i3. "
    To change the border of the current client, you can use bn to use the normal border (including window title), bp to use a 1-pixel border (no window title) and bb to make the client borderless. There is also bt  which will toggle the different border styles.
    Examples:
    bindsym Mod1+t bn
    bindsym Mod1+y bp
    bindsym Mod1+u bb
    or put in your config file
    new_window bb
    from: http://i3.zekjur.net/docs/userguide.html (you probably already found that by now )

  • Captivate lesson delivery via media sharing software

    Hi all,
    I hope someone can provide me with some lead information for
    a delivery mechanism via an intranet for informal lessons developed
    with Captivate (general knowledge sharing rather than assessable
    lessons).
    I'd like to use a YouTube style delivery as a complement to
    the formal LMS, but I'm having trouble finding something that
    provides the same level of user engagement (rating, comments etc)
    and which also allows delivery of interactive lessons.
    It's critical that I keep the interactivity of the Captivate
    modules. Streaming them in a movie format is not an option. I'd
    appreciate any advice from anyone who may have used/explored a
    similar delivery system (even if it's a case of "We tried, but had
    to develop our own").
    Additionally, it's to demonstrate it as a proof of concept
    so the cheaper the better.
    Thanks,
    Flo

    Hi all
    Just my own observation about any type of ratings feature.
    Personally, I totally question the value of such features.
    What benefit do they really offer anyone? Big deal. So 400 people
    thought something was useful. How does that help me as a user? What
    if a topic that has no ratings whatsoever totally answers my
    question? To me, THAT topic is the "most useful" and I could care
    less as to how many others found it useful.
    I notice that on the Microsoft sites they have something
    similar to this. Once you finish looking at a topic you are asked
    if it was helpful. I can guarantee you that if indeed the topic did
    answer my question, I'm closing it and off I go about my work. I'm
    only likely to provide any feedback if the topic wasn't helpful.
    Commenting, on the other hand, I think can be a valuable
    tool. But it can also be dangerous. Suppose information exists that
    walks a user through a particularly tricksy process. A process that
    could stop the system from working if it wasn't followed to the
    letter. Further suppose someone wishes to add a comment that would
    work for 60% of the systems in use, but cause the remaining 40% to
    fail miserably and require a reload of the operating system if
    followed. In that case commenting would be disastrous.
    Just popping some thoughts out there to ponder... Rick

  • Delayed delivery in Websphere MQ

    Looking for any possibility of delayed delivery mechanism in Websphere MQ Queue.
    I've tried JMS wrapper to send/receive messages to Webspher MQ based queue and failed to persist the message in some interval of time say (4 hours).
    This is what I need:
    1) Put message in the queue.
    2) Read message from the queue and then send it for processing (involved some DB calls).
    -- If the process fails then, put the message back in to the queue and set a delay time so it won't be available until 4 hours.
    -- If the process succeeds then, purge the message from the queue.
    It looks like Websphere MQ does not support this. Is there any posibility of creating JMS queue and manage the queue locally in the websphere app container itself ??
    Appreciate if any ideas or suggestions.
    Thanks
    Adnok.

    I have been wondering about that too. I found a WebLogic page:
    http://edocs.bea.com/wls/docs92/jms/manage_apps.html#wp1234674
    which says that a session has a redelivery delay attribute that it inherits from the connection factory that created it. But this appears to be a WebLogic extension so maybe MQ doesn't have an equivalent.

  • How To Run a Parameterized Report Stored in Crystal Enterprise on demand

    I have been integrating into Crystal Enterprise 10 for  many years now with no problem.  We use .net to schedule and run reports as well some administration tasks.  Users can view reports through our asp.net web application using the crystal viewers.
    However, I now have a task that requires us to run a report that is stored in CE on demand.  This can NOT be done through the viewer because it will not have direct user interaction.  The crystal report has to be bundled with other documents and then displayed to the user in a single PDF.  I have everything working right now if the report has already been scheduled and ran through CE.
    What I can't figure out to do is how to actually run the report in CE on demand and immediately get the results back.  I can't schedule it (even for immediate running) because I can't have it backed up in the job server queue.  If the report was local on the machine that Integerate with CE, I think it is as simple as loading document, setting parameters, and calling refresh.  However, I need this to happen in CE with the RAS or PageServer server.  In other words, the execution of the report needs to occur on server and I need the end results.
    I have scoured the Net looking for an example but everything either talks about scheduling through Job server or on demand through the viewer.
    Hopefully someone can help.

    Thanks for the answer Elaine, but I am still not quite there.
    We already had interactive on-demand report viewing working through our web app.
    The problem is that I need non-interactive on-deman report running.  Let me explain the process a little more to help paint the picture of the process we have.
    1.  While working in our application, the user selects an "information dump" on the selected the employee.  This dump is information from a number of different places and document types.
    2.  The application then goes to each of these different information areas and converts the information to PDF format.
    3.  Application stitches all the individual PDF files into a single PDF which is what is returned to the user via the web application.  The delivery mechanism cannot change due to requirement limitations.
    Currently, the information is coming from multiple MS Word mailmerge documents merged "on-the-fly" with data for the employee and a stored HTML worksheet that is also converted to PDF.
    We now have to add a PDF version of 2 reports that are ran when the user requests the information dump. 
    I already have the code to connect to CE and get a reference to the RASReportFactory.  We do this today using the interactive viewer.  However, we use the viewer to display reports that have already been scheduled and ran.  This means we simply make a call to RASReportFactory.OpenReportSource to get the source for the viewer.
    We now can't have a viewer in this process.  I found the call to the method OpenDocument on RASReportFactory to get a handle to a ReportClientDocument.
    I know how to properly set the values for the report arguments as well as the database information.
    What I don't see is a method to tell it to run the report.  I see Save and SaveAs but this simply saves the document by to CE or to a local file with the changes I made to parms and db info. 
    What do I call to tell it to execute the report so I can turn around and export it to PDF?  Thats the million dollar question.
    Edited by: Stephen Barrett on Aug 20, 2008 12:11 AM

  • Adobe reader XI no longer plays video or audio embedded in PDF created with Adobe Acrobat X Pro.

    Help please!
    Embedded video and audio content in PDFs created using Adobe Acrobat X Pro does NOT play on some school computers after Acrobat Reader XI is installed. The media content played fine with Acrobat X. This is seen with both XP and Windows 7 machines.
    Bizarrely, other machines with Windows 7 and XP play the video and audio content fine when Acrobat XI is installed.
    Please help, as the PDFs are the delivery mechanism for a very effective literacy programme for children, and this bug has halted delivery for a considerable number of schools and thousands of children are in trouble!

    Hi Raman,
    I think we have found the source of the problem. It relates to how different browsers are detected by Adobe when updating Flash Player.
    To make the videos play within PDFs either from DVD or on the hard drive, it is now essential that Adobe Flash Player 11 Plugin (now version 11.5.502.113) is installed. (Adobe Reader 10 had its own internal flash player, so an external player was not needed)
    We have discovered that, when Google Chrome is the browser, automatic updates of Flash do NOT download this programme. Flash 11 ActiveX is the only programme that is downloaded, and the videos do NOT play from DVD or harddrive.
    Also, it is not possible to manually download Adobe Flash Player 11 Plugin as this option is not presented to the user. Presumably Adobe have set it up this way, because the Adobe site recognises Chrome is being used, and assumes that the computer does not need the plugin flash player, as Chrome has its own internal flash player. However, other programmes may need it!
    We went to FileHippo to download the non-IE version (even though we were using Chrome!) at
    http://www.filehippo.com/download_flashplayer_firefox/
    Then the videos played from DVD or harddrive.
    I have not been able to test how this works with other browsers. I hope that Adobe can sort this problem out asap!
    regards
    Buffy

  • Windows Extensions Not Showing After Windows Intune Site Role Installed

    Hi,
    I have installed the windows intune site role on a SCCM 2012 R2 box and the Windows Intune Extensions have not been shipped to Admin>Overview> Cloud Services> Windows Intune as per the attached photo.  This is the third time I have built a
    SCCM MDM service and I have not come across this before.  If you view the site roles it is installed, the subscription is active within config manager and the system authority is set to SCCM management in Http://manage.microsoft.com.
    I am wondering if there is a way of breaking the intune association to try and re-install the role as there was not a full internet connectivity within the data centers at the time if install and external DNS was not resolving for FQDN and nslookup would
    fail.  I believe that Intune requires a cert to be shipped to it at time of install.
    Any help, thoughts and advice would be greatly received as my previous 2 installs have not been an issue.
    Thanks in advance,
    Nick

    I am in the same boat and have a call open.  Apparently, there is some issue that the engineering team is working on.  I got the iOS and Email Profile extensions back in February, but never received the 8.1 extensions.  My call has been
    running for 3 weeks now and they are still working on the delivery mechanism from their end.  I'll post back when they figure out what is going on. 
    Best, Jacob I'm a PC.

  • Does the Flash Player (Win7 / IE 9+) cache content outside of the browser?

    I have encountered a technical issue using Flash (CC) content in Captivate 7.  I am distributing the content to a customer with approximately 1000 Windows PC's running IE 9 +.  Some of these computers have no issue but a small number experience a problem which prevents them from downloading content after an undetermined point.  There is no apparent pattern to identify either a fault in the content or a fault in the workstation build.
    The problem looks like this:
    The user is able to access the content - sometimes several courses, sometimes only one.
    At some point during a course -it will stop playing (failing to load the next page).
    The user can close the course and reload - but is always stops in the same place it originally failed.
    The user can load previously accessed courses and these work without issue.
    The user is unable to load any new courses (previously un-accessed) - resulting in a blank page.
    No application events are logged when this occurs so there is little to examine when it occurs.  We have anecdotal evidence that the issue can sometimes be resolved by clearing the browser cache - but not always.  Also - we have unconfirmed reports that the problem can "resolve itself" after several weeks.
    From my perspective it looks like one of the following scenarios is causing the problem:
    The Flash Player is caching content in a location other than the browser cache and reaches a limit.  The cache is not overwriting content so then fails to download any new content.
    The Flash Player experiences a problem which prevents it from downloading content (corrupt files, registry issue, or policy restriction).
    We have several other customers who access this content at different sites - and none have reported this specific issue, so we are confident that the delivery mechanism is sound.  The customers workstations are generally new machines with plenty of capacity, and they have a 200 Mb leased line connection to the Internet.  The customer has assured us they do not use a caching proxy server on site, nor any bandwidth optimisation tools so in theory, the client connection is direct to the Internet.  Additionally - the fact that this issue affects isolated workstations suggests the problem lies at the endpoint - not in the transmission path.
    Has anyone encountered this type of issue before - or does anyone have any knowledge of Flash Player caching operations?
    Regards

    IE will roll cache like any other browser. Keep as much as the user allows and start recycling when that gets filled. At no point will IE "fill up" on any single or multiple sites and be unable to download any more content. Downloading is all a browser does and Flash is not excluded from that unlimited party. However if you never remove content properly and continue to download endless content, you could encounter RAM issues. You don't have unlimited RAM so you may be hitting a wall. But as long as you're disposing any content you loaded that you no longer need, that isn't an issue.
    You're going to need to install some custom logging if you really want to debug a clients client. The most popular thing a Flash application will do is fail silently and lock up because you did not provide any failsafe measures for various common issues. From common crossdomain policy issues to flaky connections failing in the middle of a download, you need to handle all these situations and act appropriately. If any content is failing to load in Flash you can be sure if you try {} catch () {} you'll be given a top level chance to send out a log notice to yourself. That's of course assuming you have the standard IOErrorEvent, SecurityErrorEvent, etc already in place to also log.
    If you had access to the offending machines then opening the developer tools in IE and using the network manager would be the easiest way to see what's going on. If you click to load more content and see no network request, the requesting itself has an issue (could be a million reasons). If you see the request go out then you'll either see it fail in the middle or complete. If it fails you should have code to handle that. If it completes and the app still locks up, you probably have ABC that isn't playing nicely and should be "caught" and logged.
    There's just no one way to approach this. Only layers of error handling and logging are your best friends when it comes to debugging this kind of thing.
    Personally I've seen clients boast they have XMbit lines and their network is otherwise perfect, when it had old grade (100mbit) eth cables and the little things that schools and large companies tend to overlook in the long run. It's easy to replace a faulty switch or eth card but in-wall cable, not so often.

  • Excel Documents/ Mass Messaging

    I'm looking into getting this new model for work, but I need to clarify a few things first.
    1. Is the Q10 capable of working on Excel/ worksheet documents?
    2. Can I perform actions such as copying an entire column of contact numbers and pasting them into the message recipient input?
    3. Is there a maximum number of contacts I can place in the message recipient input? I'd like to be able to send a message to about 100 at a time, or more.
    Solved!
    Go to Solution.

    anaheim3232 wrote:
    Docs To Go is the app/program I need in the Q10 to work?
    Yes, to work with Excel (and other MS Office) files, that is the necessary app, and it is available in BBWorld.
    anaheim3232 wrote:
    What do you mean by an "email account configured and functional?"
    An email account, configured on the device you want to run your test on, that is fully able to send/receive emails. To truly do your test, you must not only paste the recipients to a new email from your XLS, but also send. Oh...then again, if you meant SMS as your message delivery mechanism, then that would be required to be fully configured and already functional on the device you will test with.
    anaheim3232 wrote:
    Once I have those two above, the test with the SD card/ XLS files can be done?
    Based on what you have described, yes.
    anaheim3232 wrote:
    I'll assume the Q10 I'll be trying out will be an activated BB10 device.
    Hmmm...well, you definitely must run your test on such a device...however, whether or not such a device is available at the shop you go to is a completely different question, one which I cannot answer as I have no idea what the shop you go to will have available for you to do this.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Rename the attachment

    Hello:
    How do we rename the attachement's that were scheduled to have the sysdate as the name of the attachment?
    Thanks
    Chandu,

    Chandu,
    You cannot set the file name of the attachment unless you delivery mechanism is: webdav, file or ftp.
    Check the parameter mapping section of this link:
    http://download.oracle.com/docs/cd/E12844_01/doc/bip.1013/e12187/T518230T518233.htm#enableburst
    Cheers
    Jorge
    p.s. If this answers your question then please grant the points and close the thread

  • Problem with national language after patching

    I have BEx Analyser based on Excel 2007. After patching with 801 (SAP NetWeaver 7.0 Support Package BI Frontend Add-on 7.x SP's for SAP GUI 7.10) got problem with national symbols input.
    Please any ideas...
    Thanks,
    Olga

    It's best to post this in a SQL Server forum. ConfigMgr is simply a delivery mechanism for the patch and really has nothing to do with what the patch actually does.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • How do I send Windows-friendly network drive links using Mail (in Tiger)?

    I'm in an office with mostly Windows users (and Windows NT servers). Most folks use Windows email applications such as Outlook and Outlook Express. I use Apple Mail 2.1.3 (753.1) in Tiger v10.4.11. But I want to send links within my emails to files on our various network drives and have the receiving Windows/Outlook users click the links to automatically open the various files, but I can't get this to work. Any ideas on how to format the network links so they work this way?
    I don't log into the network drives normally until I want to access things, perhaps I should. But I've tried this and still no go.

    Thanks, but I've tried this in a variety of ways, none of which seem to work. So there's more detail required. Here's some background and examples of what I've tried without success.
    The Windows WORKGROUP is, say, "JAMESCORP" - but what's the equivalent in Apple networking to a Workgroup? And does this even matter? It seems to not matter?
    The Windows drives are mapped on Windows machines as, say, F: G: H: I: etc... But I don't know what the equivalent concept of mapping drives is on an Apple (more on smb, below). I typically don't map Windows' network drives (I use VMWare Fusion) on the Windows side since I did not like the constant Windows messages reminding me each time I'm out of the office that it can't find the Drive F:. Then it can't find Drive G: - etc. ad infinitum. What a pain.
    On the Apple side, I use Finder's command-K to smb into the server that contains all the partitioned drives. In the smb list, the drive names are, say, mapp-cdrv and mapp-ddrv etc (which, in Windows map to F: and G: respectively).
    So when you type "servername" - I'm lost regarding just what the servername should really be? Is it:
    a) F: (which does not work for a Windows user once it's delivered via Apple Mail to an Microsoft Outlook email) So this seems to not be the proper servername - or if it is, there's a translation happening in the delivery mechanism that makes it not work. (I "Add Hyperlink" from the Edit menu to get the link into an Apple Mail message.)
    b) mapp-cdrv (which works on an Apple, but when sent to a Windows machine's email (e.g., Outlook) does not work - so this isn't it. This servername is not something the Windows machines understand
    c) cifs://workgroup;""me@<ip address of server>/mapp-cdrv (which, again, doesn't work on a Windows machine once sent thru Apple Mail).
    I've tried a variety of other permutations of "servername" - both Windows-like server names and Apple-like server names - but none seem to work once delivered the way I'm delivering the links (thru Apple Mail to Outlook.)
    Any other ideas? Thanks for the help! ; )

  • Huge email attachement hurting system

    Can anyone tell me if its safe to delete emails in the domain\mslocal\gwinprog\4 folder?
    We are in the middle of a 300 recipient email at 46MB of pictures...that was sent 3 times because the user didnt think it went the first time. We are also in the middle of a email migration, so email that hits GW is forwarded to our new system, which compounds the issue further.
    At this point Im not sure if GW is receiving email, but our new system is still receiving the forwards 5 hours after the original was sent.
    Am I right in thinking the gwinprog folder is emails in progress of delivering? I have watched this folder for hours and it will have 9-12 emails at one time that continually grow to the 46MB size, then eventually get delivered Im guessing. I would like to just whack them as they come in to this folder to mitigate the damage. Is this safe? If I do this, do I have to run any kind of cleanup....I could see how GW might go crazy if I start doing this. Should I just wait it out?
    Our Novell guru left months ago...I have a little knowledge, but not a lot so any ideas or help is appreciated.

    ssnidodcte wrote:
    > Is this safe? If I do this, do I have to run any kind of cleanup
    It's safe and requires no "cleanup" be run - at this point in the delivery
    mechanism, files are just being copied about from spot to spot. Of course, if
    you're sure it's the right message (and you probably are due to size), because
    at this point you also can't see any contents - it's all encrypted.
    Danita
    Novell Knowledge Partner
    Moving GroupWise to Linux?
    http://www.caledonia.net/gwmove.html

  • Server side flash

    Hello,
    we're investigating a way to get our content onto the ipad.  The content is dynamically driven web based training.  Flash is the delivery mechanism, and it pulls from our database what it's supposed to display, play, etc...
    There's some ipad apps such as cloud browser or iswifter that will render our content, but we're investigating how this is done as we would prefer to have our own solution.
    Remote desktopping is one possibility, but this requires a per user fee that is too expensive.  It looks like cloud gaming might be a better solution, but we're wondering if adobe has a solution.
    The flash files are very interactive, so coding for html5 doesn't cut it...
    Any ideas?
    Thanks in advance.
    Kim

    I have done that temporarily, but we were hoping to do this
    without placing a Flash SWF on the page. We are building a
    troubleshooting page, and want to keep as many variables out of the
    calculations as we can. IE, if Javascript is the issue, then a
    Javascript to tell us the Flash version would be a bad idea. If
    Flash is the issue, then a flash element would be a bad idea. If we
    keep all of the calculations on the server-side, and not on the
    client-side, then we know that nothing of the clients is messing
    with the information displayed.

  • Alternative content ignored if player is not installed

    my website has a flash header, that needs player 10, so the alternative content is shown if conditions are not met: http://seosumo.com
    It shows the alternative content as intended, but ONLY ONCE. If the player 10 is not installed, it won'd ask for it again for that session, which I think is fine, but IT WONT SHOW THE ALTERNATIVE CONTENT EITHER.
    I'm using the default code from DreamWeaver CS4 (swfobject_modified.js)
    Any idea how to solve it?
    Thanks.

    I think we need to know what "loaded in a client machine" means.  The two primary delivery mechanisms for Flex are browser and AIR and both have built-in mechanisms to warn the user.  Usually if you have another delivery mechanism, you'd install the player as part of the delivery.
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

Maybe you are looking for