Multiple Output for PO at once

Hi Gurus,
We have a requirement wherein we need to send one copy of the purchase order to the vendor and the other copy to the user who created the purchase order simulataneously. The output type is the same for both. How can this be achieved? I tried to do it by entering the same order type twice wth different partner functions, but the system does not allow.
Please guide and suggest me if any special config is required.
Many Thanks

Hi Kumar,
If you want to send the copy to Vendor and the person who created a PO , then u need to maintain both the mail id 's in Vendor Master.Also note that coding is required by ur ABAP consultant inorder to pick both the mail id's based on Sequence no ( Table : ADSMTP - CONSNUMBER ).
Other alternative would be maintain the logical destination ( Local as that of user  ) in the condition record.ABAP Coding is required in the driver program so that a printout is generated and later converted to PDF and is sent simultaneously .
Here print will be at local destination and PDF will be send to the vendor based on the mail id entered.
Kindly note that without development it is not possible to achieve ur requirement.
Regards
Ramesh Ch

Similar Messages

  • Multiple output for Production Order

    Can we have multiple output(more than 2 different finished goods part number) for one Production Order?
    Or we can have the different way to handle this case.
    Please advise~
    Thanks.
    Allen

    A production order can be created only for a single product. But if you have multiple items produced from the same process or production line with the same set of activities then you can treat them as co-products or bi-products.
    The product with high value can be the main product for which the production order will be created and the all other outputs can become bi-products or co-products.
    This is one of the way. Hope this helps you.

  • Syndicating multiple Outputs for 1 Input file

    Hi SDners,
    When I am syndicating records output is splitting into 2 Files for 1 Input file.
    Example:- 10 records are there in Input file. While importing Import Manager Identifies 2 records as Duplicates and it will create only 8 records in MDM. While syndicating these 8 records are splitting into 2 output files. I want these 2 output files in 1 Output File.
    This is not happeneing everytime, Only some times. If I process the same file agian in MDM then it will syndicate in 1 Output file only.
    I configured Parameters like this:
    Suppress unchanged records=Yes
    Max Records per Output file=0
    XML File Output=Single File (All Records)
    and the PORT Map also like this
    "Processing type=Automatic"
    "Processing Interval=Continues".
    Still I facing the Same problem.
    Why it is happening only sometimes. If I configured the parametrs wrongly then it should syndicate everytime output into 2 file. But it is happening only once in a Week like that tooo 1 or 2 files only.
    MDM Version I am using is : SAP MDM 5.5 AP06 (5.5.63.71). Any help ASAP.
    Thanks
    Kiran

    Hi Kiran,
    Can you check the key mappings for the records .If you have multiple key mappings maintained and you have overridden the key mapping in the remote systems property then MDM will generate identical copies for each remote key
    Thanks
    Vinay

  • Problem with multiple output for software simulated project

    When a software simulated project in captivate is published more than thrice, the output is not generated properly, i.e not in-line with the project. Is this a problem with my system or due to some settings in captivate which is not activated?

    Thanks for the suggestions Malcolm,
    They're very handy app's for sure, but unfortunately they didn't fix the problem.
    Detour DID overide the routing for iChat's general bleeps & noises, but not the audio stream from video conferences (which is the problem I want to fix).
    If anyone has any other suggestions for fixes, I'd appreciate it!
    Thanks again,
    Jason

  • Multiple output for the purchase order

    Hi Gurus,
    My client requirement is to get additional output to the additional partner (forwarding agent) in addition to the existing output going to the partner (ordering address or vendor).
    Currently one output is going to one partner by automatically. Now the copy of the same output form should go to forwarding agent.
    Please seeking guidance here.
    Thanks and regards
    Durai

    Hi Durai,
    Can you try the following:
    Check what is the partner function you have defilnd in the SPRO MM-> Purchasing->Output control.....
    Alternatively use NACE t-code , choose EF - Applcation type,
    You should have all the additional partner defined then , ifyou have defined the conditon records for all those partners,
    you shold be able to generate the output message for all the partners.
    Reward if useful.
    Thx,
    MJ

  • Compressor choosing multiple outputs for export

    Since adding the new pro codecs, every time I send a project to compressor it sets up the project to export in every different MXF output available. When this happens I have to remove them all except for the output I want. Has anyone else experienced this? I feel it has to be a bug somewhere.

    What happens here Russ is every time I set up a file to process through Compressor, Compressor chooses EVERY option in the MXF output options and starts exporting the file in every one of these options. As you can see from the screenshot below, Compressor is chewing its way through exporting about 40 versions of the one file. I only wanted it to output in one version, the CUSTOM one at the top of the list. The only way I can prevent this is to methodically delete every other output option, and I have to do this with every file I want to output.

  • Multiple outputs from LE9 ( to soundcard cuemix/ outs? )

    I know it is possible in Logic PRO 9 but I got confused by the comparison charts saying express cannot do 7.1 mixing..
    Differences between the Logic Pro 9 and Logic Express 9 applications
    The 3 Logic Pro 9 features that are not found in Logic Express 9 are:
    Surround sound mixing (up to 7.1).
    afterall Surround 7.1 is just 4 pairs of Stereo outs:)
    thanks

    This is my point - the currently active channel does not produce sound through its multiple outputs unless Logic is playing.
    So, for example, if I am auditioning different drum grooves from RMX through the multiple outputs (for the purpose of putting effects/processors on the outputs in Logic) this only works when Logic is playing.
    Or if, in BFD, I have the direct Snare coming out of one output into an aux, and then a direct Kick coming out and output into another aux, I cannot hear them unless Logic is playing - I can only hear the ambient mic's as these are mapped to Outputs 1-2 which are the initial track you set the multiple output AU up on.
    If none of this is something you tend to do, I guess it's hard to understand!
    Thanks,
    Alex.

  • How to get multiple output formats for each execution of the report?

    Hi,
    Is it possible to get multiple output formats for each execution of the report? If so can you provide some details?
    Thanks

    In Reports 6i, Reports Distribution was introduced. This allows you to run the report once and output to a number of destinations with a different format. It also allows you to distribute individual sections within a report to different destinations in different formats.
    The Destinations for a Report to distribute to are defined either in a distribution file and passed on the command line or inside of the report definition.
    To add a destination to the the report definition, bring up the property palette against the report object and then select the "Distribution" property under the "Report" node. This will bring up a dialog that allows you to create a distribution list. You can then test this list by selecting "file->distribute" from the menu.
    To run a report that is to be distributed through rwrun60, you need to add "distribute=yes" to the command line. It will pick up the destinations from the report definition. If you add "destination=<filename>" then it will pick up the destinations from the specified "<filename>" and ignore the destinations in the report definition.
    Note: if "distribute=yes" is specified on the command line then the destype/desname/desformat parameters will be used to format the report (ie: which printer/display to use during formatting for sizing objects) but will be ignored when the report is sent to the destinations.

  • Multiple Output Medium for vendors in Manage Business Partner

    Hi,
    I'm trying to put more than one output medium in Manage Business Partner for a Vendor, Transaction BBPMAININT.
    But unable to do so.
    1. I would need assisstance that is it right to have multiple output medium for a Vendor functionally?
    2. How do i achieve it.
    Waiting for a quick response,
    Regards,
    Neha Misra.
    Edited by: Neha Misra on Mar 28, 2008 1:18 PM

    You can maintain Alternate Vendor Contact for the Vendors in the transaction BP; The Purchaser here after can choose which one to use during a particular time of the ordering the purchase order. This will be possible for the purchaser at the time of creating the purchase order in the Basic Data Tab - Alternate Vendor Contacts.
    For every vendor contact you will need to have a default medium for output; which will be used to send the PO to the vendor.
    Please reward points if found useful.
    Thanks
    Kasee Palaniappan

  • Editing for multiple output formats

    Sorry if this is a stupid question...I'm just getting started with FCE.
    I'm working on a movie that I want to use in multiple places:
    - HD version to play directly from computer onto HD display
    - regular definition DVD
    - web sized video
    My source material is 1280x720 from a cheap HD camcorder, recorded in H.264-encoded quicktime, along with some other low-res video sources (320x240) recorded from still cameras.
    I'm assuming if I want HD output in some cases, I need to edit that way...so in the easy setup I set the 720p AIC setting. Is this correct?
    For what I want to do (multiple outputs including DVD), is it better to edit my HD material with the 720p AIC setting, or should I use one of the NTSC settings? I tried one, but it made my sequence play on-screen at 720x480 (I believe), and it looked quite degraded...
    Help!

    Aha...that explains why I have to render so often, which was bumming me out. Is there some way to make FCE transcode it into AIC or something else that it can edit more flexibly with?
    You're right - bit rate is super low...but video quality isn't too bad for a camera which cost me all of $100. It's kinda cool - I don't have to worry about it much, and can just throw it in whatever bag I happen to be carrying at the time.
    I uploaded a short sample clip here (complete with totally screwed up white balance!):
    http://idisk.mac.com/gr2020-Public/FILE0001.MOV

  • Multiple output/action for ECS Purchase Order

    Hi,
    We have a business scenario where; for a particular plant, the purchasing department would like a printed copy of the Purchase Order at the time the PO is issued via email to the supplier. I've tried setting up dual processing types (ie. Print&Mail) but I cannot find the PO parameters required (ie. Plant) within the business object BUS2201 to create the appropriate schedule or start conditions.
    Am I going about this the right way? I would prefer to stay away from the suggested R/3 output approach from note 883693.
    We are using Extended Classic Scenario in SRM5.0 (Server5.5).
    Assistance would be greatly appreciate.
    Kyle.

    you can use the BBP_PO_ACTION_CONF (or something like that) transaction to create multiple output in SRM.
    If the fields you need are not available in BUS2201, you can create your own delegate of BUS2201 and retrieve those parameters yourself in the custom ZBUS2201.
    Regards,
    Robin

  • Multiple output files for one report

    I would like to dump out multiple files (PDF and delimited) from one single report refresh.
    I'm using rwcli60. How do I do this ?

    Hi
    Thanks for the information. Its nice to know.
    However, if I understand it correctly, it is basically for directing the same report output to different targets.
    For me, it may be the same report, but the output will be different based on some logic I have in the before report trigger. For me it is like running the report 3 times.
    Example - From parameter screen - one parameter with 4 options
    1. Top 10 students in IT
    2. Top 10 students in Fin
    3. Top 10 students in Acc
    4. All
    The output of these report may come from the same table. But the criteria is set in the lexical parameter in the before report trigger.
    If user selects all, I want the output for the all the first 3 options. I am not worried about the output being emailed. This is equivalent to running the report 3 times for the first, second & third option respectively.
    Any help helps:).

  • HT1879 how to buy multiple songs for one person & pay for all at once

    i want to purchase a bunch of singles for one person, & pay for all at once. is that possible?

    Basis can do a export and import transport, still if don't have connection between boxes.
    or
    check this
    http://www.sap-basis-abap.com/abap/copy-program-variants-from-one-to-another.htm

  • Fax output for multiple recipients

    Hi All,
    Please help me to figure out how can I get the fax output for order confirmation and invoices. I have done config part necessary in the nace by creating fax output , assigning medium and all. We are able to get PDF attachment for out email output. But I am not sure what changes i need to ask abaper to make in there program in order to generate PDF for fax output.
    Please give me some suggestions.
    Thank you.

    hi
    please convey to your abaper to a Z table with a maintaince view which has to store email id of the group when ever that particular is getting triggering it has to trigger to all the group you mentioned in Z table.
    or
    if you are having any authrization group to which you have to trigger the mail say abaper to write a code on the group.
    regards
    balajia

  • Finalize() method being called multiple times for same object?

    I got a dilly of a pickle here.
    Looks like according to the Tomcat output log file that the finalize method of class User is being called MANY more times than is being constructed.
    Here is the User class:
    package com.db.multi;
    import java.io.*;
    import com.db.ui.*;
    import java.util.*;
    * @author DBriscoe
    public class User implements Serializable {
        private String userName = null;
        private int score = 0;
        private SocketImage img = null;
        private boolean gflag = false;
        private Calendar timeStamp = Calendar.getInstance();
        private static int counter = 0;
        /** Creates a new instance of User */
        public User() { counter++;     
        public User(String userName) {
            this.userName = userName;
            counter++;
        public void setGflag(boolean gflag) {
            this.gflag = gflag;
        public boolean getGflag() {
            return gflag;
        public void setScore(int score) {
            this.score = score;
        public int getScore() {
            return score;
        public void setUserName(String userName) {
            this.userName = userName;
        public String getUserName() {
            return userName;
        public void setImage(SocketImage img) {
            this.img = img;
        public SocketImage getImage() {
            return img;
        public void setTimeStamp(Calendar c) {
            this.timeStamp = c;
        public Calendar getTimeStamp() {
            return this.timeStamp;
        public boolean equals(Object obj) {
            try {
                if (obj instanceof User) {
                    User comp = (User)obj;
                    return comp.getUserName().equals(userName);
                } else {
                    return false;
            } catch (NullPointerException npe) {
                return false;
        public void finalize() {
            if (userName != null && !userName.startsWith("OUTOFDATE"))
                System.out.println("User " + userName + " destroyed. " + counter);
        }As you can see...
    Every time a User object is created, a static counter variable is incremented and then when an object is destroyed it appends the current value of that static member to the Tomcat log file (via System.out.println being executed on server side).
    Below is the log file from an example run in my webapp.
    Dustin
    User Queue Empty, Adding User: com.db.multi.User@1a5af9f
    User Dustin destroyed. 0
    User Dustin destroyed. 0
    User Dustin destroyed. 0
    User Dustin destroyed. 0
    User Dustin destroyed. 0
    USER QUEUE: false
    INSIDE METHOD: false
    AFTER METHOD: false
    User Dustin destroyed. 1
    User Dustin destroyed. 1
    User Dustin destroyed. 1
    User Dustin destroyed. 1
    USER QUEUE: false
    INSIDE METHOD: false
    AFTER METHOD: false
    User Dustin destroyed. 2
    User Dustin destroyed. 2
    User Dustin destroyed. 2
    User Dustin destroyed. 2
    User Dustin destroyed. 2
    User Dustin destroyed. 2
    User Dustin destroyed. 2
    User Dustin destroyed. 2
    USER QUEUE: false
    INSIDE METHOD: false
    AFTER METHOD: false
    User Dustin destroyed. 3
    User Dustin destroyed. 3
    User Dustin destroyed. 3
    User Dustin destroyed. 3
    User Dustin destroyed. 3
    User Dustin destroyed. 3
    User Dustin destroyed. 3
    User Dustin destroyed. 3
    User Dustin destroyed. 3
    USER QUEUE: false
    INSIDE METHOD: false
    AFTER METHOD: false
    User Dustin destroyed. 4
    User Dustin destroyed. 4
    User Dustin destroyed. 4
    User Dustin destroyed. 4
    User Dustin destroyed. 4
    User Dustin destroyed. 4
    User Dustin destroyed. 4
    User Dustin destroyed. 4
    User Dustin destroyed. 4
    USER QUEUE: false
    INSIDE METHOD: false
    AFTER METHOD: false
    User Dustin destroyed. 5
    User Dustin destroyed. 5
    User Dustin destroyed. 5
    User Dustin destroyed. 5
    User Dustin destroyed. 5
    User Dustin destroyed. 5
    User Dustin destroyed. 5
    User Dustin destroyed. 5
    User Dustin destroyed. 5
    USER QUEUE: false
    INSIDE METHOD: false
    AFTER METHOD: false
    User Dustin destroyed. 6
    User Dustin destroyed. 6
    User Dustin destroyed. 6
    User Dustin destroyed. 6
    User Dustin destroyed. 6
    User Dustin destroyed. 6
    User Dustin destroyed. 6
    User Dustin destroyed. 6
    User Dustin destroyed. 6
    User Dustin destroyed. 6
    Joe
    USER QUEUE: false
    INSIDE METHOD: false
    AFTER METHOD: false
    User Dustin pulled from Queue, Game created: Joe
    User Already Placed: Dustin with Joe
    User Dustin destroyed. 7
    User Dustin destroyed. 7
    User Dustin destroyed. 7
    User Dustin destroyed. 7
    User Dustin destroyed. 7
    User Dustin destroyed. 7
    User Dustin destroyed. 7
    User Dustin destroyed. 7
    User Dustin destroyed. 7
    User Dustin destroyed. 7
    INSIDE METHOD: false
    INSIDE METHOD: false
    USER QUEUE: true
    INSIDE METHOD: false
    INSIDE METHOD: false
    User Dustin destroyed. 9
    User Joe destroyed. 9
    User Dustin destroyed. 9
    User Dustin destroyed. 9
    User Dustin destroyed. 9
    User Dustin destroyed. 9
    INSIDE METHOD: true
    INSIDE METHOD: false
    USER QUEUE: true
    INSIDE METHOD: false
    INSIDE METHOD: false
    INSIDE METHOD: true
    INSIDE METHOD: false
    USER QUEUE: true
    INSIDE METHOD: false
    INSIDE METHOD: false
    It really does seem to me like finalize is being called multiple times for the same object.
    That number should incremement for every instantiated User, and finalize can only be called once for each User object.
    I thought this was impossible?
    Any help is appreciated!

    Thanks...
    I am already thinking of ideas to limit the number of threads.
    Unfortunately there are two threads of execution in the servlet handler, one handles requests and the other parses the collection of User objects to check for out of date timestamps, and then eliminates them if they are out of date.
    The collection parsing thread is currently a javax.swing.Timer thread (Bad design I know...) so I believe that I can routinely check for timestamps in another way and fix that problem.
    Just found out too that Tomcat was throwing me a ConcurrentModificationException as well, which may help explain the slew of mysterious behavior from my servlet!
    The Timer thread has to go. I got to think of a better way to routinely weed out User objects from the collection.
    Or perhaps, maybe I can attempt to make it thread safe???
    Eg. make my User collection volatile?
    Any opinions on the best approach are well appreciated.

Maybe you are looking for

  • Open Link in New Window not working

    Using iWeb 08, I create a new entry on my blog/news page, highlight the text, go to the link tab, paste in a website, make sure 'Link to an External Page' is selected, and put a tick in 'Open Link in New Window'. When published it opens in the same w

  • Can I use my iPhone hotspot for internet through the airport express?

    I want to use the airport express with the internet from my iPhone hotspot without a regular ISP

  • [SOLVED] KDE won't start after Xorg update(nvidia driver)

    After update, I disabled hotplug, with : Section "ServerFlags" Option "AutoAddDevices" "False" EndSection kdm starts normally, i can write login/password, i see kde boot splash, then desktop shows and after about 10 secs it is killed and goes back to

  • Error about CHsxServer.cpp

    When login smartview,show the error,"请求ConnectToProvider"的响应包括意外的标记属性clientExtVersion And hfmlog show the error: Error*11*hfm25*09/13/2011 10:21:46*CHsxServer.cpp*Line 2758*<?xml version="1.0"?> <EStr><Ref>{6342FD28-E9E0-43D7-AD40-B67A369529AD}</Ref>

  • Regarding Interface methods implementation

    Hi, I have a interface with 3 methods. public interface test{ public void A(); public void B(); public void C(); public class IntImpl implements test{ public void B(){ //implementation Can we implement an interface with out implementing all the metho