Delivery schedules print or output for selected materials only

Hi
We have schedule agreement LP document type which has 350 materials
Every time we transmit message to vendor we do not want to transmit all materials delivery schedules to vendor
we want to transmit only selected materials delivery schedules
how this can be achieved
We using copy of standard delivery schedule message type LPET
Please help
Thanks in advance

LPET includes all open deliveries in output and doesn't exclude even if they transmuted already

Similar Messages

  • Linking delivery schedule in a PO for a material into GRN posting date

    I have maintained a delivery schedule in a PO for a material
    Say PO qty 100
    Del Schedule
    10.04.09 - 60
    20.04.09 - 40
    While GRN, for 60 qty, if posting date is greater than 10.04.09, system needs to throw error.
    I want to do it for selected materials only.
    If  OMCQ to be updated, then which msg No. has to be set.
    Is there a way to do this.

    Dear Kumar,
    As per my understanding about your thread
    You created PO from XX country to YY country
    You will recieve the delivery fromm YY to XX so the delivery date and comitted date will be based on the YY calendar not based on the XX calendar so you make the changes accordingly (Saturdat and sunday are holiday) in YY calendar.
    Now try
    I hope this will help you,
    Regards,
    Murali.

  • Delivery schedule print out and number

    Dear Expert
    Our client need to implement the scheduling agreement in the company , but the requirement as follows their are two dept one is for vendor dealing and our is meant for requirement generation , so scheduling agreement is generated by one dept and delivery schedule will be generated by other , is it possible to  generate different for delivery schedule?/it not how can we configure the system as such when we release the delivery schedule on the basis of FRC release procedure then only print out should be generated for the deliverry schedule and print out should only consider those line item of delivery schedule which are release no other , i.e if for e.g for 1st month the delivery schedule is generated against the PR 's for different line item of Scheduling agreement , then only  those item wil be consider which are release as per the FRC , then for the next delivery schedule only those item to be consider in the print out which are release 2nd time. how can we map this scenario in the system
    Regards
    farhan

    Dear Expert
    can we customize system as such that we cannot  maintained delivery schedule before the  release of the  SA
    Regards
    farhan

  • How to take planning run for selected materials?

    We have some 50 materials for which only i want to take planning run.I try to use MRP area but it it creating problem at the time of delivery of materials.Please suggeset solution.

    Hey,
    you can resolve this issue by creating a separate MRP controller for these materials and configure the user exit key for this MRP controller at MD01. (just press F4 at user exit key and select the maintain values option) such that materials for only these MRP controller are planned.
    This however, has a drawback, ONLY materials whose MRP controller is selected would be planned:
    Eg;
    if Parent material A has two child materials in it Y and Z.
    if you assign A the MRP controller 001 <~~ and
    Y and Z have some other MRP controller, the dependent requirements generated from A would not be planned on Y & Z,
    So, if you want the planning to take place at all BOM levels for these materials you can place the same MRP controller for all materials which you want to plan separately.
    Hope this solves your issue.

  • Shipping point configuration for selected materials

    We have configured one working day as our rounding-up period for shipping point in the system.  This forces the material to be available one day before shipping for preparation and traffic time.  
    The abpve has worked well for us since we have been make to order company till now.  Today we are moving towards keeping stocks for seasonal and fast moving items.  Problem:  In our current configuration, we can not ship on the same day even when we have stock.  The shipping point will add the rounding-up period for all materials on a SO.
    We would like to allow for same day shipping for in-stock items, as long as ATP confirms the qty.  At the sametime, continue to add the extra day for shipping point for anything that is not in stock.
    What can we consider to allow for such flexibility.  I would appreciate any pointers or help to point a rookie in the right direction.. 
    Thank you in advance,

    hi,
    u can achieve teh stocking scenario by creating a new shiiping point with 0 lead times (i assume u will continue with the MTO scenario too). for teh other requirement check the settings in ovz9- especially the tab 'recepits in the past'.
    saurabh

  • Print PO Output for Communication (POXPOPDF) in XML

    Please someone guide how to generate a PDF form of PO through the request PO output for communication.
    After gaining whatever knoweldge I could from metalink, I have defined a data definition in XML Publisher and also changed the output of the request to XML, to generate an XML output so that I can use that in the template builder to generate a layout template.
    My request PO output for communication is completing in error and is nnot producing any output.
    Please suggest , are there any missing steps?
    Many Thanks,

    Hi Bipuser,
    Yes, I am having the value for this tag.
    I will give you more clarification.
    The Requestor/Deliver To Person is at the shipment level.
    So for each shipment, there will be a RDT person. It can be same for every shipment or different.
    Hence I have name stored at every shipment row.
    So the tag is NOT NULL
    All these names are stored in the same xml tag at different shipment rows.
    Is there any way to check whether the xml tag at all the shipment rows are having the same value or different values?
    Hope I have made my point clear.
    thanks,
    Anand

  • Data not updating for raw materials only in cube level

    HI all gurus,
    we have flow like ods1->ods2->cube1,cube2 and cube3.
    In ods1 we mapped ZMATERIAL WITH OMATERIAL.
    In ods2 we mapped zmaterial with zmaterial directly.
    In cube we mapped zmaterial with zmaterial only but also we added 0mat_type in update rules of cube. i.e.we mapped in update rules  0mat_type is master data attribute of zmaterial.
    But the problem is ods2 is mapped to cube1,cub2 and cube3 parllelly.
    But the data is not populating to cube2 and cube3 only for rawmaterials i.e 0mat_type is having 15 material types(finished ,semi finishe and rawmaterials) only 4 raw materials are not showing any data for these two cubes but for one cube1 it is showing data for all 15 material types. (including raw materials)
    what could be the problem.
    I checked the Attribute change run.
    I checked the data in masterdata also zmaterial and 0material.(data is available upto date).
    Please help and i will definitely assingn the points.
    It's very urgent becauz total my development work is stopped.
    Thanks & regards,
    Kumar.

    Hi,
    Check the material values in cube2 and cube 3 for records not having 0mat_type and then using that material check the material master data table to confirm whether mat_type is present for those materials or not.
    Also, if you have written any start routine in update rules for cube 2 and 3 then check that too.
    PB

  • How can I change the output for certain columns only?

    I am finding it hard to explain my issue , as I am very green when it comes to database, but I will try my best.
    I am writing a script that will query a database and output 5 columns, the first and last name of a student, the last name of their adviser, their enrollment status, and how many years they have been enrolled.
    I have the student's enrollment date and graduation date stored, however not all students have graduated, so that field is null for some students.
    my question is, how can I use their enrollment status of graduated to change the calculation of how long they were enrolled for.
    This is what I have so far :
    SELECT
         STUDENTS.NameFirstS,
         STUDENTS.NameLastS,
         STUDENTS.EnrollStatus,
         TRUNC((MONTHS_BETWEEN(SYSDATE, STUDENTS.EnrollDate))/12) as Years,
         FACULTY.NameLast
    FROM
         STUDENTS,
         FACULTY
    WHERE
         STUDENTS.ThesisAdvisor = FACULTY.FacultyId
    I'm not sure where to go form here, like I said, I am very new. Thank You in advance!

    Thank you for the warm welcome :)
    My Oracle Version is 11.2.0.1.0
    Here is the create statement I used for the table.
    CREATE TABLE STUDENTS
    (StudentId NUMBER(9)                                                             
    ,NameFirstS VARCHAR(255) NOT NULL                                             
    ,NameMiddleS VARCHAR(255)                                                       
    ,NameLastS VARCHAR(255) NOT NULL                                             
    ,PhoneHome NUMBER(10) NOT NULL                                                  
    ,PhoneOffice NUMBER(10)                                                            
    ,HomeCity VARCHAR(255) NOT NULL                                         
    ,HomeState VARCHAR(255) NOT NULL                                             
    ,HomeStreet VARCHAR(255) NOT NULL                                             
    ,EnrollDate DATE NOT NULL                                                       
    ,EnrollStatus VARCHAR(255) NOT NULL                                             
    ,StudyArea VARCHAR(255) NOT NULL                                             
    ,SpouseNameFirst VARCHAR(255)                                                  
    ,SpouseNameLast VARCHAR(255)                                                  
    ,ThesisTitle VARCHAR(255) NOT NULL                                             
    ,ThesisInternational VARCHAR(255)                                              
    ,ConvocationDate DATE                                                            
    ,ThesisAdvisor NUMBER(9) NOT NULL                                             
    ,Mentor NUMBER(9) NOT NULL                                                       
    ,CONSTRAINT STUDENTS_pk PRIMARY KEY (StudentId)                              
    ,CONSTRAINT STUDENTS_Mentor_fk FOREIGN KEY (Mentor)                     
    REFERENCES FACULTY(FacultyId)                               
    ,CONSTRAINT STUDENTS_ThesisAdvisor_fk FOREIGN KEY (ThesisAdvisor)     
    REFERENCES FACULTY(FacultyId)                                                       
    And here is 2 inserts of random data
    INSERT INTO STUDENTS (StudentId, NameFirstS, NameMiddleS, NameLastS, PhoneHome, PhoneOffice, HomeCity, HomeState
    , HomeStreet, EnrollDate, EnrollStatus, StudyArea, ThesisTitle, ConvocationDate, ThesisAdvisor, Mentor)                               
    VALUES(778506631                                        
              , 'John'                                             
              , 'Jacob'                                        
              , 'Smith'                                             
              , 3125551234                                        
              , 5182293313                                        
              , 'Wilksbury'                                        
              , 'Texas'                                             
              , '14 Main Road'                                   
              , TO_DATE('04-SEP-2003', 'DD-MON-YYYY')          
              , 'Graduated'                                        
              , 'Physics'                                             
              , 'Why Move'                                        
              , TO_DATE('07-JUL-2008', 'DD-MON-YYYY')          
              , 157928743                                             
              , 997569876                                        
    INSERT INTO STUDENTS (StudentId, NameFirstS, NameLastS, PhoneHome, HomeCity, HomeState, HomeStreet
    , EnrollDate, EnrollStatus, StudyArea, SpouseNameFirst, SpouseNameLast, ThesisTitle, ThesisInternational, ThesisAdvisor, Mentor)
    VALUES(251321188                                             
              , 'Larry'                                             
              , 'Timsfield'                                        
              , 2815551200                                        
              , 'Johnsburg'                                        
              , 'Florida'                                             
              , '223 Route 54'                                   
              , TO_DATE('09-SEP-2010', 'DD-MON-YYYY')          
              , 'Full Time'                                        
              , 'Medicine'                                        
              , 'Wanda'                                             
              , 'Timsfield'                                        
              , 'Cut Me Mick'                                        
              , 'Yes'                                                  
              , 997569876                                             
              , 101325587                                             
    I don't know how to format them like you did in your reply, so they look like a quote, so I hope that just pasting them in is okay.

  • Can I change iTunes & iPod display font (not font size) for selected files only?

    I loaded a Russian classical music CD into iTunes and iPod. On the original CD, titles, names etc. are written in cyrillic alphabet.  Once I loaded the CD into iTunes and on iPod this info was displayed unreadably in western alphabet.  Example:  "Èæå õåðóâèìû..." (Í. Ãîëîâàíîâ)Õîð È.
    I have cyrillic font on my Windows 7 computer.  Can I change the display font--for only these selected iTunes music files--to the cyrillic font?  Thanks!

    Does any one know how you can adjust the font size (point size) for the file
    names.
    Sadly enough you can't chance that, feel free to add a feature request for
    that, the more there ask for the bigger chance it will be realized.
    It would be great if the colors for the image name (background and font color)
    could be changed so the contrast could also be increased so it is also easier
    to read.
    And this the cheerful part, go to Bridge preferences General tap and play
    with the sliders for user interface and Image Backdrop until your satisfied.
    BTW using the slider for thumbnail size bottom right of the Bridge window to
    increase the thumbs does not increase the font but makes it nevertheless a
    little clearer.

  • How to set column widths in tables for selected table only, not globally throughout document?

    I've been utilizing the below script (thank you so much Ramkumar. P!) to set column widths throughout a sizable InDesign book with tables on every page and it is truly a time saver. At this point in time, I have three versions of it because there are different column widths throughout the book. Is it possible to augment the script to run only on a selected text frame (containing a table)? If so, would someone be kind enough to share the augmented script with me? I've been trying to figure out this seemingly simple change through trial and error with no success as yet. I realize this is a totally newbie request and I'm entirely at the mercy of the kindness of the Javascript gods that contribute within this forum. Seeing that in a different post related to this script, one such guru responded to a request as simple as "Where do I put the scripts in InDesign" gave me enough courage to ask for some help! Thank you in advance to anyone willing to provide a solution.
      var myDoc = app.activeDocument;
         var myWidths = [100, 100, 150, 150];
         for(var T=0; T < myDoc.textFrames.length; T++){
             for(var i=0; i < myDoc.textFrames[T].tables.length; i++){
                 for(var j=0; j < myWidths.length; j++){
                     myDoc.textFrames[T].tables[i].columns[j].width = myWidths[j];
         alert("Table width updated successfully...");

    Hello all
    I have the same problem in that I'm not a scripting person, but was able to get the above script working without problem, and it does set irregular table column widths perfectly, so thanks to Ramkumar. P for that.
    BUT, it changes the column width for ALL tables in the document, whereas I would like to just target the selected table.
    Any ideas as to how I might amend this script to achieve this?
    Thx, Christian

  • Is it possible to clear history for select sites only?

    I do not want to clear the entire history, just for sites i have accidentally visited or no longer visit yet continue to pop up in the browser field as suggestions whenever i begin typing a web address.

    You can do a search in the Library (History > Show All History) or History sidebar for each website and select all pages with Ctrl+A and delete them via the right-click context menu or with the Delete key.

  • Emptying trash for selected volumes only

    I want to empty trash but not on all volumes.

    Hi, Bill. Welcome to the Discussions.
    As baltwo noted, Mac OS X has a separate Trash, not only for every volume, but for every user on that volume. What you see in Trash is the union of all the different trashes associated with your account on every mounted volume. See my "Solving Trash Problems" FAQ for additional information.
    The shareware utility Smart Trash will permit one to selectively empty the various Trashes. I've not used it, but it has received decent reviews.
    PS: Do not use Trash as temporary storage! Do not put something in the Trash unless you mean to throw it away immediately.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • Line to Instrument Level Output (for Reampi

    Hi, I'm trying to reamp a guitar track (ie: take a DRY guitar track and feed it from the soundcard to a guitaramp).
    Problem is the input for a guitar amp is instrument level and the output of the card is line.
    Can the Elite Pro card output in instrument level (hi-impedance) to feed an amp?
    Thanks!

    Hi,
    Hope you are taking print of delivery schedules(DS) the output of ME38.
    Open your DS and observe from
    Header --> Messages --> the entry in the Date/Time
    If it is 3 then only you can use ME9E,
    If it is 4 then you document is printed already,
    It can be either 1,2, -- through a scheduled job and
    3 with transaction ( ME9E) and 4 -- send immediately.
    In that case go to SP01 and check the spool to see the print.
    Also check your communication method whether you have printer maintained.
    Observe what is the color of this, it is red or green.
    Best regards,
    Sridhar

  • Auto printing of picklist for OBD

    Hi Experts,
    I have created a Outbound Delivery in VL01N (w/o ref)
    Please let me know what steps I should follow to automatically print a picklist
    Thanks,
    Shetty

    Dear all,
    thanks for your reply.
    I did this. But i could not print any pick list. Also,  when I try to use VL70, i get the message "No output for selection exist" for the OBD I created
    please let me know where can see the pick list that was generated?
    Thanks,
    Shetty

  • Message output for New Purchase Order Document type

    Hi experts,
    I am having trouble getting a Print message output for a New Purchasing Document type that I created.
    Steps that I followed are:
    1.Created a new Document type NS via customizing.
    2.Assigned the new Purchasing Document Type NS to Output Type NEU which is linked to our customized form for Purchase order display. I used MN04 /NACE to do this step.
    Now the message output gets created for my new document type NS but I am unable to display the message.
    Notes:
    -There are no release stratergies in place for document type NS
    -The NEU format works fine the other document type NB which we use for Standard POs.
    Are there any steps I have missed? Please help to resolve the issue.
    Arosh.

    Goto NACE select application  EF Purchase Order then goto condition record NEU select condition record select the last key combination "Purchasing Output Determination: Document Type"
    here enter your doc. type execute
    maintain the condition record
    NS  VN(function)   1 3 EN and click on communication and maintain
    Or goto NACR here put EF and NEU and select the last combination "Purchasing Output Determination: Document Type"
    maintain ..
    NS  VN(function)   1 3 EN and click on communication and maintain
    Hope it helps..

Maybe you are looking for

  • PL/SQL Parsing of XML File

    Hi, I need to use PL/SQL to read from XML file and from what I understand, create a table in the db where the data from XML file will go. I'm pretty new to PL/SQL and XML...how do I get started? Am on 10g XE on local machine, but have access to dev 1

  • Previous & next page on same page trick doesn't seem to work in CS4

    I am working on a book of around 500 pages and would like to have a previous and next page number on my right page. So I did some research on this and found the threading text box trick which seems to work fine if I do it on a page in my document. Bu

  • Need instructions for restoring a Photoshop Elements 3 backup with incrementals

    This seems like it should be in the documentation, but I can't find it.  The help docs only seem to explain restoring a full backup. I've done a full backup with PSE 3, and have also done a couple of incremental backups since.  I'm putting these all

  • While executing the t-code OMT3R getting error

    Hi,    I am a basis consultant, one of my user getting the following error. while executing the t-code OMT3R, he is getting the error "Do not make any changes (SAP entry)" (Message no. SV117). His system configuration is : SAP ECC6.0 SAP_ABA         

  • Comparison of Oracle, MySQL and PostgreSQL DBMS

    Hi, Wanted to share this article: http://www-css.fnal.gov/dsg/external/freeware/mysql-vs-pgsql.html Regards, Priyanka