Copying partners from parent to follow up opportunity

Hi
How do we copy partners from partners tab in parent opportunity to extension or follow up opportunity.
Thanks in advance

Hi Vidushi,
U can achieve this by using Partner Access sequence for copy Partners from Parent to followup opportunity,
Create Access sequence for partner use COM_PARTNER_A  Preceding Document as a source and assign u r Partner Function in PartFunct in Source
Hope I'll help u.
Regards,
Dipesh.

Similar Messages

  • Copy partners from PO to inbound delivery

    Hello,
    When creating an Inbound delivery with reference to a purchase order, is there any configuration that all partners to be copied over from the PO to the inbound delivery. Currently only the vendor is copies (VN). Is there any copy control in MM? Or the only solution is an user exit.
    Thanks in advance,

    Hi,
    Is there any specific Copy Control Routine or User Exit that copy Partners from a Purchase Order Header to Delivery Header?
    Please provide me the Routine Name/Number or User Exit Name.
    Thanks,
    RV

  • How to copy Partners from Delivery to Shipment?

    Hi,
    I know that a Shipment is used usually to group multiple deliveries.
    If I have the same partners, in the delivery that I want to group, is there a way to configure copy control from Delivery to Shipment?
    Tula Gentil

    Hi Tula,
    There is currently no provision in the standard coding to
    copy partners from the delivery into the shipment header.
    The only exception to this is the Partner :'Forwarding Agent', that can be copied from the Delivery into the Shipment.
    For this to be done, you should set up suitable copy routines in the customizing for the shipment type. Also the Forwarding agent should be unique in this case.
    You can assign your own partner functions , provided that they are set up correctly in transaction VOPA.
    The Partner functions for the Shipment stages have to be maintained
    separately in a Partner determination procedure specific to Shipment
    stages.
    The standard partner determination procedure for Shipment stages is
    'TRS1':Shipment Leg. You can find this in the customizing transaction VOPA for the Object Transport.
    You can add the required partner functions in the partner procedure TRS1, so that they are available for the shipment stages.
    I hope this information is useful to you!
    Regards
    David Merino

  • Copy texts from parent line item to substituted line item in Sales order

    Hi Guys,
    I want to copy texts from parent line item to substituted line item in a sales order where the material is substituted by SCM.Can you guide me which FM can be used in which user exit or any new suggestion?
    Thanks
    Swathi

    Hi,
    do you want to set long text or just short one? Obviously you can not use this BADI to set different fields than are available in the method interface. But I found thread with a similar problem here on SDN.
    Re: Automatic Population of Texts during Sales Order Processing
    If you call subroutine on commit, it should be working.

  • How to copy data from parent member to children members?

    Hello,
    I'm entering data on a parent level in a form, and I'm running a rule to copy the data to the below children of the selected member.
    It's running, but it's taking very long time. As I'm writing a normal member range having the children, and inside the script its having an equation of account=account->parent.
    I know that the system template is very fast, but it copies only to one member. Can we use this copy template or any similar fast way to copy from each parent to the below children ?
    Thank you.

    Here below the script, it was working in 3 seconds before adding the copying to the "DIMX" dimension, although the parent i selected in the form contains only 7 children, so I don't know why it made things harder.. so, that's why I'm thinking of using something like the copy template or something.
    The commands in the standard set used are:
    SET LCOKBLOCK HIGH;
    SET CACHE HIGH;
    SET UPDATECALC OFF;
    SET CLEARUPDATESTATUS OFF;
    SET CALCPARALLEL 3;
    SET AGGMISSING ON;
    SET CREATENONMISSINGBLK ON;
    %Script(name:="Standard Set Commands",application:="PRJ",plantype:="Plan1")
    FIX
    (/*DIM:Account*/"601010002","601010003","601010004","601010005","601010006","601010007","601010010","601010011","601010012","601010013","601010014","601010015","601010017","601010018","601010019","601010020","601010021","601020003","601020004","601020005","601030001","601030002","601030004","601030005","601030006","601030007","601030008","601030009","601030010","601030011","601030012","601010003","601010016","601030003",/*DIM:Entity*/@Relative({RTP_Entity},0),/*DIM:Currency*/"AED",/*DIM:DIMX*/@Relative({RTP_DIMX},0),/*DIM:Dim_Custom*/"DIM_7001")
    FIX ( /*DIM:Periods*/&V_First_Forecast:&V_Last_Forecast,/*DIM:Years*/&V_CURRENT_YEAR, /*DIM:Scenario*/"Forecast")
    /*STARTCOMPONENT:SCRIPT*/
    Version
    &V_WORKING_VERSION = &V_TARGET_VERSION->{RTP_Entity}->{RTP_DIMX};
    /*ENDCOMPONENT*/
    ENDFIX
    FIX ( /*DIM:Periods*/&V_First_Budget:&V_Last_Budget,/*DIM:Years*/&V_BUDGET_YEAR, /*DIM:Scenario*/"Budget")
    /*STARTCOMPONENT:SCRIPT*/
    Version
    &V_WORKING_VERSION = &V_TARGET_VERSION->{RTP_Entity}->{RTP_DIMX};
    /*ENDCOMPONENT*/
    ENDFIX
    ENDFIX
    Awaiting your feedback.
    Thank you.
    Edited by: user7304950 on Sep 14, 2012 7:41 AM

  • Copying Partners from Qty Contract to Sales Orders

    Hi
    Business requirement is for  Customer A  Quantity Contract ,  A's is having different Locations like B,C...in different places. While sending goods to B or C  sales order should create with ref to Contract. and invoice should create to B or C.
    I maintained B & C as "AA Contract rel. ord for Sold to party and  AW for Ship to Party.
    If i try to release a order to B system  giving pop up for selecting Ship to Party
    and  selected as B Ship to party, but Payer and Bill to party is copying as A.
    but invoice should create on B.
    how to map this can any plz guide me.
    Rajendra

    Better try to follow this
    [Read This Before Closing your Threads |Read This Before Closing your Threads;
    thanks
    G. Lakshmipathi

  • Copying Conditions from contracts to follow up transaction

    Hi all,
    The scenario is I am maintaining some condition types in the price agreement tab of an individual contract at item level. I want to use these maintained condition types in the pricing procedure of the follow up document i.e. I want the pricing proc. of the follow up doc to read the condition records for the corresponding condition types that were maintained at the contract item level.
    In "copy control in business transactions" customizing I have maintained "copy price agreements" for both src and target transaction types and item categories respectively.
    Kindly help me out!
    Regards,
    Roy.

    Hello,
    You should maybe use the BADI 'CRM_COPY_BADI' to make your own copy control.
    Regards,
    Frédéric

  • Copy partners in agreement contract

    Hi !
    I am trying to copy partners from a purchasing organization to another one in agreement (ME32K).
    I manage to do it quite easily using transaction, but I can't find any FM that works ...
    I have tried BAPI_CONTRACT_CHANGE, but I cannot find purchase organization level in the partners table.
    I have tried MM_PDATE_PARTNERS & MM_COPY_PARTNERS. Those FM do not send back any error, but nothing is done in the DB and my agreement is not modified.
    Any help would be welcome !
    Tanks,
    Yann

    As I got no answer, I finally decided to do a call transaction on ME32K.

  • Follow-up opportunity from quotation

    Hi Experts,
    I am using a quotation to create a follow-up opportunity.
    for this I am using TXN 'CRMD_BUS2000112'. using transaction type 'ISU service quotation'. now after processing it ...I want to check whether quotation data has been transferred to oportunity or not...How to do that.I don't know where to check it and using which ID....
    points are sure.
    Thanks,
    Sushant

    Hi Sushant,
    To check whether the quotation data is copied to opportunity, open the quotation you created and go to the document flow. Open the opportunity from there and see the header and item data is copied to opportunity from the quotation you created. If this has not happened then you have check your copy control for the transaction types you have created.
    Reward points if helpful.
    Shridhar

  • Copy Data From a Parent to an Account - Legal (Periodic P&L Reclassificate)

    Hi Gurus,
    I'm in an implementation project at the BPC NW 7.5 SP04, being responsible for part of the consolidation. Currently I'm trying to find the best way to make a copy of the value of a node group hierarchy accounts P&L for a liability account.
    After the data load the actual, from the BW InfoCube or from an Upload flat-file, must perform the reclassification mentioned periodically.
    The issue is that there is two ways I know to copy the value to the account, one from the business rule of account transformantion  and the other is by default logic included in the script logic.
    I set the rule on account transformation placing the following code in the script and run:
    * RUN_PROGRAM CALC_ACCOUNT
    CATEGORY = %Versao_SET%
    CURRENCY = %Groups_SET%
    TID_RA = %MesAno_SET%
    CALC = APUR_RESULT
    OTHER = [ENTITY=TECSA] / /%% Empresa_SET] / / or OTHER = [Entity = C1000] or [ENTITY_SET ENTITY% =% =% INTCO INTCO_SET %...]
    * ENDRUN_PROGRAM
    It worked, but it took about 20 minutes to finish, the performance is very bad.
    I put on the default logic the following command line:
    * XDIM_MEMBERSET CONTA=3 
    * WHEN CONTA
    * IS "3"
    * REC (FACTOR=1, CONTA="PC012503030002")
    * ENDWHEN
    * COMMIT
    Script logic can be run automatically after data is sent to database from BPC for Excel using the default,lgf, but do you know how to run it whenever there is a charge on a company ? 
    Can you help me? Telling me how to call this script, or correcting my business rule?
    Best Regards
    Alexandre Mendoza Collepicolo
    P.s.: I tried use the col formula but this don't record the data so that is if I put this account as a parent, I need this recorded to do calcs.
    Edited by: Alexandre Mendoza Collepicolo on Sep 22, 2010 9:19 PM

    Hi Gersh and Nilanjan,
    I did a test in a few minutes, I changed the code on default logic from this:
    *XDIM_MEMBERSET CONTA = 3
    *WHEN CONTA
    *IS "3"
    *REC(FACTOR=1,CONTA="PC012503030002")
    *ENDWHEN
    *COMMIT 
    to this:
    *XDIM_MEMBERSET CONTA = PC013000000001
    *WHEN CONTA
    *IS "PC013000000001"
    *REC(FACTOR=1,CONTA="PC012503030002")
    *ENDWHEN
    *COMMIT 
    And I load again the data, the default logic copy the value from PC013000000001 to PC012503030002, that is a good news for me, but with this I concluded, the script don't get value from parent, so is there a way to put a range of account on code ? 
    Best Regards
    Alexandre Mendoza Collepicolo
    Edited by: Alexandre Mendoza Collepicolo on Sep 23, 2010 2:27 PM

  • Copy values from one Parent node to other Parent Node

    Hi all,
    I have a 2 Parent node each having 3 child nodes. I want to copy the values of all the attributes of all the child nodes of one Parent Node to corresponding other node.
    Both the Parent Nodes as well as their Child Nodes have different name but their attributes have same name.For ex:
    Parent Node -A
    Child Nodes - a, b,c
    Child Node "a" has attributes "x" and "y"
    Parent Node -B
    Child Nodes - d,e,f
    Child Node "d" has attributes "x" and "y" .
    Now I want to copy the values od attributes "x" and "y" from one Parent Node to other Parent node.
    Please help me out.
    Helpful answers will be rewarded.
    Thanxs in advance...

    Hi Jin,
    To use copy service API, u need to satisfy 2 condition for the attributes of source node and target node:
    1. The name of the attribute should be same (including the case of the name)- Abc is different from ABC
    2. Type of the attribute should also be the same.
    copy elements works for copying values from Model node to context and does not work vice-versa. To enable the copying of context node to model node, use copycorresponding API.
    Eg:
    int contextNodeSize = wdContext().node<contextNodeName>().size();
    for(int i = 0; i < contextNodeSize; i++)
         <modelNodeName> modelObject = new <modelNodeName>();
         <contextNodeName>Element contextObject = wdContext().node<contextNodeName>().get<contextNodeName>ElementAt(i);
         WDCopyService.copyCorresponding(contextObject, modelObject);
    This will copy the values from Context Node to Model Node.
    Hope this helps you.
    Regards,
    Poojith MV

  • How to copy Shimpment Partners from Delivery?

    Hi,
    I know that a Shipment is used usually to group multiple deliveries.
    If I have the same partners, in the delivery that I want to group, is there a way to configure copy control from Delivery to Shipment?
    Tula Gentil

    Dear Dham
    Please cancel the both the invoices then only you can delete delivery from delivery you cannot delete line item bcause delivery is the smae for both line items then process accordingly do delivery for line item wise (OR) try to see revenue account determination config in the masters how every try to post with existing
    Revenue account Determination
    Application
    Company Code
    Chart of accounts
    Sales org
    Acc assi Grp customer master
    Acc assi Grp material master
    GL Account for account receivables
    OR you need to find out FI posting period if it is closed trying to for previous monnth then account document will not get genertaed
    ask fi to open posting period try to close
    Regards
    M L Naidu

  • Permissions "read only" after copying files FROM server

    Hi everyone!
    OK, just setup a Leopard server. Clients all at Tiger - level..for now. This is what I want to do:
    I want a read only - network library drive so that the clients can grab files from but then modify locally on their machines. No need to put back on that server as I have another system in place for things like that.
    *The problem:* If I propagate permissions at "read only" then when the user copies to their local drives, the owner changes but the permissions remain. They have to manually change the permissions back to match their local, then they can work with the file. When we're talking about hundreds of files for 15+ users a day, then it is quite a pain and a show stopper.
    I had this setup previously on a panther server with no trouble. I've maintained settings as close as possible but still having trouble.
    Any ideas as to what I'm missing?
    FYI- I don't want to change permissions to read/write to protect the library from tampering.
    thanks

    +If I propagate permissions at "read only" then when the user copies to their local drives, the owner changes but the permissions remain.+
    OK, from your description, you'd have to have the POSIX owner's permissions set to just read-only or read and execute. As you've observed, a copy obtains permissions in the following manner:
    The POSIX owner changes to match the account performing the copy (the action-bearing account), and the POSIX group is inherited from the copy's destination parent. The POSIX permissions stay the same, though. (Inherited ACL entries on the original are also lost; explicitly-defined ones are preserved, and new inherited entries apply to the copy from its destination parent.)
    All of this is proper behavior, and there's an easy way to make it work to suit your needs.
    Since the POSIX owner changes to the action-bearing account for the copy, you'll want to ensure that the original POSIX owner's permissions are read and write. This does not require that you make the original's POSIX owner the same as that of the action-bearing account. An example would better illustrate the situation:
    Example POSIX Permissions for the Original on the server:
    Owner root can read and write
    Group somegroup can only read
    Everyone else can only read
    Thus, let's say that tsmith is the action-bearing account. So tsmith copies the file to his desktop, and the POSIX permissions now look like this:
    Owner tsmith can read and write
    Group staff can only read
    Everyone else can only read
    Thus, tsmith receives the POSIX permissions of the POSIX group or everyone else field on the server - let's say there are no ACLs for the time being - and he becomes the owner of the copy. Since the original owner, root on the server, had read and write permissions, those permissions are preserved and given to tsmith for the copy.
    Another way to deal with this situation would be to use ACLs by placing an inheritable ACL granting full control or read and write for tsmith on his home folder. Any new items copied to or created in his home folder would inherit that ACL. Similarly, an inherited ACL deny entry (but not an explicitly-set entry) affecting tsmith and the delete and delete_child controls could be placed on the affected server share point's top-level before the original was copied there. Then, any subsequent copies from the server volume would drop this inherited ACL entry entirely. These would, however, be much more complicated situations, and your scenario is best handled in the POSIX-only fashion. (This doesn't mean that you have to disable ACLs on the server - just don't apply them for the share point!)
    --Gerrit
    search:Owner read only

  • Child package cannot read param value from parent ssis package

    Hi all,
    I think I must be crazy !! i have a big problem in my ssis project .
    i have more than 40 package one parent and 39 childs 
    i use configuration method to get variable values from parent to child packages and it work well .. but when i copy my ssis project
    to the production server i face the following problem .. childs package didn't read the variables values from the parent package 
    i revised the configuration many times i can't find any missing !!
    any help please ...
    Thanks,

    Do not copy the packages from the projet to the production server, but you must generate the manifest installation including your configuration, and deploy them.
    Note : not forget to include the configuration.
    To learn more about how to install the package :
    Lesson 1:
    http://msdn.microsoft.com/en-us/library/ms365332(v=sql.105).aspx
    Lesson 2 :
    http://msdn.microsoft.com/en-us/library/ms365329(v=sql.105).aspx
    Lesson 3 :
    http://msdn.microsoft.com/en-us/library/ms365321(v=sql.105).aspx

  • How can I casting from parent class to children class

    Dear,
    Could someone help me to casting from parent class to children class.
    I have class like this
    class parent{
    String name;
    String id;
    public String getId() {
    return id;
    public void setId(String id) {
    this.id = id;
    public String getName() {
    return name;
    public void setName(String name) {
    this.name = name;
    class children extends parent{
    String address;
    public String getAddress() {
    return address;
    public void setAddress(String address) {
    this.address = address;
    public children() {
    public children(parent p) {
    //Do init super class here
    In the constructor
    public children(parent p) {
    //Do init super class here
    I like to init super class by object p (this is instance of parent class). The way to do is using:
    public children(parent p) {
    super.setId(p.getId());
    super.setName(p.getName());
    But I don't like this, because, for example I have parent class with over 30 proberties, it take time to do like that.
    There are any way to use super operation to init parent class, for example super = p;
    Could you show me the way.
    Thanks alot

    If I understand your question correctly, you are in need of a copy constructor for you class Parent. A copy constructor behaves like this:
       Parent one = new Parent();
       one.setName("...");
       //... and all other properties of interest
       Parent two = new Parent(one);
       //Now two != one, but one.getName().equals(two.getName) for property name and all othersThe copy constructor is programmed in the Parent class, more later. Then for your child class you can use it as follows
       public class Children extends Parent {
           public Children(Parent p) {
              super(p);
       }There are at least 3 ways of programming a copy constructor:
    1. Just bite the bullet: type the assignment for each field this.name = p.getName()
    2. Use reflection to find all common setters/getters dynamically and assign using them
    3. Use a code generator that uses 2 to give you the code for solution 1 for you to paste in.
    If you find doing this a lot, there are frameworks that can do these mappings, like Dozer
    (PS be carefull with Date fields, don't copy the reference but create a new and equals instance, the dirty way would be this.birthdate = new Date(p.getBirthdate.getTime()); )

Maybe you are looking for

  • ABAP to Web Dynpro

    hi every one, My case is that, I already have ABAP report with selection screen. Need to run same report in Web dynpro but with Web dynpro layout. Now i have created Selection Screen in WD, want to pass entered data to ABAP report and run its logic.

  • Makepkg: Record PKGBUILD sources in .PKGINFO files for maintenance

    To me, it seems like a good idea to record all the source files listed in PKGBUILD's to their accompanying .PKGINFO files; then, should the user have configured the $SRCDEST variable in his /etc/makepkg.conf, this would allow old source files to be (

  • GROUP FUNCTION

    Hi , How can i check if the sales is 0 for all last 4 days ? Sales has got 2 columns SALES_DATE, ITEM, SALES_AMOUNT . I want to get all the items that have sold 0(zero) for last consecutive four days. Thanks Feroz

  • Painting issue with swing titlebar

    Hi, I had already posted this but no body replied so I am posting it again hoping somebody might reply to this now. In my swing application I wanted a custom titlebar, so I created my own RootPaneUI by taking most of the code from MetalRootPaneUI to

  • Change Condition Table (Pricing Sales/Distribution)

    All, I am making a change to table A305, Change Condition Table, and when I generate the change it is asking me to assign a package to make the change.  Can anyone tell me what package I should be using? We are a small IT department and I do not have