How to link a marketing characteristic with a table? ( TR CL03 - CT04 - BP)

Hello,
I'm trying to link a table (CRM_MKTPL_CAMPAIGN field : EXTERNAL_ID) with a mkt characteristic so that the user could select a value for this characteristic through a matchcode in transaction BP.
I understood that i had to deassign the characteristic of the echaracteristic  group in TR CL03 in order to change some information in it via TR CT04.
I managed to set the Table CRM_MKTPL_CAMPAIGN in the "Addnl data" section but when I reassign the characterictic to a group and go to transaction BP, nothing happens with the matchcode button.
Is it possible to do it? did i do something wrong?
Many thanks
Laurent

I found the answer myself, after posting this, of course!
I changed:
<tr spry:repeat="xml_assignments" spry:setrow="xml_assignments" spry:odd="spry_odd" spry:even="spry_even" spry:hover="spry_hover" spry:select="spry_select">
to
<tr spry:repeat="xml_assignments" spry:setrow="xml_assignments" spry:odd="spry_odd" spry:even="spry_even" spry:hover="spry_hover" spry:select="spry_select" onclick="window.location.href='./newpage.php?aid={a_id}';">
Basically just added the onclick parameter...
And it all just worked!

Similar Messages

  • How to link the Business Partner with the SAP User ID.

    Hi,
    We are working on a scenario wherein the resources are created as Business Partners in R/3.
    now How to link the Business Partner with the SAP User ID.

    HI AP,
    Maintain the business partner in role Internet User - BUP005.
    Now assign the existing user to this BP .(you can make this assignment in tab "internet user'. Just enter the user name in the field User and save).
    You can now see the link in table HRP1001.
    Cheers,
    Rishu.

  • How to link one scroll bar with two dynamic text boxes.

    How to link one scroll bar with two dynamic text boxes.
    If i move scroll bar in one text box,automatically text will
    be moved in another text box.But scroll bar is not visible.
    Can you please help me.
    Thanks in advance.

    See the following article:
    JavaScript - setFocus Method for tabbing to next form field
    And see if iOS can even handle the sample form.
    iOS and android devices are not a powerful as your desktop of laptop computer and have limited support for JavaScript within PDF forms. This limitation for specific apps ranges from none to quite a bit but not all JavaScript.

  • How can link the accosaries requirements with production planning

    "I am in cable manufacturing here i have a problem in  accessories requirements ( dies,Nozzles,Rollers,Embossing wheels etc )link with production planning,at the time of production than these material required for production   Can any body tell me how to link this ,accessories is not consubles "
    Thanks,
    Anurudh singh

    Yes you can use PRT for these requirments,
    Logistics - Production Process - Master Data - Production Resources/Tools - Production Resources/Tools - Equipment - Create.
    spro->production planning for process industries->master data->production resources/tools (PRT)
    you will see 5 transactions to configure your settings:
    -define PRT auth.grps
    -define PRT status
    -define Task List Usages
    -define PRT Group Keys
    -Define Overview Variant for Where-Used List/Mass Replacement

  • How to link an subvi(worksheet) with another VI

    hi,
    I want to know how to link worksheet data with another VI's block diagram? ie i want to use 3 data's collected in the worksheet block diagram  changed into a subvi and this subvi should be linked to another block diagram that accepts these 3 inputs to give some warning.
    Please help me how to link these two ........:...............
    Solved!
    Go to Solution.

    Sorry but I'm confused by most of your statements. There is a worksheet in Excel and a block diagram in LabVIEW but there is no such thing as a 'worksheet block diagram'.

  • How to link ship-to-party with sales area

    Hi,
       Suppose sold-to-party is defined with sales area/ sales org./dist. channel/division.
        It is possible to link ship-to-party with sales area/sales org./dist. channel/division.
    dinesh

    Hi
    U can link the ship to party to the sales area in which the sold to party was defined
    Use the tcode XD01  and create the customer with the account group 0002(according to the standards) and assign the ship to party in the  master data of the sold to party ,
    then u will find the ship to party partner function created in the same sales area created in the sold to party sales area in the partner functions of the sold to party
    settings:
    Transaction code:  XD01
    Account group: 0002
    sales orgranisation/distribtiobn channel/ division
    hope this is useful

  • How to Link VALUEGUID to SurveyGUID (CRM Survey tables)

    Hi Gurus,
    I want to link table CRMD_ORDERADM_H to table CRM_SVY_DB_SVS
    I can go to CRMD_ORDERADM_H to get the Survey GUID. Someone told me that i can go to CRMD_LINK table to get the Value GUID, but when i enter the Survey Guid, the table only returns three records (objtype_set = 07, 30 & 29; NO 58), so, i am lost. I don't know how to link table crmd_orderadm_h with table crm_svy_db_svs.
    Your help will be highly appriviated.
    Thanks.
    Nadeem.

    hi Nadeem,
    What is the end result that u expect ? do u need the survey details or what ? do u want the survey details that is linked to a particular order ?
    Call the FM as follows
    CRM_ORDER_READ
    EXPORTING
        IT_HEADER_GUID = (your order guid)
    IMPORTING
        ET_SURVEY = (survey table)
    The survey table will give u list of surveys (with their Survey GUID's). I would recommend using this FM, as it would take care of buffers etc. which might not be available if u try a direct select on tables.
    Reward points if this helps.
    Regards,
    Raviraj

  • How can I bind a operation with a table

    Hi !
    I'm trying to bind a operation with a table, so what type of operation return ? ViewObject or a Vector? And how can i set params to these operation if my operation has some param ( getSubscriber(int iSubId, int iSubType) )
    Thank a lot for your help

    Hi,
    it depends on the release you are asking this question for. In JDeveloper 10.1.3 you can expose a method (e.g. on a session facade) that returns a Collection. The input parameters can be dragged and dropped as input fields to the page.
    The same can be done in JDeveloper 10.1.2, but here you have to prgrammatically apply the input arguments.
    Frank

  • How to link a specific panel with spry multiple element sliding

    How to everybody to the forum, I've searched into this forum but maybe this mine is a particular case...
    I've a html page with 4 different spry multiple sliding panels, named "primo" "secondo" terzo" "quarto", and all worked fine :-)
    When you go to this page the first you can see is "primo" (default).
    But the problem/question is this: If i want to send an email link to my page and want to see the "terzo" panel. how???
    I've try to search many examples but none one of them meet me.
    This is an example of this page called test.html
    Many thanks to all wants help me
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!-- Copyright (c) 2006-2007. Adobe Systems Incorporated. All rights reserved. -->
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Spry Multiple Elements Sliding Sample</title>
    <link href="http://labs.adobe.com/technologies/spry/css/samples.css" rel="stylesheet" type="text/css" />
    <script  src="http://labs.adobe.com/technologies/spry/includes/SpryEffects.js" type="text/javascript" ></script>
    <script  src="http://labs.adobe.com/technologies/spry/includes/SpryURLUtils.js" type="text/javascript" ></script>
    <style type="text/css">
    .demoDiv{
    height: 150px;
    overflow: hidden;
    .hiddenElement{
    display:none;
    /* Fix IE floating bug */
    position: absolute;
    top: 180px;
    </style>
    <script type="text/javascript">
    var observer = {};
    observer.nextEffect = false;
    observer.onPostEffect = function(e){
    if (this.nextEffect)
    var eff = this.nextEffect;
    setTimeout(function(){eff.start();}, 10);
    this.nextEffect = false;
    function pannelli(currentPanel)
        // The list of all the panels that need sliding
    var panels = ['slide1', 'slide2', 'slide3', 'slide4'];
    var opened = -1;
    // Let's check if we have an effect for each of these sliding panels
    if (typeof effects == 'undefined')
    effects = {};
    for (var i=0; i < panels.length; i++)
    if (typeof effects[panels[i]] == 'undefined'){
    effects[panels[i]] = new Spry.Effect.Blind(panels[i], {from: '0%', to: '100%', toggle: true});
    effects[panels[i]].addObserver(observer);
    if (effects[panels[i]].direction == Spry.forwards && currentPanel != panels[i])
    opened = i;
    //prevent too fast clicks on the buttons
    if (effects[panels[i]].direction == Spry.backwards && effects[panels[i]].isRunning)
    observer.nextEffect = effects[currentPanel];
    return;
    if (opened != -1)
    observer.nextEffect = effects[currentPanel];
    effects[panels[opened]].start();
    else if (effects[currentPanel].direction != Spry.forwards)
    effects[currentPanel].start();
    </script>
    </head>
    <body onload="pannelli('slide1');">
    <h3>Spry Multiple elements sliding</h3>
    <a href="#" onclick="pannelli('slide1');" value="Slide 1">SLIDE 1</a>
    <a href="#" onclick="pannelli('slide2');" value="Slide 2">SLIDE 2</a>
    <a href="#" onclick="pannelli('slide3');" value="Slide 3">SLIDE 3</a>
    <a href="#" onclick="pannelli('slide4');" value="Slide 4">SLIDE 4</a>
    <br />
    <div id="slide1" class="hiddenElement">
    <div class="demoDiv" style="background-color: yellow;">
    <h4>Primo</h4>
    Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed
    diam nonumy eirmod tempor invidunt ut labore et dolore magna
    aliquyam erat, sed diam voluptua. At vero eos et accusam et
    justo duo dolores et ea rebum. Stet clita kasd gubergren, no
    sea takimata sanctus est Lorem ipsum dolor sit amet.
    </div>
    </div>
    <div id="slide2" class="hiddenElement">
    <div class="demoDiv" style="background-color: pink;">
    <h4>Secondo</h4>
    Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed
    diam nonumy eirmod tempor invidunt ut labore et dolore magna
    aliquyam erat, sed diam voluptua. At vero eos et accusam et
    justo duo dolores et ea rebum. Stet clita kasd gubergren, no
    sea takimata sanctus est Lorem ipsum dolor sit amet.
    </div>
    </div>
    <div id="slide3" class="hiddenElement">
    <div class="demoDiv" style="background-color: magenta;">
    <h4>Terzo</h4>
    Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed
    diam nonumy eirmod tempor invidunt ut labore et dolore magna
    aliquyam erat, sed diam voluptua. At vero eos et accusam et
    justo duo dolores et ea rebum. Stet clita kasd gubergren, no
    sea takimata sanctus est Lorem ipsum dolor sit amet.
    </div>
    </div>
    <div id="slide4" class="hiddenElement">
    <div class="demoDiv" style="background-color: green;">
    <h4>Quarto</h4>
    Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed
    diam nonumy eirmod tempor invidunt ut labore et dolore magna
    aliquyam erat, sed diam voluptua. At vero eos et accusam et
    justo duo dolores et ea rebum. Stet clita kasd gubergren, no
    sea takimata sanctus est Lorem ipsum dolor sit amet.
    </div>
    </div>
    <br />
    Test per collegamenti esterni<br /><br />
    <a href="test.html?">vai al pannello I&deg;</a> |
    <a href="#">vai al pannello II&deg;</a> |
    <a href="#">vai al pannello III&deg;</a> |
    <a href="#">vai al pannello IV&deg;</a>
    </body>
    </html>

    silemma wrote:
    else if (effects[currentPanel].direction != Spry.forwards)
    effects[currentPanel].start();
    </script>
    </head>
    <body onload="pannelli('slide1');">
    Change the above to
    else if (effects[currentPanel].direction != Spry.forwards)
    effects[currentPanel].start();
    var params = Spry.Utils.getLocationParamsAsObject(); //get the URL parameter
    if (params.slide) {  // if the slide parameter exists
        var slide = 'slide'+params.slide; // slide = slide+slide parameter
    } else { // otherwise
        slide = 'slide1'
    </script>
    </head>
    <body onload="pannelli(slide);"> <!-- open the nominated slide -->
    Then when calling the page use the following notation: http://localhost/test/test.html?slide=3 where ?slide=3 is the third slide
    I hope this helps.
    Ben

  • How to link ECC Company code with BCS Consolidation unit

    I have to create new consolidation unit in BCS, parallelly in SAP R/3 also I have created a company code.
    I could read following in the forum :-
    The Company Codes from ECC are assigned to the characteristic Company in BCS, thus creating a one to one relationship between ECC & BCS company codes.
    BUT HOW TO DO THE SAME.
    Also any advise on Profit centre and cost centre etc in BCS in line with ECC. This is first time I am configuring in BCS,

    Typically in ECC company codes are assigned to a company. The company is typically used for cons unit in BCS, but it is not uncommon for company code to be used as cons unit.
    When company code is used, it is an attribute of the characteristic company and thus in the load mapping, the company is mapped to the attribute company code. This results in company code being mapped to company.
    Otherwise, if company code is in the databasis as the cons unit role, then it is simply mapped to company code to company code.
    For profit center and cost center, these are typically assigned the role subassignment, but it is not uncommon for profit center to be a cons unit for a matrix consolidation. However, these characteristics must first be included in the totals/databasis infocube.

  • How to link third party software with labview program ?

    I have designed a labview  
    program to analyse and make  
    graph and save the datas  
    from the photon counter using  
    ni USB DAQ 6008. And the  
    photon counter is controlled  
    by the third party software with  
    itself. both programs are  
    executing successfully. But  
    my task is run both the  
    program at the same time. i.e.  
    link the third party software  
    with my labview program.  
    How to i do this?

    Your question is too vague since you give no information as to this third party application. Is it an application you wrote? Is it an application that you cannot change? Does it have a programming interface? Can you eliminate this third-party application and control the photon counter yourself? Have you tried to do a search, as this question has come up before many times. For example:
    http://forums.ni.com/t5/LabVIEW/how-do-I-use-labview-to-control-other-programs/m-p/424765
    http://forums.ni.com/t5/LabVIEW/How-to-operate-another-application-s-GUI-from-LV/m-p/668088

  • How to link OS timezone name with java zi

    Hi all,
    I need to add some timezone definition in some (HP-UX) server to define DST rules for Iraq.
    The zone information already exists in java with "Asia/Baghdad" timezone name.
    How does java link the OS timezone found in tztab (e.g. MET-1METDST) with its ZoneInfo id file (e.g. "Europe/Paris")
    This is what I'm looking for to link my tztab with zi files.
    thanks
    antonio.

    Download and set up Shareway IP, and use Ethernet to transfer files.
    (24219)

  • How to link Edge animate elements with wordpress div id

    Dear all,
    I have an animation uploaded on wordpress with edge Suit;
    In the animation there are some links to the sections of the page, but they don't work.
    In my edge file I linked the elements to the wordpress sections just adding code "click ==> links ==> link in the same window -- window.open("http://mywebsite/#section", "_self");
    I am sure its really easy to solve it, but i have some Jquery lacks.
    thanks for your help
    Alessio
    Message was edited by: alessio Calveri

    I can only imagine how miffed Adobe's technical team must be and I don't want to add unnecessarily to any stress. For what it's worth, I really liked working with the Edge Animate interface and want things to work out because it would be my first preference - but of course not if I have to recreate content elsewhere for the iPad.
    Whether iOS7 has a bug or otherwise, I wonder if there are any simple workarounds. For example, there is an extension that outputs HTML5 from InDesign, including media overlays:
    http://ajarproductions.com/pages/products/in5/#showMoreFeatures
    https://www.youtube.com/watch?v=ku4Ql8GE1m8
    Perhaps Adobe can create an updated step-by-step guide for inserting Flash canvas animations and Captivate HTML5 using this extension. Then maybe even show how to wrap the final content as EPUB3. This would be in lieu of this demo: https://blogs.adobe.com/captivate/2013/08/a-step-by-step-guide-to-create-an-interactive-eb ook.html. For people like me who use Adobe's products because of their front-end niceties (i.e. we don't want to dig too much into code), it would help resolve many issues here. DPS not an option - would rather go with PubCoder in that case.
    Good luck anyway!

  • How to link manufacturer serial number with Internal serial number

    Hi
    I just want suggestion on my below requirement.
    I have supplier serial number (Manufacturing serial number). We also have internal serial number.Normally we create internal serial number automatically at the time of MIGO. We have not facility to put external serial number in MIGO and that can be link with Internal serial number.
    We normally to put external serial number in IQ02 manually in the field of SERGE.
    How i Can activate supplier serial number in migo  and link with material document.
    Regards
    Sandeep

    Hi Ravindran
    Please see below answers of your questions
    During MIGO we put internal serial number during MIGO. Which we create by pressing automatically while MIGO post. There is no option of maintaining manufacturing serial number in MIGO.
    Activate serial number profile as Z001 with below details
    Prodc
    procedure description
    Ser usage
    equip req
    HUSL
    Maintain handling unit
    2
    2
    MMSL
    Maintain goods receipt and issue doc.
    3
    2
    PPAU
    Serial numbers in PP order
    2
    2
    PPRL
    PP order release
    3
    2
    QMSL
    Maintain inspection lot
    3
    2
    SDAU
    Serial numbers in SD order
    4
    2
    SDCC
    Completness check for delivery
    3
    2
    SDCR
    Completion check IR delivery
    2
    2
    SDLS
    Maintain delivery
    2
    2
    SDRE
    Maintain returns delivery
    2
    2
    Manufacturer produce material with their own serial number and its own series. We produce our own serial number and Maintain the manufacturing serial number in serial number master data for traceability purpose. In  IQ01 there is one filed available to maintain  manufacturing serial number(SERGE- FIELD NAME, TABLE-ITOB). In case any enquiry come from customer like your particular serial number is damage or quality issue. In that case if that component procure from supplier . we  inform supplier about there defective plant and claim on same.
    4    we use serial number in MIGO as internal serial number.

  • How to link a check box with a text field

    Hello, I'm looking for some help with my PDF form. If a check box is checked then I would like to force the user to input a value a related text field. First, is this possible and if so can anyone give me some guidance on how to achinve this. I'm currently using LiveCycle 8.0..
    Thanks for your help...

    Go to the check box's properties and in the Options tab choose "Cross" as the check box style.

Maybe you are looking for

  • After full system update ppp does not work anymore

    Well, I have this problem: 1) I install Arch Linux from the latest Core 2) I manually install the latest versions of wvdial and its dependences (xplc and wvstreams). This is an offline installation (because I can't set up internet without wvdial. So

  • How do i set up my macbook pro to display on my Vizio flat screen TV

    Just purchased a new MacBook Pro and i was curious about what Components i need to purchase to set it up, thanks!

  • How to change the order of the tabs in featured news?

    Hi,   I use the 'Featured News' widget on my company website and it has 10 tabs. The newest item is at the top but when I add a new tab it goes to the bottom and I can find no way of changing the order of the tabs so that everytime I add new news I h

  • Moving graphic slide from Keynote to Pages

    I have created a graphic slide in Keynote and moved it to a document in Pages, BUT it expands in Pages. Can I lock the size in Keynote before I move the slide? or can I scale it in Pages WITHOUT everything being distorted? Thanks Bo

  • Dragon on Mac 10.6.8

    Hello! I just bought the Dragon dictate of Mac and cannot intall it because I'm Leopard and not Lion. Is there a possibility to upgrade my Mac to Lion? Thanks for any answer that could help me. Marie-Claude