Goods despatched against to future schedule line rather than a current line

Hi Guys,
We have a problem with future schedule line in PSA  being ordered in the same time once previous lines is still open ( not yet issued and received).I thought it is related with Delivery creation where in VL10f you can select future line rather than any current lines.Even though when I selected any future entries, goods were despatched against to first open lines on delivery schedule therefore I has nothing in common.
Have you seen it before and know what could cause that?
Regards,
JG

.

Similar Messages

  • Clickable on a theme that contains lines, rather than points in Java API

    Hi,
    I am working on a Java thick client application using the MapViewer API.
    The use case I am trying to implement is to click on a line that has been rendered by MapViewer, and identify the object that this lines represents.
    I have been able to implement a click on a point (e.g. defined as MDSYS.SDO_GEOMETRY(2001,null,MDSYS.SDO_POINT_TYPE(3,3,null),null,null).
    However, I am having difficulty with a line. I have tried with a line defined as follows:
    MDSYS.SDO_GEOMETRY(2002, null, null,
    MDSYS.SDO_ELEM_INFO_ARRAY(1,2,1),MDSYS.SDO_ORDINATE_ARRAY(3,3,4,4))
    and also using the entry in the INTERSTATES table from the mvdemo sample database:
    GEOM: MDSYS.SDO_GEOMETRY(2002,8307,null,MDSYS.SDO_ELEM_INFO_ARRAY(1,2,1),MDSYS.SDO_ORDINATE_ARRAY(-95.368599,29.77528,-95.366074,29.77133,-95.365822,29.771009,-95.365341,29.769661))
    HIGHWAY: I 10/I 45
    The approach I have taken is to use live features by making a JDBCTheme ("INTERSTATES_THEME") clickable.
    The following is the code I used:
    MapViewer map = new MapViewer("http://localhost:8888/mapviewer/omserver");
    map.setServiceURL("http://localhost:8888/mapviewer/omserver");
    map.setDataSourceName("mvdemo");
    map.setImageFormat(MapViewer.FORMAT_PNG_URL);
    map.addJDBCTheme(config.getDataSourceName(), "INTERSTATES_THEME",
    "select HIGHWAY, geom from INTERSTATES where HIGHWAY = 'I 10/I 45'", "geom", "8307",
    "L.DPH", null, null, true);
    map.setFullExtent();
    Then, I make a call to map.run(), map.getGeneratedMapImage() and render the generated image in a JPanel paintComponent method.
    This all works fine, and I can see the highway being rendered.
    However, if I add
    map.setClickable(true, "INTERSTATES_THEME");
    before the call to map.setFullExtent();
    I get the following stack trace when map.run() is invoked:
    java.lang.IllegalStateException: unread block data
         at java.io.ObjectInputStream$BlockDataInputStream.setBlockDataMode(ObjectInputStream.java:2377)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1361)
         at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1667)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1323)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
         at oracle.lbs.mapcommon.MapResponse.readObject(MapResponse.java:513)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1849)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
         at oracle.lbs.mapclient.MapViewer.processRawResponse(MapViewer.java:6706)
         at oracle.lbs.mapclient.MapViewer.run(MapViewer.java:6363)
    Does anyone know if it is possible to make lines (rather than points) clickable on a thick client?
    Any help is much appreciated.
    Thanks.

    Hi,
    I want to have click event on Point.
    I have written following code using Mapviewer API:
    String serverUrl = "http://ps3962:7101/mapviewer/omserver";
    mapClient = new MapViewer(serverUrl);
    mapClient.setDataSourceName("mvdemo");
    mapClient.setBaseMapName("demo_map");
    mapClient.setCenterAndSize(-122.40, 37.80, 2.5);
    mapClient.setDeviceSize(new java.awt.Dimension
    (1280,768));
    mapClient.setImageFormat(MapViewer.FORMAT_PNG_URL);
    I have added point feature to it by mapClient.addPointFeature(cx, cy, 8307, "M.CIRCLE", "Point1",null,null);
    After this I did mapClient.run()
    and mapClient.getGeneratedImage()
    The image returned is null.
    I am able to get Image Url only.
    And By using that URL if I rendered the image in jsf page, How can I make point feature clickable ?
    In your first post You mentioned that you have used MapViewer.FORMAT_PNG_URL and still You are getting generatedImage.
    Can you please tell me what can be the problem in my code?
    I referred Mapviewer API and it is mentioned that for getting generatedMapImage the format should be FORMAT_RAW_COMPRESSED.
    So could you please tell me how can you get Image by using FORMAT_PNG_URL ?
    And also how to make point feature clickable ?
    Its urgent. Your help will be greatly appreciated .
    Thanks

  • Starting and stopping X + booting into command line rather than GUI

    After installing Arch and struggling a bit to get the gui environment (gnome) to work I am now in a situation where the distro works fine but boots directly into a gnome session.
    I would like to be able to stop X and I have tried various recommended commands. The only one that works seems to be "kill -15 X" (after doing Ctrl+Alt+F2), which ends X but sort of stops mid-process without ever going back to any command line prompt.
    I copied etc/skel/.xinitrc into my home folder and uncommented "exec xterm", while re-commented "exec gnome-session". This did not make any difference at all so perhaps I'm not even using that script?
    As I had some difficulties installing X (or rather get it to work) I may have installed a whole plethora of packages that I may not need. There are references to Wayland for instance, packages I installed. But am I actually using them? How can I find out?
    I would like Arch to boot into a command line environment and then I'd start X from there - if that is what I want!
    Any pointers in any direction regarding the above are welcome!
    Cheers!

    What guide did you follow to install? The beginner's guide and the Xorg page contain the relevant information. Following just them should have allowed you avoid the mess you're in. Just saying that you've installed a whole plethora of packages will not help...it makes it near impossible to help.
    You ought to read this. It sounds like you installed a display manager and set up auto-login?
    Last edited by nullified (2015-02-20 17:26:59)

  • HT204350 How do I know if the migration assistant is actually working? I got as far as a screen that says it is "Transferring your information" and there is what looks like a progress bar but that has moving blue diagonal lines rather than any progress

    The fan on my target computer is whirring away and so it sounds like something is happening. But there doesnt seem to be any way of telling from either the traget or the source computer if the thing is actually working.  How many hours should I wait before concluding that something has gone wrong?  I have over 100GB of data so I am not expecting it to be fast! 
    Is it normal for the source computer to just drop out of migration asssistant at the begining, or should there be some sort of indication that it is working?  What about if I use activity monitor is there any clues I should be looking for there?

    Hello gatormommy97,
    If that migration happens to still be chugging along, you're in luck. We've got step-by-step instructions for performing an Erase & Install on the new MacBook Pro. This will restore it to 'factory defaults,' just like it came out of the box for the first time, allowing you to start fresh with an alternative migration method.
    OS X Mountain Lion: Erase and reinstall OS X
    http://support.apple.com/kb/PH11273
    Cheers,
    Allen

  • Why YouTube video is not so good when we r watching through 3G rather than wifi

    So please answer my

    This may depend upon your providers for data and wifi.  If you pay for 5Mbps Wifi and get it, and your 3G is only providing a throttled 1Mbps  signal then your wifi will be faster.

  • Where can I find a standalone installation package rather than the current upgrade stub?

    My home connection is dial-up and to download a 40MB "upgrade" solution would take about 2 hours. I use a public computer with a high-speed connection to download install packages of all the software I use. I can save these packages to a flash drive to bring home to run on my computer. The Mozilla "upgade" solution tries to upgrade the public computer. I do not get a transportable install package. Of course this does me no good.
    Also, if I have a standalone installation package, I can keep it incase I need to re-install, or if I want to share Firefox with someone else.
    Please send me a link to a standalone, transportable installation package that I can download.
    Thank you in advance.
    F J Zbikowski

    The full off-line installer is available here:
    http://www.mozilla.com/en-US/firefox/all.html

  • AR Invoice Presentation / Invoice Lines diff than Sales Order Lines

    Hi,
    Due to business rules I got the following requirement, I'd like to get advice or second opinions please:
    Instead of showing 200 lines we want to show 1 line in the invoice summarizing the job done.
    The requirement is:
    The invoice should summarize the Order Lines, meaning that we want to have different lines in the invoice than those in the orders composing the invoice. The total amounts must equal between both, the invoice and the orders lines been invoiced.
    For example:
    We need to create an Invoice for 2 Sales orders with 10 lines each, each line for $1 usd.
    The invoice could be in any of these situations:
    - Having only one line composing the 2 orders. The invoiced amount is $20.
    - Having 2 lines composing the 2 orders. The invoiced amount is $20 ($10 line 1, $10 line 2)
    The description on the invoice lines must be completly open.
    Internaly, the link/reference between the invoice line and the order line(s) composing it must be kept.
    This must work with 1 or more Sales Orders (partial or complete)
    Can be done via autoinvoice or not. (The user is able to compose and reference the invoice manually)
    ¿Is there already something done that I can use? Just point me on one direction and I'd be happy to investigate.
    I already have 1 or 2 ideas of how to achieve this without customizing at all.
    Just wanted to check and get advice and second opinions on this before taking a decision.
    Technical Spec:
    Oracle EBS 11i (11.5.10.2)
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0
    Thanks in advance.
    Juan Alcocer

    seems to error
    APP-AR-11526
    ORA-28115
    seems the security policy is implemented at your database leval and check which ID you are using to insert the record.Check with your DBA, for security to resolve first for ORA-28115.
    Disabled in case if you have any custom triggers defined on RA_CUSTOMER_TRX_ALL.
    Few Documentation for ORA-28115
    ORA-28115 with EXEMPT ACCESS POLICY privilege
    A user USER1 has been granted select, insert, update, delete on all
    tables of an application schema (USER2) that uses row-level security.
    The RLS policies cover select, insert, update, and delete, and have check option enabled. USER1 has also been granted EXEMPT ACCESS POLICY system privilege.
    Each table in the USER2 schema has a trigger that causes insertion of
    a row into an audit table whenever DML is performed. When USER1 performs DML on a USER2 table, the operation fails with

  • I find the gray striping on my email headers very distracting and want to change the headers to just a white background, rather than the current grey alternate white that displays

    Right now my email headers display in a striped version, with alternate grey highlighting in every other header. I hate this and want to remove it
    == This happened ==
    Every time Firefox opened
    == ll the time, seems to be a default

    Here's another trick. Say you want to have each user have a specific theme, something other than default. The user specific settings for Squirrelmail are in /var/db/squirrelmail/data. Each user has a file called username.pref, where username = their actual short username. For the user msmith, it would be msmith.pref. For existing users, you can edit the file and add/modify whatever preferences you want. Set up your Squirrelmail like you want it site wide, and look at your pref file for an example. At my site, I want everyone to have the plain blue theme, and to turn off the alternating colors in the message list. Here are the preferences to do that:
    altindexcolors=0
    chosentheme=../themes/plain_bluetheme.php
    I added those two lines to each users pref file, when they log in next they will have the plain blue theme. They can change it in the "Options" if they wish, but day one they get the plain blue theme.
    For new users that you create through Workgroup Manager, there is a file in that directory called default_pref. That file is a template Workgroup Manager uses when creating a new user in Squirrelmail, so just add the prefs you want in that file, and each new user gets those preferences automatically when they are created.
    There is a plugin that dose something similar called forced_prefs available at the Squirrelmail site, but if you force those prefs, users will not be able to change them if they want. It's also not real simple to use, at least for me. Documentation is pretty sparse as well.

  • Is it possible to make the Tags in 10.9 Bigger or similar to 10.8 rather than the current tiny dot on the side?

    Hate the tiny dot on the side of the folders etc. Makes finding tagged folders much harder. Can this be improved?

    I disdain using tags, finding them useless eye-candy, but there might be some 3rd-party apps that can do what you're seeking.

  • Why when surfing on iPads safari and reading an article and I go back it brings me back a few days rather than the current place I was at?

    Help

    Dragon4486 wrote:
    Yes on a apple laptop or desktop.
    As this is an iPad forum, directions for solving a problem on a desktop or laptop probably aren't what the OP is looking for.
    The ipad 2 has a mobile version of safari, really? That will be the first to go when i get my Ipad2 friday, i cant stand mobile versions of browsers.
    The version of Safari on the iPad is the iOS version as, of course, the MacOS version doesn't run on the iPad. If you don't like, there are many other browsers available in the App Store. I'm fond of iCab Mobile.
    You may also be confusing mobile browsers with the mobile version of websites. Whether or not you see the mobile version of a website is controlled by the website.
    Best of luck.

  • Payment Distribution to Artists by per user plays, rather than total plays

    Hello!
    I just had a thought about how payment is distributed to artists that I wanted to see if anyone might have some thoughts on. Spotify still does come under criticism on occasion for artist payment distribution - I've seen a couple of instances of people citing iTunes as providing more monetary compensation to artists since it is per download, rather than per play, among other things. This seems to be especially true for independent artists, and artists who are generally less well-known.
    I was wondering if Spotify has ever considered doing payment distributions using the
         sum[ (total artist streams per user) / (total streams per user) ] across all users
    ratio for payment calculation, rather than the currently used
         (total artist streams across Spotify) / (total streams across Spotify)
    approach, i.e. calculating the artists' play ratio by user, rather than in one giant pool. If you have considered this, I would love to hear why the current payment implementation was chosen rather than a per user method, such as the one listed above. But... 
    If a per user method has not been considered by Spotify previously, I think it would be nice - while I'm not an analyst myself, I imagine that it could lead to more revenue for independent artists, and maybe even less famous artists that are still beholden to rights owners for distribution of payment. I think it would do this because it could account for differences in number of plays per user - rather than users who tend to play more music over the course of a month contributing more all artists' payout, each user has an equal voice in how money gets distributed to artists.
    I understand that such a switch would be difficult, and possibly insurmountable in the instance of free users - so, I am positing this as an idea not for all users, but for Premium users only. With Premium, it is a feasible goal, since you have a finite number of plays, and a finite amount of money coming directly from that user, and do not have to worry about trying to calculate differences in advertisement impact for different users. Doing that ratio calculation would be relatively straightforward of a switch computationally (though quite a large change in the system nonetheless, of course). 
    I think this type of change would empower both users and artists to use Spotify more. Firstly, it would empower artists to allow Spotify to play their music because the metrics they would get per month would be more reflective of the size of their fan base, and how much importance that fan base puts on the artists' music than current metrics.
    Secondly, it would empower users more, which I think is especially important for users between 18-32 years of age. While I am not an expert on the subject, I often find that users in this age group (my age group) care a great deal about having control over where their money ends up, which in this case means knowing which rights holders and/or artists are getting the money they are spending. I know I do. Switching to this system, while still not addressing the injustices that are felt within the relationship between rights holders and artists by many, would still allow users to have more of a say in who gets their money than the current system. On top of that, it might be helpfult for Spotify itself - if using Premium is the only way for users to feel empowered by knowing how their money is distributed, it may encourage people in the free tier to upgrade to Premium in order to feel empowered.
    Just a thought. I'd love to hear what you and others have to say about this idea. 

    @Merik thanks for the warm welcome, and for the quick, informative response!
    I had the chance to take a look at that page you linked to before my original post, and saw that paragraph you quoted, as well as the bullet point about paid users having a higher "per stream" rate. I guess what I was more interested in (and perhaps this is not the right place to ask this question?) was if there was more of an in-depth "why" behind their decision (and thanks again for linking to it!) documented anywhere that I might be able to read more about. Maybe I was missing something on that page (and please let me know if so!), but the only "why" that I could find was a sentence in the paragraph you quote above:
    "We believe, however, that our service and the lives of artists will both be best if the World’s music fans enjoy more music than ever before in a legal, paid manner".
    While it's great to see their opinion, I was more curious about the line of reasoning behind that position is all. Because I do wonder whether empowering premium users to have more fine-grained control over how their money is allocated, such as by doing pay "per user", might lead to both more paid users and more revenue for independent and/or lesser-known artists - and if that's something that Spotify has researched already, I would love to hear more about the pros and cons behind such an approach!
    Thanks!

  • Quicktime plugin displaying SDP file rather than video in Internet Explorer

    I'm developing a streaming video application. Quicktime plug-in with firefox works fine. With I.E., the contents of the SDP file gets displayed (line by line) rather than the specified video.
    Any thoughts?
    Thanks,
    Hal

    You need to write your HTML so that it supports both the <EMBED> and <OBJECT> tags AND you need to invoke the QuickTime plug-in so that your stream plays in QT regardless of the browser's default settings. There is a great deal of information on these techniques in Apple's updated guide to HTML & QuickTime, including instructions on how to simplify coding by using Apple's AC_QuickTime javascript library.
    http://developer.apple.com/documentation/QuickTime/Conceptual/QTScriptingHTML/QTScripting_HTML_AIntroduction/chapter_1_section_1.html#//apple_ref/doc/uid /TP40001525-CH202-DontLinkElementID2

  • How to test with the standard Flash player, rather than debug player

    Folks,
    I am interested in running my flexunit 4 tests against the standard flash player, rather than the debug player that comes with the SDK.  Is this possible?
    BTW, I am working on Windows for now.
    I installed both the flash ActiveX control for IE, and the standard flash plugin for Firefox.  I then associated the SWF file extension with Firefox using the "Open With" dialog.  I had to choose a single program, and the browser appeared to be my only choice, as I could not find any sort of "FlashPlayer10.exe" to associate with.  I ran my ant script that calls <flexunit>, and it kind of works.  It launches Firefox, runs the tests, and the results get piped back, but Firefox is not shut down.  Yep, Firefox stays open after the tests complete.  I seem to recall that the debug flash player would close itself after being opened by <flexunit>.  I tried using IE, and the same result occurs: the browser is not shutdown after the tests complete.  This behavior makes for an unacceptable test setup, as eventually the system memory on the machine will be exhausted as more and more browsers are opened and not closed.
    Questions/options:
    1) Is there a standard flash player "executable" somewhere on my system that I can associate the SWF files with (that would hopefully shut itself down)?
    2) Second choice, is there a way to get the browser to close after <flexunit> completes?
    3) or am I stuck using the debug player?  I am concerned that testing management at my company might not like the fact that we are testing against a debug player, rather than the standard one that users will likely be using. If flexunit 4 CI only supports the debug player, is there something I can say to appease management?
    Thanks for any help...
    Trevor

    @trevorbutler - Here are my 2 cents, but the group may have a different perspectives for your questions.
    Currently, we suggest the use of the CIListener class as a FU4 listener for use when building your test SWF to run via the FU4 Ant task.  This class (http://opensource.adobe.com/svn/opensource/flexunit/branches/4.x/FlexUnit4CIListener/src/o rg/flexunit/listeners/CIListener.as) uses the fscommand() function to send a message to its host environment to exit (i.e. - fscommand("quit")).  This command is only recognized by the Flash projector and stand-alone players, which are thin wrappers around the Flash Player so that it may be executed as its own process in the OS.  Based on the setup you are describing, the behavior you're seeing should be expected since the browser is the host environment for the Flash Player.  When the browser recieves the resulting message of the fscommand("quit") call nothing will happen since the browser doesn't support this command.  If you use the Flash projector or stand-alone players however, they will exit when recieving the results of this command.  The projector/stand-alone players come in two flavors, release and debug.  Release will act very closely to the typical plugin installed in the web browser (e.g. - swallows errors, no debug support, etc) whereas debug will allow you to write log files to the system, show error messages, etc.  Currently the debug stand-alones are available on Windows, Mac, Linux and the release stand-alone is only available on Linux.
    To address your questions:
    1.  If you've installed the Flash Player browser plugin, there is no way that I know of to launch the player as its own process.  I've only had success using the projector/stand-alone player (http://www.adobe.com/support/flashplayer/downloads.html).
    2.  The Flash Player does have the ability to send javascript to the browser to ask it to close the current window, but most modern browser will prompt the user to confirm they'd like to close the window if its the only open window.  Additionally, taking this approach on Mac, the browser process would remain active until an explicit call is made to the host OS to shut down the browser process.  The Ant task could be enhanced to use the browser to launch the Flash Player, but that is not currently on our checklist of features to support.  If it's something you'd be interested in contributing, let me know and I can work with you on this.
    3.  For the time being the FlexUnit4 Ant task only supports the stand-alone Flash Player (and adl soon), which for Windows only comes in the debug flavor. The only thing I've run into with the stand-alone player is that ExternalInterface reports that its enabled, but since the host environment is not the browser, javascript calls made via this class will fail, consequently causing tests to fail.  I haven't tried anything with shared objects or flashvars but my assumption is that they should work correctly, but anything that depends on the browser has the potential not to.
    As far as your testing management goes, I would discuss with them the problem context FlexUnit4 hopes to solve.  The framework is intended to produce unit and integration tests.  Functional testing is not withing the scope of the library.  Although, it's technically feasible to write integration tests which will exercise components similarly to a functional test, tools such as FlexMonkey, Selenium Flex, QTP, etc are much better geared towards this problem domain.  Test recording and playback, using these tools, is typically done using the FP browser plugin and is much easier to use by most QA and testing staff.  At the end of the day, as we're testing our code using FlexUnit at a smaller granularity than that of which the user interacts with in our application.  To reliably test the applicaiton as the user would interact with it requires additional tooling and a different type of testing.
    Like I said, just my take, maybe some of the other guys can help as well.

  • How can I file at last location rather than location of current file?

    I have Abobe Reader X.  In the old Adobe, when I saved a file, it took me to the last folder I was in, not the location of the current file.  Thus far, I have not been able to find out how to get Adobe Reader X to do this.  I even asked work help desk for help and their solution to unclick 'Automatically save document changes to temp file' worked once. 
    Is it possible?  This is what I want.
    Example:
    I open file that is saved at Y:Scanned Files and save it at
    X:Dogs/Breeds/Hounds/Sighthounds/Basenjis.  I open the next file that is at Y:Scanned Files and click on File:Save As/PDF and window opens to save at Y:Scanned Files rather than at X:Dogs/Breeds/Hounds/Sighthounds/Basenjis, where I just was.  I want to save file at X:Dogs/Breeds/Hounds/Sighthounds/Afghans so instead of just one click, I now have to go through six.  Now imagine you have 30 or 40 documents you have to save.  That's minimum 180 clicks versus 30.  A big difference.  And if you multiply it further by daily and weekly, it's a lot.
    How can I get Adobe Reader X to open the 'save as' window at the last location rather than the current file's address?  I also have Adobe Acrobat, but can't figure out how to get it work in that either.
    I do not like Adobe Reader X.   Unfortunately, it got downloaded automatically at work. 
    Another complaint I have is when I have Adobe Acrobat open and I click on a pdf to open, rather than open in Adobe Acrobat, it opens in Adobe Reader X (which was not the case with the previous Reader).  If I want to open a doc in Acrobat, I have to go to Acrobat and File/Open, which is a pain.
    Another complaint is, why do you have 'save as' and then 'pdf' or 'text'?  This is another time consuming click I have to make.  Add it to the 180 I'm already making above and you can see why I'm extremely unhappy and frustated with this version of Adobe. 
    Please let me know if the above is feasible or not and if it is, how to do it.  If it isn't feasible, please make the above adjustments to Reader Y and put it out pronto.  Thank you.

    If you would like to contact one of the UK based BT Care Team who moderate this forum, they may be able to help you.
    They can be contacted using this link BT Care Team
    They normally respond by phone or e-mail, within three working days, however you should get an immediate confirmation, with a tracking number.
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • Good Receipt against Scheduling Agreement

    Hi,
    I have created Scheduling Agreement and maintained delivery Schedule.
    No while making Good Receipt against scheduling agreement, system give message that no item exist.
    I have given date in delivery schedule for e.g 27.06.2008 and I am entering good receipt on 26.06.2008. But it is not possible.
    Once I change the date to 26.06.2008 in delivery schedule, then system allow to post a good receipt.
    Why, Is there any setting to remove this?
    Waiting for your reply.
    Thanks,
    Samir Bhatt

    Hi,
    Definition of Scheduling Agreement: - A form of outline purchase agreement under which materials are procured on predetermined dates within a certain time period.
    This means schedule lines are fixed and you can only do Goods Receipt on the prodefined schedules. If you do not want this function then better create Contracts and then PO w.r.t. Contract.

Maybe you are looking for

  • Mail using utl_smtp package

    can we send attachment with mail by using utl_smtp package. i am using form6i with database 9i in 2 tier environment

  • IDVD quit unexpectedly, xvid_codec plug-in

    "The application iDVD quit unexpectedly. The problem may have been caused by the XviD_Codec plug-in" What is this about? I don't have anything with xvid in the name installed....

  • Activation Error: Could not complete the iTunes... (help!)

    Activation Error: "Could not complete the iTunes Store request. The store may be busy. Check your Internet connection or try again later" Ok that is the error I get every time I set my new iPhone in the dock. Details: I bought the 8GB iPhone at the K

  • Playlist Different on Sync

    On my iTunes play list, we all have a "Top 25 Most Played". In iTunes it is correct but when I go to it it has songs that I have never listened to. I have restored and checked to make sure all the setting are correct but it still does not correct it.

  • Oc4j and lost session in the SSL

    1.) setup oc4j 904 for SSL 2.) create class from this servlet: //------------------------UrlRewriteExample------------ import java.io.*; import javax.servlet.*; import javax.servlet.http.*; import java.util.Date; public class UrlRewriteExample extend