CRM5.0 - Marketing execution - copy fields to opportunity

Hello,
We are generating opportunities via campaign execution.
In the campaign, we added some Z fields via EEWB.
In the Opportunity, we added the same Z fields.
We would like to copy the value of the Z fields from the campaign to the generated opportunity.
The BADI CRM_MKT_MODIFY_ORDER can not be used for this : no access to the Z fields.
The only solution we see is to use a BADI or an event of the BTX to add the needed informations.
Any idea?
Thanks in advance,
Regards,
Fred

To solve this problem, we added an event (CRMV_EVENT) to trigger the AFTER_CREATE of ORDERADM_H.
In the linked FM, we added the coding to get the preceeding document from the document flow, get the data of the campaigm and update the opportunity.

Similar Messages

  • Adding Z field in Opportunity search and result view BT111S_OPPT/Search

    Hi,
    I have been searching this forum on adding Z fields in search and result view but couldnt find the precise information.
    We have Z field in ultimately residing in BUT000.
    Now when this field is used in BP_HEAD_SEARCH for search and result, it could be easily done via configuration. (since the field was added to CRMT_BUPA_IL_HEADER_SEARCH during EEWB extension.
    Now, the requirement is to add the fields in Opportunity BT111S_OPPT/Search & BT111S_OPPT/Result.
    I am confused with regard to the approach we need to use to get this field in search and result.
    I thought the easiest option is to add the Model node and and give the BOL attribute. This works fine but I can't see this field (with dynamic getter/setter) in the UI configuration.
    During the attribute creation wizard, I gave BOL entity as BTQROpp (system defaulted) and the relation was
    BTADVSOpp/BTOrderHeader/BTHeaderPartnerSet/BTPartnerAll/BTBusinessPartner/ZZZGEOG_REGI
    is this correct? or am I doing something wrong?
    Why can't I see the fields in configuration?
    So alternatively I created a field through AET and i could see this field is in the structure and in UI config, but what logic I need to put to retrieve the value?
    Any advice?
    Many thanks in advance for your help
    Rakesh

    Hi Rakesh,
    Please follow below steps:
    1. Append your custom field to structure associated with your search/result structure.
    2. After you append this field to structure, this field would be available in context node.
    3.  Check if the field is reflected in available fields in configuration.
    4. If field is not present in configuration then please follow steps stated by me in:
    Re: New Column can not be added in chtmlb:configTable
    5. Once you add this field to design layer, you would be able to configure it to your search query. Check if your query works with this field.
    If not then please go through below forum :
    Re: BADI for Claims search in trade promotion management
    Let me know if this helps.
    Regards,
    Bhushan

  • Copying Fields from one PDF to an Updated PDF - can't move fields on destination pdf

    I'm using Word as the authoring software for a PDF.  In version 9, I never had problem copying fields from one to another.  But in Version 11 I copy them to the new revised form and the fields won't move.  I can't move them with the mouse or the keyboard arrows.  I do see a bunch activity in the right pane called fields (tab order) but the fields don't move.
    Any help understanding why and how to solve is greatly appreciated.
    Thanks in advance for your time and experience.

    Highlight all the fields with CTRL +A, click on properties, and uncheck "Locked"  in the bottom left.

  • Workflow based on created date field in opportunity?

    Hi All,
    Can we write a workflow based on created date field in opportunity that if a opportunity record has not been modified after say 90 days,what will be the workflow syntax.
    I just want an email notification to owner and owner's manager.
    Thanks in advance,
    Manish.

    I think you can use the WAIT workflow using Duration('P90D') then Send Email, triggering it upon save and upon modification. Make sure that the Re-evaluate Rule Conditions After Wait option is checked so that the previous WAIT would be reset upon modification.
    Edited by: marcocollado on Aug 31, 2012 5:57 AM

  • Add new Fields to Opportunity ( TCODE : CRMD_BUS2000111 ) using EEWB

    Hi...
    I am trying to add new field to Opportunity, TCODE : CRMD_BUS2000111 ) using EEWB.
    I am using ...
    Business object BUSINESS_TRANSACTION,
    Extension type ADD_NEW_FIELDS
    Business Transaction Type : CRM Opportunity
    Assigned to : Customer Header data.
    I am able to generate project and extension successfully. But don't see any new field or custom tab added to transaction for Opportunity ( TCODE : CRMD_BUS2000111 ).
    WHEN I CHECKED BACK IN EEWB, DON'T SEE ANY SCREEN OBJECT IN OBJECT LIST.
    I can see Tables, Function group, Function Module, Data Element in object list but Screen object is missing. I believe that's the reason why new screen field not has been added. But not able to find out the reason for that.
    Your help will be highly appreciated. my e-mail id : [email protected]
    Thanks in advance.
    Minal

    Hi Minal,
    I would suggest to create a new extension with the following:
    Create new extension, but use the Enhancement type: "Extend Opportunity"
    When you create just two new fields with "ADD_NEW_FIELDS" you have to manually add them into the existing screens.
    Hope this helps
    Martin

  • Copy  Field-symbols

    How to create an internal table from an field-symbol internal table .
    Thanks & Regards
    Santhosh

    I think you want to copy field symbol internal content to another internal table ?
    then
    loop at < fs> assigning <wa_fs>.
       move <wa_fs>-matnr to itab-matnr.
       append itab.
    endloop.

  • I need copy fields below using sales flow (VA, VL, VF, J1B3N to printer DAN

    Help me!!
    I need copy fields below using sales flow (VA, VL, VF, J1B3N to DANFE form)
    How to copy the field VBAP-VOLUM to the field J_1BDYDOC-SHPMRK and
    How to copy the field VBAP-VOLEH to the field J_1BDYDOC-SHPNUM, to DANFE form)
    Best regards,
    Wilson

    Hi,
    J_1BDYDOC this is structure table here you didn't get the values of required field's.
    Try with J_1BNFDOC table instead of J_1BDYDOC.
    Regards
    Ram

  • Marketing Calender Query field is not populating

    Hi Experts,
    I'm using CRM5.0 and EP7.0 .
    I've a problem with marketing calener. I've added it to portal but I'm not getting data from the backend in the query field(Show label). I'm getting all the views in view field but not the query field. I got some idea that the backend role to be assigned to portal roles in 'Assign portal role to single role' but it is not working.I think I'm missing some steps or entering incorrect values. Please send me detail steps of what I've to do in ''Assign portal role to single role' .
    Thanks in advance
    Koustav

    Hello ,
    Create requirement class and Requirement type relevalnt for your order type.
    Path to create this is:
    SPRO-> Proect systems->Material->Control of Sales-Order-Related Production->Check Requirements Classes
    Check Requirements type also.
    Create stretegy in view V_T461S.
    assign req class &type to stgy.
    then assign this req class and type in material master
    create Project or WBS elemt in transaction CJ20N.
    then follow the same process steps to create sales order that WBS elemt pop will come.
    regards,
    Nisha
    @award pts is helpful.

  • Marketing execution over the top of ORDM ?

    We are implementing ORDM here for its MIS/BI capabilities and have noted that most of the Data Mining and Analytics that the Marketing team use in their own tool (Alterian) exist within BI (segment analysis / basket analysis / promotion analysis etc).
    What is missing from the ORDM / OBI EE stack that we have is some form of Marketing campaign execution / management layer (Mailings/email shots etc) and I am wondering if the Oracle (Peoplesoft!?) module can be run on the ORDM to integrate with the work we are doing at present and therefore replace the current Marketing toolset going forwards?
    Anyone done this or got any ideas / comments ?
    Cheers
    Matt

    Hi ,thanks for the replies both.
    The Oracle Marketing I refer to is a bit of the E-business suite (sorry- the Peoplesoft association seems to have been wrong):
    http://www.oracle.com/applications/marketing/marketing.html
    http://www.oracle.com/applications/marketing/oracle-marketing-data-sheet.pdf
    As it stands in our company we have a diverse range of Data Stores (Sybase, Oracle, SQL etc) in the operational space and are trying to implement one source of truth for BI data, replacing an existing MIS system: hence using the ORDM. We will be copying as much operational data from the source systems as is relevant to make the ORDM work effectively, however I still have a couple of other systems I am trying to get aligned. One is Marketing and one is the MDM that holds the "truth" on our customer data. In theory I could use the ORDM as the customer MDM, but Marketing are using Altarian which would need an extract from MDM and one from either the ORDM or the relvant Operational stores. As the ORDM will actually hold all of the Customer / Product / Basket / History data that Marketing would use then they could quite happily do their analytics in OBI EE on top of it, however clearly there is no functionality for email or mail campains etc.
    So whilst I would potentially like to implement Oracle Marketing, i don't want to have to create a whole new schema for it to run on and fill it with data when I have nearly all the data it needs in the ORDM (I would be no better off than I am with Alterian now). I am most happy to Extend the ORDM a bit to include Execution specific tools, I just don't want to have two databases packed full of all the Sales and Product data.
    Cheers,
    Matt
    Edited by: Matt.H. on Aug 25, 2009 7:10 AM

  • Copy fields during vendor line item transfer posting

    Hi,
    We want to transfer the vendor invoice line item to a special GL indicator line item. Would like to know how to copy the fields like document date, net due date, Reference field, Purchasing document number from the original invoice line item to newly created line item.
    Regards
    Suresh

    Hi,
    you could use a batch recording (BDC) through which this can be achieved.
    check if the fields you require are available in the posting key for SPL GL .document date, net due date, Reference field, Purchasing document number else open up the field in field status group for Posting key and GL account.
    regards
    K.R

  • Unlinking Copied Fields in a PDF Form

    I've created a PDF form with 100+ text fields which have identical size and properties.  To place those fields in the form, I simply copied them, giving each one a different name.  In the sample below, the fields are the blue squares.
    When I fill in the first field, that value appears in the other fields.  For example, when I keyed in the number 3 above, that number automatically appeared in the field directly below.  How can I unlink all of them so that each field might have a unique value which doesn't automatically appear in the other fields? 
    I realize one answer would be to tediously create each field as a separate entity, but that would so time consumming. 
    Many thanks for any suggestions!

    Dear George,
    Many thanks for replying so quickly.
    I tried your suggestion.  When I right-clicked on one of the 100+ fields in the form and selected "place multiple fields" I received the following error message:
    I'm not sure what to do next.  Would appreciate your suggestions.
    Thanks,
    Doug

  • Copy Field 1 to Field 2 in different font

    In my pdf I have Text Field 1 in font X.  I would like to automatically copy the text from Field 1 to Text Field 2 but have it in a different font.  I know how to change the fonts but I need help with the script so it copies the text.  Thank you.

    To add an asterisk at the beginning and end of the string, the code could be:
    getField("text2").value = "*" + event.value + "*";
    Although you may want to do this:
    (function () {
        var f = getField("text2");
        f.value = event.value ? "*" + event.value + "*" : "";
    which blanks the second field if the first field is blank. If you think the user may enter a leading or trailing asterisk, you might want to check for that before adding any.

  • Copy field in  a  user  field

    hi,
    i want to copy entry invoice  description field of a single article code ( description change for lines)  in a user field that's i've created in creation serial numbers form when i insert manual serial number. anyone can help me? thanks

    You will need to create a formatted search to a column at the Invoice row.  The formatted search will insert the ItemCode, Description, Currentlogged User, Invoice No to a temp table.
    In the Serial Number screen you will attach another FMS which will read the Item desciption from this temp table.
    If the Item Description does not change in every document and is the same as the Item Master, you can simple read it from the Item Master without any of the above procedures.
    SELECT T0.ITEMNAME FROM [DBO\].[OITM\] T0 WHERE T0.ITEMCODE = $\[$5.17.0]
    Note: ItemCode column should be visible in the Available Serial Number window

  • New Features in CRM5.0 Marketing

    Can anyone tell me what the new features are in CRM5.0 in particular the Marketing part.
    Or if there is any specific documentation on what the new features are in CRM5.0.
    I have looked in the sticky at the documentation links in there but none seem to specifically mention new features.
    Any help appreciated.Many Thanks
    David

    <u><b>Strategy and Planning</b></u>: Optimize marketing strategies with scenario and forecasting tools. Facilitate collaboration in developing marketing plans and activities while increasing the plan visibility and its effectiveness.
    Scenario Planning
    Enhanced Financial Forecasting
    Enhanced Monitoring & Reporting Capabilities
    <u><b>Digital Asset Management</b></u>: Enable collaboration in digital asset development process and maintain a single source of truth. Allow both internal and external users easy access and distribution of the most accurate digital assets.
    Change management
    Search and Classification
    Legal and licensing enforcement
    <u><b>Format Handling Data Management</b></u>: Gain control of customer/prospect data management: from importing/exporting, enriching, and managing accuracy. Remove the traditional dependencies on IT and gain control of the marketing process.
    List Import/Export Management
    Data Quality Management
    Manual response entry
    Enhanced Segmentation: Discover and gain insights into your customer base. Perform ‘on the fly’ segment analysis and segmentation at high performance speeds and accelerate the marketing process.
    High Speed Segmentation*
    Segment size controls and de-duplication
    Access to multiple data sources
    <u><b>Coupon Management for CPG</b></u>: Increase financial accuracy of your promotional plans and predict the returns to manage financial accountability. Close the loop on coupon planning, development, processing, and measurement.
    Accruals modeling and forecasting analytics
    Integrated redemption and financial accounting
    Coupon Effectiveness
    <u><b>Rule Based Lead Distribution</b></u>: Optimize the lead assignment process using flexible, end user definable rules engine. Extend the automated lead distribution and management process to partner organizations.
    End user definable rules
    Workflow based follow up process.
    Tight integration between Marketing, Sales, and Partners
    regards,
    ramji gupta

  • Copy Control for Opportunity

    Folks,
    I have set up Copy Control for the 10 different Opportunity Types that I have, and have ensured that each oppty type is listed in as the Source and Target.  When I click on the 'Copy' icon for an existing opportunity, I am not prompted to select the opportunity type.  The new opportunity that is being created defaults to the same opportunity type as the opportunity being copied.  I would like the users to be prompted to select the opportunity type.  This should work the way that it's configured, but it's not.  Any ideas as to what I should check?
    Thanks!

    Hi,
    Copy Control for Transaction copies transaction data from source to target transation to use this you will have to use option Button Create Follow-Up  NOT Button Copy.
    Copy Button create only copy of same transaction with using same transation type which has no reference to source transaction but if u r creating follow-up from one transaction to another u will get option to select Transaction types which u have maintained in Copy control.
    Revert for any queries
    Regards,
    Dipesh

Maybe you are looking for

  • CR XI landscape report not printing correctly on one particular server

    Post Author: BronxJedi CA Forum: General I have a report that was designed in Crystal XI (11.5.0.313) that is not previewing or printing correctly when the users access it on our production server. The report is designed as a landscape report, for an

  • Z-10 Hotspot Issue with AT&T

    Starting about a week ago, my Z-10 stopped allowing me to create a hotspot as it would show the error message, "To use this feature, contact your wireless service provider to subscribe to a Mobile Hotspot data plan." My plan does allow for mobile hot

  • Why can't I access the Internet since Firefox updated?

    When I went to open Firefox on may laptop I got a box that said - Firefox will start in a minute after it finishes updating (not verbatim). After it opened I can't access the Internet through it or use any of my quick links. It just keeps refreshing

  • Hard disks memory is full

    Hello all, Now I work only 2 weeks with the SAP BW. Now it came to a mistake. I just encountered some errors while working with this database. So far there was an error while creating new tables because of an lack of hard disk space. For now it's imp

  • Passing parameter from report to form on the sam page

    i would like to make a portal page with 2 portlets. on the left side a report displaying for example all names and empno4s from the emp table and on the rigth side a form portlet that displays the details of one employee and allows to update the deta