More than one schedule line when 'Only complete delibery allowed'

Hi guys!!
I need your help to solve a problem with the shipping of our sales orders. We have a customer which has been set with 'C' 'Only complete delibery allowed' in the field 'partial delibery per item', but if a sales order is blocked because credit limit has been exceeded and we try to release the order, the system automatically set several schedule lines in the schedule lines tab of the sales order. I know afterwards the system will not allow us to delibery the order unless we ship the whole line, but Is there any way to avoid the system set more than one schedule line?
Thanks in advance for your answers

Hi
How many schedules are created. Normally if the system couldn't confirm the stock on the Requested Delivery date, then it will create one schedule line with zero quantity for that requested del date. Since it is a complete delivery, it should have only one more schedule line. If you have only two schedule lines, then it is working fine. If not, pl check the sales order whether that complete delivery is determined or not.
Thanks,
Ravi

Similar Messages

  • More than 10 schedule line

    hi
    I have to assign more than 10 schedule line category  in item category, but available field is only 10, how can i add more schedule line? i dont want to create one more item category. thanks

    Hi,
    It is std. you can speciefy onely 10 not more than this,
    If u want to add more schedule line categories,then rais ticket to SAP and ask is it possible to add more ones ???
    Kapil
    Edited by: Kapildev Farakte on Jan 27, 2010 11:17 AM

  • How can I see   more than one text line?

    Can anyone help me??
    I know to write more than one line in a HstaticText with the following code
    label = new HStaticText("This is some text.  It's a fairly long " +
                                    "\npiece of text that should show \nword wrapping on most " +
                                    "receivers.\nMultiple lines of text are\n supported " +
                                    "by the text layout\n manager if them are\n separated " +
                                    "by a \\n", 0,0, 600, 600, new Font("Tiresias", Font.BOLD, 30), Color.blue, colors[0], new HDefaultTextLayoutManager());but when I have tried the following code and I can�t.
    private String texto="Pulse cualquier bot�n. \n para averiguar su Keycode";
    g.drawString(texto,x_pos,y_pos);     // Graphics gPlease help me!

    Graphics.drawString() doesn't format the text into lines based on embedded linefeeds. You have to split the text into lines yourself and use multiple drawStrng() calls, giving it the correct starting location each time. This "HstaticString" class is obviously doing that for you behind the scenes. If you want to draw multiline text without using an HstaticString, I suggest using either a JTextArea, or a JLabel with HTML text:  JLabel lbl = new JLabel("<html>Pulse cualquier bot�n.<br><br>para averiguar su Keycode</html>");

  • Reader X shuts down when trying to open more than one pdf, or when clicking certain categories in settings

    Until a few weeks ago I have never had a problem opening more than one pdf at a time. Now Reader just shuts down when I try to do so. The same thing happens when I click on the yellow highlighted categories in settings. All the other categories open fine.
    Appreciate the help of anyone who can help me solve this.

    I guess you didn't know, but yes you can close more than one app at a time. You can close up to 3 apps at a time in the new IOS7 on the iPhone. Try opening at least 3 apps and then double click the main button to see what apps are opened. Then swipe to the left to see the three of them on your screen. Your not gonna see the ones on the side entirely but you can still put all three fingers on them, then simply swipe them up and it closes them up.
    The thing is, when you have let say 10 apps open, and you start using this trick, some of them will stay open meaning you swiped them up to close them down but the bottom icon stays there. When you come back to your main IOS desktop and then go back to close the programs that you have opened, you can see that those apps are still opened. There is only like 2 or three out of all the 10 you had opened that stayed open, but none the less it's a bug in the system I presume.
    You also asked about the icon at the bottom. When you are seeing what apps are opened, there is always a small icon at the bottom and on top you have a representation of what you were working on, and that is the part you swipe up. But often time the bottom icon will stay opened after swiping 2 or 3 of the apps to close them.

  • Testing for more than one command line argument

    Ok im writing a client to access a given server. What i want to happen is to say that if you enter one argument at the command line do this code- if you enter more than one do something else. I cant seem think of how to do this though-ive tried testing if args > 0 but it wont let me do that . Here is the code so far:
    import java.io.*;
    import java.net.*;
    class Whereis2
       public static void main(String args[]) throws Exception
          int c;
          //whois.geektools.com
          Socket s = new Socket("dante.net.dcs.hull.ac.uk",43);
          InputStream in = s.getInputStream();
          OutputStream out = s.getOutputStream();
            String str = args[0] + "\r\n" ;
             // convert string to bytes, unicode to ASCII
             byte buf[] = str.getBytes();
             // send data to server
             out.write(buf) ;
          while ((c = in.read()) != -1)
         System.out.print ((char) c);
          s.close();
    } Basically i want the code written above to happen is you put in one argument-ie Whereis2 Paul for example. But if i put in Whereis2 Paul "In a meeting" I want it to update the server. Can anyone help me to do this?
    Thanks a lot

    And by the way:
    "Where is Paul" (notice the quotation marks) is a single argument with spaces in it.
    Where is Paul (no quotation marks) is three arguments, no spaces.
    PS. Why are you throwing Exception?

  • How can I put more than one source file when I am creating my installer from LV 7 Express

    Hi,
    I am creating my installer for my application and I would want to add more than one source file at once, how could I do it?
    Thanks,
    ToNi.

    Hi,
    I'm referring to the first executable. In other words, I have my application and I want to build and executable of it. Then I go to "Tools->Build application..." and then in the source files tab I can add my vi files but I want to add more than vi at the same time (at once) and not one by one. How can I do it?
    And my second question is: When I make the installer for my application I save the configuration in a build Script file (.bld) in order to use it whenever I want. Then If from another computer different from the one where I generate the .bld file, I load it, LV tells me that something is wrong (LV says there are some errors in some VIs but It doesn't tell me what files are). Why?
    Thanks in advance,
    ToNi.

  • Sales Order - Prevent user from creating more that one schedule line

    Hello,
    Is it possible to prevent users from adding lines (rows) in the schedule line tab of VA01/VA02 ? Our requirement is that one item will have one only schedule line, the quantity cannot be split into different dates.
    Regards,
    Joã

    Hi
    There are 2 schedule lines with different dates for a single line item in a sales order because of forward scheduling done by the system
    System does backward scheduling first and if it fails then it does forward scheduling and that is why you find 2 different schedule lines
    In configuration you can restrict the system to do only backward scheduling and stop after that
    I am not infront of SAP now to tell you exactly where is the configuration available
    I think it is  Logistics execution--delivery scheduling
    But This config is definately available in standard system to avoid 2 or more schedule lines for a single line item in a sales order
    But i am not able to understand what is the business logic for such a requirement because i feel it will create a lot of problems
    with this requirement
    Regards
    Raja

  • How can I represent more than one plot in an only one chart?

    Hello everyone,
    i got a code where I don't understand how to represent more than two plots, with different scales each, in the same waveform chart.
    As brief review:
    * 2 adquisition data wired to Bundle
    * wire from Bundle to waveform chart.
    * options of th chart: stack plots.
    I've tried to expand the Bundle but the problem is that I'm wiring a 3 element cluster to a 2element cluster chart. I don't understand how to upgrade the chart...
    (there's the two plots in each chart)
    (there's the code, where I've already tried expanding any bundle and wiring other signals, then wiring the bundle's output to the chart)
    I think if I could add more scales, it will be possible to plot three plots on the same chart.
    Thank you for your time
    Marcelo A J

    Since you are dealing with waveforms already, I think you actually want to have an array of waveforms to go into your chart.  You also need to map the plots to the scale that you want to use.  You can do that in the plot tab of the properties window.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Web pages with Tiff with more than one page! Can only see first page!

    Hi
    Please help me out. This is kind of a big issue for me.
    For work I need to visit regularly a webpage which contains a number of official documents that have been saved on the webpage as Tiff files with multiple pages.
    I can only view the first page on the ipad!
    I think this is a problem linked to quicktime, as I also have it on my pc I open the documents with quicktime whereas on with Windows Life photo Gallery, I see all the pages...
    thanks in advance

    I don't believe there is a single app that can view any but the first page of a multi-page tiff currently available for the iPhone or iPad, though a few paid iPhone "doc-viewer" apps' descriptions would seem to imply that they could.
    However, if you are able to upload these files to google docs, then use the **desktop** version of google docs via Safari (there's a small link to this at the bottom of the page on the default mobile version), it will correctly display and navigate to each page of your multi-page tiffs. This is completely free, and you could probably stream-line the process to your needs, but it does seem like a lot to go through for such a simple feature. It's possible that this would work with equivalents to google docs as well.
    You're right that you're not alone in needing this feature. It seems like it should be quite easy to implement, but no app appears to have done it. Maybe requests to the writers of several doc-viewing apps would do the trick, especially given the importance to enterprise.

  • Does anyone know how to edit your profile if you have more than one apple device but only 1 email address?

    Hi I am trying to update my email address since I quit work and left my work email address behind.  I now only have one email address, but an iphone and ipod classic and want both of them to use the same email address - but am having problems using the address for my iphone as it is already attached to the ipod classic.  Does anyone know how I fix this??
    thanks
    Jenny

    My profile: bookmarks - I added one of someone that did manage, it does take planning.
    take a look and good luck, it is not supported or standard but can be done.
    NTFS and HFS drivers to write back and forth may be easier and better though.
    or 2nd hard drive - and use NTFS along with HFS driver as needed.

  • I would like to have more than one tab opened when I open Firefox. Is that possible? I've tried and I wasn't able to accomplish it.

    I like when I open internet explorer and I've already have several tabs opened (e-mails, news, radio station). I've tried to do the same with your browser and I wasn't successful. Is it possible? How do I do it?

    The home page can be set as a single page, or as a list of tabs to open. Take a look at [[how to set the home page]].

  • Two schedule lines when release a sales order.

    I set complete delibery (so that it has just one schedule line) in a sales order but it has been blocked because of credit limit has been exceeded.
    Anybody can explain me why the system set more than one schedule line in an order which has been released after credit limit control blocked it?
    Thanks in advance.

    D     26.06.2008     50.000     50.000     15.217
    D     15.07.2008     0     0     34.783
    I don't that matters but anyway, here you have the requested data. I'm checking the availability control and credit control customizing, just in case there are some settings that I can make to solve it.

  • How can I define more than one baseline in a line chart??

    How can I add more than one straight line across a graph to indicate a target value? The values are percentages.
    Thanks a lot!!!

    When I have needed to indicate a target line on a chart, I have written a formula that would return a negative or positive number for each group. Then when I chart on the formula, it creates a baseline, with those groups beating the target above the baseline, and those failing to meat the target below the baseline. Percentage calculations work well on these types of charts.

  • Error while running spatial queries on a table with more than one geometry.

    Hello,
    I'm using GeoServer with Oracle Spatial database, and this is a second time I run into some problems because we use tables with more than one geometry.
    When GeoServer renders objects with more than one geometry on the map, it creates a query where it asks for objects which one of the two geometries interacts with the query window. This type of query always fails with "End of TNS data channel" error.
    We are running Oracle Standard 11.1.0.7.0.
    Here is a small script to demonstrate the error. Could anyone confirm that they also have this type of error? Or suggest a fix?
    What this script does:
    1. Create table object1 with two geometry columns, geom1, geom2.
    2. Create metadata (projected coordinate system).
    3. Insert a row.
    4. Create spacial indices on both columns.
    5. Run a SDO_RELATE query on one column. Everything is fine.
    6. Run a SDO_RELATE query on both columns. ERROR: "End of TNS data channel"
    7. Clean.
    CREATE TABLE object1
    id NUMBER PRIMARY KEY,
    geom1 SDO_GEOMETRY,
    geom2 SDO_GEOMETRY
    INSERT INTO user_sdo_geom_metadata (table_name, column_name, srid, diminfo)
    VALUES
    'OBJECT1',
    'GEOM1',
    2180,
    SDO_DIM_ARRAY
    SDO_DIM_ELEMENT('X', 400000, 700000, 0.05),
    SDO_DIM_ELEMENT('Y', 300000, 600000, 0.05)
    INSERT INTO user_sdo_geom_metadata (table_name, column_name, srid, diminfo)
    VALUES
    'OBJECT1',
    'GEOM2',
    2180,
    SDO_DIM_ARRAY
    SDO_DIM_ELEMENT('X', 400000, 700000, 0.05),
    SDO_DIM_ELEMENT('Y', 300000, 600000, 0.05)
    INSERT INTO object1 VALUES(1, SDO_GEOMETRY(2001, 2180, SDO_POINT_TYPE(500000, 400000, NULL), NULL, NULL), SDO_GEOMETRY(2001, 2180, SDO_POINT_TYPE(550000, 450000, NULL), NULL, NULL));
    CREATE INDEX object1_geom1_sidx ON object1(geom1) INDEXTYPE IS MDSYS.SPATIAL_INDEX;
    CREATE INDEX object1_geom2_sidx ON object1(geom2) INDEXTYPE IS MDSYS.SPATIAL_INDEX;
    SELECT *
    FROM object1
    WHERE
    SDO_RELATE("GEOM1", SDO_GEOMETRY(2001, 2180, SDO_POINT_TYPE(500000, 400000, NULL), NULL, NULL), 'MASK=ANYINTERACT') = 'TRUE';
    SELECT *
    FROM object1
    WHERE
    SDO_RELATE("GEOM1", SDO_GEOMETRY(2001, 2180, SDO_POINT_TYPE(500000, 400000, NULL), NULL, NULL), 'MASK=ANYINTERACT') = 'TRUE' OR
    SDO_RELATE("GEOM2", SDO_GEOMETRY(2001, 2180, SDO_POINT_TYPE(500000, 400000, NULL), NULL, NULL), 'MASK=ANYINTERACT') = 'TRUE';
    DELETE FROM user_sdo_geom_metadata WHERE table_name = 'OBJECT1';
    DROP INDEX object1_geom1_sidx;
    DROP INDEX object1_geom2_sidx;
    DROP TABLE object1;
    Thanks for help.

    This error appears in GeoServer and SQLPLUS.
    I have set up a completly new database installation to test this error and everything works fine. I tried it again on the previous database but I still get the same error. I also tried to restart the database, but with no luck, the error is still there. I geuss something is wrong with the database installation.
    Anyone knows what could cause an error like this "End of TNS data channel"?

  • Can printer connect to more than one network?

    Hello.
    I just bought the wireless HP deskjet 3050 printer. I've connected it to the internet (network) and it's working perfectly. Is it possible to connect to more than one network? We have more than one internet line in the house so I was wondering if I can set it up for both lines. I understand that I can print with multiple computers on the same network (and I am able to do so), but how about on different networks?
    Thanks.

    No, it only has one network connection device so can only connect to one at time, sorry.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

Maybe you are looking for

  • Can I extract low quality links from a indd which the links are missing?

    Can I extract low quality links from a indd which the links are missing? That's it... I've an old file without it's links folder, I was wondering If there was any way to extract low quality images from it to relink them.

  • COST Element Based Planning

    Hello All, We are trying to plan cost of WBS Element based on cost elements. what we are trying to do - > CJ40, we want to plan on cost element level so on clicking the button "primary costs" (or via the menu: "Extras -> detailed planning -> Primary

  • Roles in a Query

    Guys, I created a Role and assigned a Auth Object, But I am not able to see this role when I open my Bex Query? How can I see the roles in Bex Query? Thanks, Kumar

  • Zoom In Function gives an error for Provider Not supported

    Hello all, I have an excel template which I connect to Essbase 11.1.2.3.(APS 11.1.2.3)  using SmartView 11.1.2.1.102. When I try a zoom in over a member manually in this template it works and it retrieves me the children of the member. when I try to

  • Intermedia performance as respect to the library cache

    I have been trying to tune intermedia indexing on its creation (oracle 8.1.7). My developers try to index some data. There are only 30K rows for 2 tables. Table 1) 2 columns 1 varchar2(50) and 1 char(1) table 2) 2 columns 1 varchar2(50) and 1 blob Av