Follow up transaction - date routine IPM002

Hi everyone,
I have the following requirement : When creating a follow up transaction from transaction A, I need some dates (the date that are the same on both date profile) to be copied.
Then, in the customizing "Define Copying Control for Item Categories" I have added routine IPM002 from transaction A to B. I have seen that this standard routine is supposed to copy the dates...
However this does not copy the dates.
Do I need to customize something else for the copying routine to work?
Thanks a lot for your help,
Regards,
Anaïs

Hi everyone,
I finally found the issue but cannot understand why it's happening.
When creating follow up transaction, item INVESTIGATION is not copied into the targeted transaction.
However, I do have my customizing point Copy Control for item updated with both transaction.
If I do it manually in crmd_order, the system offers to copy the item and thus, dates are copied. If I do it via web_ui, I think a new item is created and indeed, dates are not copied.
Would anyone know how to copy item from a transaction to a targeted transaction? Is there another customizing point than Copy Control?
Thanks a lot,
Anaïs

Similar Messages

  • For creation of follow up transactions automatically through Actions do we require copy control?

    Hi All,
    I have to create folow up transactions automatically when quotation gets approved. My question is when we create a follow up transaction automatically through Action Profile is it required to have copy control settings or not?
    Thanks,
    Rao

    the idea of using copy control would be to copy the data as needed from the base transaction so that your follow up transaction data is consistent. You need to check your requirement and find attributes that needs to be copied over before you determine this.
    I hope this helps.
    Thanks,
    Aparna

  • How to call Attributes in the routine for transaction data

    Dear Pros,
    I have a condition that i have an additional Info object to be filled with a value such as
    i have plant and material in the transaction data,
    Distributional channal --> attribute of 0plant
    Zmatentry --> attribute of 0material.
    I WANT TO CALL DIST CHANNAL & ZMATENTRY IN RSDS TRANSFORMATION AND USE TO FILL ZCOMPINCH
    code is similar to
    if SOURCE_FIELDS-DISTR_CHAN eq '01'.
    Zcompinch = fill with comp code
      RESULT = SOURCE_FIELDS-COMP_CODE.
    or Zcompinch = fill with Zmatentry from attribute of 0material
      ELSE.
      RESULT = SOURCE_FIELDS-/BIC/ZMATENTRY.
      ENDIF.
    THANK YOU

    Hi,
    DATA: BEGIN OF t_batch OCCURS 0,
         material LIKE /BIC/AZIC_O0600-material,
         plant LIKE /BIC/AZIC_O0600-plant,
         stor_loc LIKE /BIC/AZIC_O0600-stor_loc,
         batch LIKE /BIC/AZIC_O0600-batch.
          END OF t_batch.
    SELECT MATERIAL PLANT STOR_LOC BATCH FROM /BIC/AZIC_O0600 INTO t_batch for all entries in DATA_PACKAGE
    WHERE
    material = DATA_PACKAGE-material  and
    plant    = DATA_PACKAGE-PLANT     and
    stor_loc = DATA_PACKAGE-stor_loc.
    ABORT = 0.
    "This code is at field level routine.
    SORT t_batch by material batch stor_loc.
    Read table t_btach with key material = COMM_STRUCTURE-material
                                plant    = COMM_STRUCTURE-plant   
                                stor_loc = COMM_STRUCTURE-stor_loc.
    "In the above code I'm reading the data from t_btach table, t_btach is already filled based on DataPackage at Start Routine level.
    "In my case it is working fine, so try it take ABAPer help.
    If sy-subrc = 0.
      RESULT = t_batch-PLANT.
    else.
      RESULT = ''.
    endif.
    ENDIF.
    ENDLOOP.
    Thanks
    Reddy

  • Can you help me understand this sentence about Maser data/routine?

    Hi,
    I read the following statement from this forum:
    “… if u add an attribute to master data and that field is not getting populated from source system and you want to get it populated dynamically we can write look up code in routine such as getting data from some other master data table.”
    1. Can you clarify what this sentence really mean? Any examples?
    2. Why is it that in some cases when you modify master data, you don’t have to write a routine to populate it with data but in some cases you do?
    e.g. in the quote it says, if the attribute is not getting populated, why will it in some cases and others not?
    3. Please explain in particular “..to get it populated dynamically we can write look up code in routine..”
    4. Any hints on writing a look up code? Any example?
    Thanks

    Hi Amanda,
    I would understand the sentence you stated as related to load of TRANSACTION DATA (not populating the MASTER DATA) -- and aTripple k example (a good one) shows me that s/he treat it similarly.
    When you are retreiving a lot of data from the transaction system (R/3) you may really not getting values of some infoobjects. However, if the infoobject is an attribute of another infoobject which value we have in incoming data, we may get the value of the attribute from master data of main (basic) infoobject. For this you either may use the mentioned functional module (must be accessable through SE37 t-code) or write a lookup routine.
    Here (in the text itself and in the threads linked):
    Re: Look up at master data in  update routine 
    you may see examples of lookup routine and usage of that FM RSAU_READ_MASTER_DATA.
    Hope this helps.

  • Follow-up-transactions ( OPP - AG )

    Hi All,
    I creating the contract with reference to quotation using the copying controls.
    Header data is copied to contract but item cann,t be copied to contract,
    while using the copying controls (Quotation to contract) system will ask whether the product will copied or not if check the check box product copied to the into transaction.
    Am having the issue like while creating the follow-up transaction using the copying controls the product check box is highlighted with yellow box.
    can u help u help me to solve this issue.
    Thanks
    Gskumar

    while maintaing the copying controls for the transaction There are some check boxes wht checks that  i ve to maintain
    ex
    source tr    opp
    Trans type  Ag
    check avail are
    copy item number
    complete reference
    copying routine
    copy pricing agreements
    Wht check tht i ve to maintain for the copying controls for the  Transaction & Itemcategories

  • Please help me in ABAP coding for the incoming transactional data

    Hi
    I have the following transactional data
    Transaction ID-  Buyer- Seg- Fam- Cla -Com-Total
    00001 - AB co - Engineering - Machinery - Equipment - Mechanical -15000
    00002 - AC co - Engineering - Machinery - Equipment - Mechanical -15850
    00003 - DE co - IT - Hardware - Mouse -Optical -5850
    00004 - AC co - Engineering - Machinery - Equipment - Architectural -10000
    00005 - FE co - Engineering - Machinery - Equipment - NOT_KNOWN -1580
    00006 - KC co - Engineering - Machinery - Equipment - NOT_KNOWN -75850
    00007 - EG co - Engineering - Machinery - Equipment - Mechanical -180050
    00008 - AS co-  Engineering - Machinery - Equipment - Architectural -10550
    00009 - DE co - IT - Hardware - Mouse -Optical -58500
    00010 - EF co - IT - Hardware - Mouse -NOT_KNOWN -555850
    00011 - EF co - Engineering - Machinery - Equipment - Mechanical -44850
    00012 - AC co - IT - Hardware - NOT_KNOWN -NOT_KNOWN -585550
    In this transactional data, SEG-> FAM -> CLA -> COM  are in hierarchy
    To distiguish the NOT_KNOWN which have different level i like to change there names like this...
    NOT_KNOWN_1, NOT_KNOWN_2....like that
    I expect the results to be like this
    Transaction ID-  Buyer- Seg- Fam- Cla -Com-Total
    00001 - AB co - Engineering - Machinery - Equipment - Mechanical -15000
    00002 - AC co - Engineering - Machinery - Equipment - Mechanical -15850
    00003 - DE co - IT - Hardware - Mouse -Optical -5850
    00004 - AC co - Engineering - Machinery - Equipment - Architectural -10000
    00005 - FE co - Engineering - Machinery - Equipment - NOT_KNOWN_1 -1580
    00006 - KC co - Engineering - Machinery - Equipment - NOT_KNOWN_1 -75850
    00007 - EG co - Engineering - Machinery - Equipment - Mechanical -180050
    00008 - AS co-  Engineering - Machinery - Equipment - Architectural -10550
    00009 - DE co - IT - Hardware - Mouse -Optical -58500
    00010 - EF co - IT - Hardware - Mouse -NOT_KNOWN_2 -555850
    00011 - EF co - Engineering - Machinery - Equipment - Mechanical -44850
    00012 - AC co - IT - Hardware - NOT_KNOWN_3 -NOT_KNOWN_4 -585550
    I like to make this changes in the coming data by writing a start routine
    Could anyone provide me the required code to make this happen
    Plz help me
    Regards
    KC

    Hi
    My Start routine screen look like this
    Declaration of transfer structure (selected fields only)
    TYPES: BEGIN OF TRANSFER_STRUCTURE ,
      Record number to be filled in case of adding row(s)
      to enable 'error handling'
        record      TYPE rsarecord,
      InfoObject TRAID: CHAR - 000060
        /BIC/TRAID(000060) TYPE C,
      InfoObject SEG5: CHAR - 000060
        /BIC/SEG5(000060) TYPE C,
      InfoObject FAM5: CHAR - 000060
        /BIC/FAM5(000060) TYPE C,
      InfoObject CLA5: CHAR - 000060
        /BIC/CLA5(000060) TYPE C,
      InfoObject COM5: CHAR - 000032
        /BIC/COM5(000032) TYPE C,
      InfoObject COCE: NUMC - 000015
      InfoObject TOTALSEG: CHAR - 000032
        /BIC/TOTALSEG(000032) TYPE C,
    END OF TRANSFER_STRUCTURE .
    Is this information you are lookin or something more
    Regards
    KC

  • Map BW attribute to BPC Dimension during transactional data load

    Hi,
    I am loading the transactional data from BW cube to BPC Application. we ave functional area as dimension in BPC and the BW cube doesnot have Functional area. So we are in a situation to derive it . Dimensio Profitcenter of BW has functional area as Attribute. so we need to populate the BPC functional area with the BW functional area which is an attribute of 0PROFIT_CTR.
    Any Input will be appreciate.
    Sanjay

    Hi,
    You can try following work around (Multiprovider on infoset)
    BPC NW: Navigational Attribute in transformation mapping?
    or
    use [BADI for Start routine and End routine|http://help.sap.com/saphelp_bpc75_nw/helpdata/en/28/b66863b41f47589b9943f80b63def6/content.htm] to read respective attribute from master data of 0PROFIT_CTR .
    hope it helps...
    regards,
    Raju

  • AR Transaction Data vs Line Item

    Hello,
    I have need to generate a report with some degree of detail and I am having an issue understanding the correlation between AR Transaction Data and Line Item.  In a report I would like to show sales for the period and AR balances and I need to be able to drill down on these (at Profit center level or Business Area Level both Characteristics have been added to the extractor and are being populated).
    How is Sales for Period derived in Transaction Data?  Can I create this same Key Figure at the Line Item Level?
    Any assistance is greatly appreciated.
    MK

    Sales are derived from the posting key used to post a AR document
    The posting key is either sales/turnover relevant or not
    As peopel use posting keys for all sorts of thingss- this is not the ideal solution to report Sales
    it also includes VAT
    ow ar eyou planning to add Profit Centre -?
    Conside the following document
    Dr Debtors £117.50
    Cr Reveneu Prfit centre 1  £50
    Cr reveneue Profit Centre 2  £50
    Cr VAT £17.50
    how are you going to get the profit centre onto the debtors postings?
    You can't... you can see the data in 0EC_PCA_4 or you can join Ar4 ODS to the GL ODS via an infoset

  • Enhance BW Extractor - Transactional data ABAP CODING ERROR

    i need to enhance CRM extractor with additional field.
    This is transactional data so i used Exit_rs_001
    Here is the extractor result -
    Guid...date...........objectid...item guid
    1122......1.1.10....901..........8811
    1122......2.1.10....901..........8812
    1123......1.1.10....902..........8813
    1123......2.1.10....902..........8814
    now i need field Product id in it which is called from DB Table CRMD_SRV_REFOBJ
    itemguid...referencekey...product
    8811............01.................110011
    8812............02.................110012
    8813............03.................110013
    now i want to extract data--
    Guid...date...........objectid...item guid...product
    1122......1.1.10....901..........8811.........110011
    1122......2.1.10....901..........8812.........110012
    1123......1.1.10....902..........8813.........110013
    so i appended the extractor...with field zproduct
    FOLLOWING Code doesnot work:::
    DATA: L_S_INFOSTRU LIKE ziw_orderma_i.
    CASE I_DATASOURCE.
    FIELD-SYMBOLS: <PRO_01> TYPE ziw_orderma_i.
    CASE i_datasource.
    WHEN 'ziw_orderma_i.'. " Upper case
    LOOP AT c_t_data ASSIGNING <PRO_01>.
    SELECT PRODUCT_ID INTO <PRO_01>-zZPRODUCT
    FROM CRMD_SRV_REFOBJ UP TO 1 ROWS
    WHERE ITEM_GUID = <PRO_01>-CRMD_SRV_REFOBJ.
    ENDSELECT. " not whole primary key
    ENDLOOP.
    ENDCASE.

    actually
    coding doesnt give any error
    but in output in rsa3 i dont see any data
    it worked fine wit the same code for master data datasource in exit...2
    now same code different parameters doesnt work in exit..1 for transactional data.

  • Follow-up transaction copy control for opportunities

    Our CRM system is currently configured to permit follow-up opportunity creation.  When follow-up transactions are created all product categories are copied to the new opportunity.  We would like to stop this.  All header and business partner data should be copied as present, however product information should not be copied.  (i.e. follow-up transactions currently work, we only want to switch off product data copying)
    I am not familiar with follow-up transaction customization, and not sure exactly where to start.  Should I be modifying the current BAdI or is there a standard customizing option to switch off copying of product categories?

    Hi Derek,
    Just try this:-
    Go to SPRO->IMG->CRM->Transactions->Basic Settings->Copying Control for Business Transactions->Define Copying Control for Transaction Types.
    Search for entry Source=oppt and target=oppt.In this entry, uncheck the check box-Copy Item Number and see if it resolves your issue or not?
    Thanks and Regards,
    Rohit

  • Transaction only as follow up transaction

    Hi all,
    I hope you can help me. We would like to make a certain transaction only available as follow up transaction as not as initial transaction. I know that this is possible by means of authorization but I would like to know whether this can be done in the customizing.
    For example it should only be possible to create an opportunity after the creation of a lead. One should never be able to start with an opportunity.
    I hope you can help!
    Kind regards Mireille

    Actually at a previous customer of mine they had implemented such a functionality.
    I remember that wether or not a certain business transaction type was only USABLE for Follow-up purposes was determined customizing:
    <b>spro>Customer relationship management>Transactions> Basic Settings>Define Transaction types</b>
    <b><i>In Standard SAP solution</i></b>;in Define Transaction types (View CRMV_PROC_TYPE) for the Column ''INACTIVE'' which corresponds with field
    PROCESS_BLOCKED (data element CRMT_PROCESS_BLOCKED) you have two possible entries:
    X (inactive)
    Y (Blocked for online Maintenance)
    These values are stored in the domain CRMT_PROCESS_BLOCKED as a value Range.
    Ofcourse, I can not verify this anymore since I am currently working at another customer, but I assume they made another <b>'customer' entry</b> , e.g. <b>FOLLOWUP</b> and adjusted the coding to check on the customizing settings for a certain Transaction type.
    Next I think they might have used the BADI CRM_ORDER_AUTH_CHECK  in method CRM_ORDER_ADD_AUTH_CHECK to do a check based on the IV_PROCESS_TYPE and verify in TableView CRMV_PROC_TYPE what the entry is for field 'PROCESS_BLOCKED'. If the field has value 'FOLLOWUP' I think a message was raised 'this transaction type is only used as follow-up'.
    Since I am not a developer I can not provide you with any coding...and I am not sure this approach will work...but it might be a good starting point
    If helpfull, please award with points.
    cheers
    davy

  • Follow Up transaction Issues !!!

    Dear friends,
    When i create a follow-up transaction from Transaction type "SLFN",
    by clicking Follow-up-transaction -> Service Process-> Change Request.
    i get the screen which prompts me for items details, product and so on..
    This behaviour is not expected.
    However when i click on either the FAST TRACK tab Or TRANSACTION DATA TAB, the srceen for Items details, products then are not visisble at all.
    When i create Transation change request from CRMD_order-> Business transaction>create->Service process-> Change request, i dont see any items details, products and so on which is perfectly normal..
    Its only when i create Change request from SLFN transaction type i get the screen to enter Items, products and so on..
    Help we are stuck up..

    Hi Suzzane,
    Do you have 2 transaction type for change request? and maybe they both have a similair describtion. Make sure the transaction type Change request you have selected via CRMD_ORDER is the same transaction type when you create from SLFN. (check it thru copy controle).
    And you can also check the screenprofile of the transaction type. which screenprofile is your change request transaction type using?
    regards,
    anthony

  • Error while loading transaction data from an Infoprovider Mapping C_ACCT

    Hi Gurus,
    We are implementing BPC Consolidation for NetWeaver 7.5, and we're facing the following situation:
    We have loaded master data from 0RC_ACCOUNT (group account) to our dimension C_ACCT without a problem, but when we run the loading package from an infoprovider 0FIGL_C10 (Transactional Data), the following error message appear:
    Dimension: Member C_ACCT: 000 not valid
    We already check data in source InfoProvider and there's no record with 000 account value.
    Any suggestions?
    Thanks in advance
    Best Regards
    Abraham Méndez

    Rad,
    See if SAP note# 492647 & 849501 is of some help in your scenario.

  • Error in Transaction data

    Hi Folks,
    In System logs, daily I am encountering the message as "Error in transaction data".
    The messages are listed in SM21 in sequence as -
    Error processing batch input session PMFMASSIGN
    > Queue ID: 07011706105177351507
    > Transaction no. 1, block no. 1
    > Error in transaction data
    On more detailed analysis, after drilling further through each message I found the following message relevant -
    Documentation for system log message D2 0 :
    Entry relating to an error during the processing of a batch input session.  In the batch input session the data for the next transaction is requested.  However, the data read is no transaction data. The session has probably been destroyed in the database.
    Please explain as why the issue is occuring. I remember some time back, I executed RSBTCDEL2 on Production to clear invalid batch sessions but had to terminate due to long run.
    Kindly help me fix this.
    Regards,
    Nick

    One interesting discovery I just found in R/3, was this job log with respect to the above process chain:
    it says that the job was cancelled in R/3 because the material ledger currencies were changed.
    the process chain is for inventory management and the data load process that get cancelled are for  the job gets cancelled in the source system:
    1. Material Valuation: period ending inventories
    2. Material Valuation: prices
    The performance assistant says this but I am not sure how far can I work on the R/3 side to rectify this:
    Material ledger currencies were changed
    Diagnosis
    The currencies currently set for the material ledger and the currency types set for valuation area 6205 differ from those set at conversion of the data (production startup).
    System Response
    The system does not allow you to post transactions after changing the currency settings to ensure consistency.
    Procedure
    Replace the current settings with the those entered at production
    start-up.
    If you wish to change the currency settings, you must use programs to convert data from the old to the new currencies.
    Inform your system administrator
    Anyone knowledgable in this area please give your inputs.
    - DB

  • How to use ale/idocs in sap crm to transfer master and transactional data

    hi all,
    I am working on sap crm7.0 ehp1. I want to transfer my master and transactional data from crm development system to crm quality system here through idocs. I am aware of basic ale settings and successfully transfe the ztable data through idocs. But i am not able to find any proper step by step procedure for maste and transactional data in sap crm. Also sap ecc tcode NACE is not available here.
    pls help..
    regards,
    kavita chaudhary

    Kavita,
    In CRM, Exchange Interface (XIF) ALE/IDOC is available to transfer master and transaction data. You can go through the following link for set up.
    Basic Data exchange set up for ALE IDocs - Wiki - SCN Wiki
    You can extend the standard XIF IDOCs using Transaction BDFg as well.
    Thanks,
    Ravi

Maybe you are looking for

  • I dont see underscore key in io5 anymore

    after upgrading ipad 1 with ios5 now i don't see underscore and dash key anymore in the keyboard when i type email address.  The underscore and dash shows, however, when i type the email in the email body.  Now i cant type email address with undersco

  • Use or not to use table compression in Oracle 11g (11.2)?

    Hi All, I was trying to explore the difference between COMPRESS FOR ALL OPERATIONS, COMPRESS FOR DIRECT_LOAD OPERATIONS and NOCOMPRESS, for a table in Oracle 11.2. I know, we can go thru documentation and make a decision. Still I have run some very s

  • Session parameter

    Hello all! I would like to know if there is any kind of session parameter that could be filled with user information, and later be used in a view. I will detail it below. I would like to bind a view object to a client provided information. Something

  • Upgrading From Mac OSX 10.5.8

    I have an iMac and I have finished purchasing Portal 2 and in order for it to open it says I needed "Mac OSX 10.6.7 or later to run this" I looked up and I have Mac OSX 10.5.8. How do I upgrade to 10.6.7 or more? Thankyou for your time. Hardware Over

  • Excise Utilization Profit Center error

    Hi We are trying to run Excise Utilization J2IUN for a particular plant. However, after the simulation of accounting document, system is giving an error that "Balancing Item Profit Center not populated in line Item  0001." Pls suggest Regards Shakun