How to change employee responsible for open campaigns.

Hi,
I want to find out open campaigns and marketing attributes based on partner function i.e., employee responsible and these open documents I need assign to another employee responsible. Which function module I need to read the details and which fm is to change employee responsible.  Please guide me which fm i need to use how I can change to another employee responsible partner function.
divya

Hi Divya,
If you are comfortable with the bol queries, you can execute the bol query services to get relevant data..
here is the sample code to get marketing attributes for a bp.. here you can read additonal attribute "partner function" to filter the data as per your req.
Marketing Attributes
  DATA : lr_mktattr_coll TYPE REF TO if_bol_entity_col,
         lt_mktattr TYPE TABLE OF crmt_mktbp_attribute,
         ls_mktattr TYPE crmt_mktbp_attribute.
  IF lr_buil_entity IS BOUND.
    TRY.
        CALL METHOD lr_buil_entity->get_related_entities
          EXPORTING
            iv_relation_name = 'BuilMktAttributeRel'
          RECEIVING
            rv_result        = lr_mktattr_coll.
      CATCH cx_crm_genil_model_error .
    ENDTRY.
    CLEAR lr_entity.
    IF lr_mktattr_coll IS BOUND AND lr_mktattr_coll->size( ) GT 0.
      lr_entity ?= lr_mktattr_coll->get_first( ).
      WHILE lr_entity IS BOUND.
        CALL METHOD lr_entity->get_properties
          IMPORTING
            es_attributes = ls_mktattr.
        IF ls_mktattr IS NOT INITIAL.
          APPEND ls_mktattr  TO lt_mktattr .
        ENDIF.
        lr_entity ?= lr_mktattr_coll->get_next( ).
      ENDWHILE.
    ENDIF.
  ENDIF.

Similar Messages

  • Urgent - How to change Item category for Open Purchase Order

    Hi Team,
    Lil bit tricky issue.
    My client has asked us to change the existing Item Category values, Combinations, Category Set etc. Its been changed and uploaded successfully.
    The question here is how we need to handle the category for Open Purchase Order. How to update the same.
    Do we need to do manually or any other way ?
    Please advice
    Regarads,
    John

    Hi John,
    This is reallly a tricky issue!
    I guess you cannot change the category of an existing PO's.
    This field will be greyed out once we save the form...there were no profiles/other setups to enable this field.
    For all new PO's since you have changed the new category value that should not be a issue.
    Lets wait for some of our colleuges opinion.
    I guess PO cancel should be the final option if we dont hear any new work arounds.
    Thanks
    -Arif.

  • How to change the dates for open enrollment

    Hi Experts,
    I am implementing ESS BP 1.0 on EP 7.0 SP11 ERP2005. In the benefits and payment workset, there is open enrollment process which is allowed between certain dates. How to change those dates in the backend system?
    Thanks!

    The open enrollment period dates can be changes under Benefits>Flexible administration>Define administrative parameters.
    Thanks

  • How to assign employee responsible of service order to customer follow up?

    Hi everyone,
         when i create a customer follow up for a service contract, my partner number is assigned to employee responsible by default. However i want the employee responsible for the service contact to be copied to the follow up.I checked the partner determination procedure, which is properly configured.
         And i also want to know, why my partner number is getting assigned to the employee responsible.
         I checked the corresponding node getter method, where the collection wrapper contains my partner number for the partner function employee responsible.
         Please suggest some solutions.

    I'm saying that you didn't search SCN because your first post shows this. You didn't give any details neither how your PDP is "properly configured". If it'd have been configured properly you would not get the issue, right?
    Another thing is if you searched SCN on partner determination you would find FM  CRM_PARTNER_DETERMINATION_OW. This the API which is triggered from BOL layer. And the result is transferred to BOL layer and available in "collection_wrapper".
    Now you gave some more tips. For example, that the same PDP is used for other transaction types. That's better.
    First of all, as Nagaraj Sarangamath said. Check if your employee responsible partner function in the PDP has an access sequence which takes the employee responsible from preceding document prior to the access which takes the current user. Which access sequence is maintained in your PDP for employee responsible? What steps does it have?
    Another thing which is  Sigrid Wieshofer mentioned is how is your assignment of partner functions to business transactions in IC set? What is in the mentioned IMG setting?
    One more tip is if the copy control is activated for activities in your system and has been set up for other transaction types except your Custom follow up. In the copy control you can actually handle partner determination as well.

  • How I change the icon for iTunes songs?

    When I drag iTunes songs onto my desktop the icon is white with a gray iTunes icon. How can change this icon for all of my iTunes songs?

    Thanks Patrick. I used Control-Click on the actual audio file on my desktop opened the Show View Options menu and turned off the icon preview option. That changed my icons from gray with a white background to red with a white background which is exactly what I wanted.  You pointed me in the right direction. Appreciate it.

  • Change Employee responsible

    Hi we ware using SAP CRM 2005.
    we have assigned the responsible employee to every customer. We now want to exchange the business partner for the relationship employee responsible.
    Is there a chance to delete or restrict the validity for all existing relationships to the former employee responsible and to create a new relationship of the type employee responsible for all relevant customers? (Mass-change)
    Oliver
    Message was edited by:
            Oliver Bitterwolf

    Try this BadI, COM_PARTNER_BADI.
    Cheers,
    cady.

  • How to change system administrator for os x 10.9.1

    how to change system administrator for os x 10.9.1

    sriharshasanne,
    log in as your current system administrator and open the Users & Groups pane of System Preferences. If the padlock in the lower-left corner is locked, click on it to unlock it. Click on the “+” button above the padlock to create a new user; set the “New Account” dropdown to “Administrator”. Provide the missing text box information, and press the Create User button. After the new administrative user has been created, exit System Preferences, log out, and log in as the new system adminstrator. Open the Users & Groups pane of System Preferences again, select your old administrative user, select its Password tab, and uncheck its “Allow user to administer this computer” checkbox. Relock the padlock if desired, and exit System Preferences.

  • How to change apple id for icloud?

    how to change apple id for icloud?

    From the knowledgeable Roger Wilmut:
    You can't change the primary email address, the one you created when you opened an iCloud account (or if you migrated from MobileMe the address you log in with) other than by opening a completely new account.
    http://support.apple.com/kb/HT5621
    However you can create three 'email aliases' - these are extra addresses, not accounts, which deliver into the same inbox as the main address.
    http://help.apple.com/icloud/#mm6b1a490a
    It's actually quite a good idea to give out an alias address rather than the main one, since these can be easily changed should you get spammed.

  • Partner determination based on Employee Responsible for Sale Office

    Hi,
    In our Project We triggering work flow from lead to sales manager. The Sales Manager is assigned to sales office. We used access sequence CH08 to determine the sales manager in Partner determination but the work flow is triggered to Employee responsible for Sales Group.
    The access determines the Employee responsible for org unit and sales group is selected as org unit in lead document. So the employee below the sales Group is selected in sales manager in Partner determination.
    Can any one suggest how to select employee from Sales Office in Partner determination.
    With regards
    Selvam T

    Hi,
    I created my own role and modified a standard FM.

  • How to change default approval for ResourceAuthorizerApproval ?

    Hi,
    I'am new in OIM and I follow documentation where I found some predefined workflows. I'd like to use them.
    Could you tell me, step by step, how to change default approval for ResourceAuthorizerApproval (only for my new defined resource).
    I'm using OIM 11g and Design Console 11.1.1.3.0.2.0

    Ok, I made new tamplate (copy of existing one), there I changed Template Level Approval Process and set allowed resources. It seems to be ok :)
    If there are other solutions please share with me
    Thanks
    M.

  • How to change a color for a row in ALV grid display

    Hi,
       how to change a color for a row in ALV grid display based on a condition.Any sample code plz

    Hello Ramya,
    Did you check in [SCN|How to color a row of  alv grid]
    Thanks!

  • How to change material component for a Purchase Order?

    How to change material component for a Purchase Order?
    I need FM .
    PLEASE help

    Dear ,
    Create PO with item category L....There in Item detail you will get tab for material.
    There click in component Button, it will take you to the component screen there you can assign and deassign components.
    Hope this helps.
    Regards
    Utsav

  • How to change Apple ID for all applications in iPad2?

    I have changed Apple ID via Settings > Store > Apple ID > Sign out my old Apple ID > Sign in with my new Apple ID.... But, by this method, Apple ID in  iCloud, Facetime, and iMessage isn't changed follow to my new one! Do I misunderstand about changing ID? and How to change Apple ID for these applications?
    PS. I do not want to do hard reset my iPad2
    Thank you all for your kindly help ^^

    Go into Settings > iCloud > Account > Change to your new Apple ID
    Settings > Messages >  Recieve At > New Apple ID
    Settings > Facetime > Change to new Apple ID

  • How to write a code for  open new txt file in swing

    hai all,
    now i do one project in java.that project's GUI is Swing. But i don't known swing (basic).So how to write a code for open new txt file and "Open window " in menu item on swing.that means when i click the "New" on menu that time open a new txt file. open also like that type.
    plz give me that code ! very urgent
    Advance Thanks !
    RSK

    Swing Tutorial:
    http://java.sun.com/docs/books/tutorial/uiswing/index.html
    Since you don't know the basic of swing read the tutorial, it is for your own good because it is useless if we provide you with a code you don't even understand and how it works.
    If you want a menu read the tutorial about using menus and for opening a file read using JFileChooser.
    note: don't use the word urgent because it implies that your problem is more important than others.

  • I cannot find how to change the language for labels in a quiz

    I cannot find how to change the language for labels in a quiz

    You have to be aware that this will only change labels if you edit before adding quiz slides: Preferences, Quiz, Default Labels. You will have to edit the labels, choosing another language will not change them automatically.

Maybe you are looking for

  • HT4236 Photos out of order, in the wrong folder

    After I sync folders of photos from my pc to my iPad (using iTunes), the photos are mixed up on the iPad, not only out of sequence within the  folders, but appearing in the incorrect folder altogether! How do Ifix this? Thank you.

  • LR2.5 on OS X 10.6.1 Hangs on Boot

    I don't know why this started happening and as far as I remember, I didn't change anything (but I've done support long enough to know that usually turns out to not be the case).  Whenever I start LR2.5 on my Macbook Pro (3,1 generation) running OS X

  • Print from a PC to a printer on a iMac

    I want to know if I can print to my printer, which is plugged into my sisters iMac, from my PC. With my ibook it found the printer and was fine but the PC just doesn't see it. Does anyone know how to do the impossible of getting an PC to talk to an A

  • My imessage is asking for a region?

    My iMessage has stopped working so i tried to re activate it and it is now asking for a region but will not let me select any 

  • Plz help  for set focus in the table column

    hi I have aproblem like i want that when i click on submit button aftr filling tables column value if there is any error the error massage displaying after that click on masaage ok button get focus of my cursor on the same column where i was not fill