CRM - Activity scheduling duplicated

Hello!
I've got a problem with the Schedule Activity transaction.
At first I maintained Visit plans in the CRMM_TOUR transaction. It's working good.
After that I starting Schedule Activity transaction (CRMM_ACT_SCHED), and after I choose the corresponding visit plan, I try to scheduling the activities. At first in the calendar the activities is seeing. But after I saving the activities are duplicating in the calendar, and also there will be come into being every activity twice.
So please try to solve my problem!
Thanks,
Gábor Somogyvári

Hi,
The ideea behind this flag is if the system should check the available time in the calendar for the given business partner & the user which is running the application.
Be aware that this flag is working in combination with the "Maintain Calendar" flag from the partner determination procedure.
BR,
Valentin

Similar Messages

  • Block Activity types in Activity Scheduling Calendar

    Hi,
    We have a requirement in which only some of the Activity types needs to be synchronized to MSA calendar. I've maintained the customizations in CRM side (Trxn:SPRO) and now the activities are being blocked on Activity-->Calendar. But now the issue is that the blocked Activity types when created from Activity Scheduling is appearing over in the Activity Scheduling calendar. I've an analysis like if we can make the reference of the Calendar in Activity Scheduling to the same reference as that of the Activity calendar. Any pointers on this would be helpful
    Regards,
    Rashmi.

    This was resolved by adding a line of code in the Activity Scheduling Calendar

  • Target Group in a Tour and Activity Scheduling

    HI.
    Right now I am working with the visit plan functionality in CRM 7.0. I am trying to create a tour and then an activity scheduling. My question is: Can I insert a target group when I am creating the tour or the activity scheduling? or I have to insert one by one each account number?
    Thanks and regards
    Alejandro

    Hi, does anybody has an idea about this issue?

  • Activity Scheduling

    Hi ,
    I am working on CRM 5.0. In activity scheduling when I am trying to save the activity proposals by going into Calender view and saving, it is giving an error "Activity could not be saved for the mentioned Business Partner".
    Pls let me know How can I save the Activity proposal.I have created the activity proposal in Activity scheduling.Pls let me know if I am missing on something.
    Helpful answers will be rewarded.
    Thanks,
    Ambrish

    hi
    just a suggestion while making proposal have u maintained the contact person for the corrosponding BP.
    guess it will help
    best regards
    ashish

  • CRM Activity Replication to SAP R/3

    Hi,
    We have extended CRM Activity and have added the 'Customer Screen' tab. The data gets populated through the PPF BADI.
    We have a scenario for which we need to replicate this 'Additional Data' along with some standard information from CRM Activity to SAP R/3.
    I am planning to do following....
    1. Extend BDoc BUS_TRANSACTION_MESSAGE --> Segment BUS_TRANS_MSG_ACTIVITY to accomodate new fields.
    2. Implement another 'Z' function module which will be called at MOA,MOB,MOC flow context for the bdoc. The purpose of this function module will be to populated the newly added fields of the segment from database.
    3. Change Adaptor Object BUS_TRANS_MSG to have CRM to R3 Mapping function module. This will be a 'Z' function module. The purpose is to map the mBDoc data into BAPIMTCS format.
    4. Register this function module in table SMW3FDCUST.
    5. Create a Receiver 'Z' fucntion module. The purpose of this function module is to convert the BAPIMTCS format into the format required by R/3.
    6. Register this function module in CRMSUBTAB.
    Can anyone please confirm that the steps I have mentioned are correct and that's the way it should be done.
    Any help/suggestions are most welcome.
    Thanks,
    Amit

    ok,
    Might be easier using EEWB (business activities are included, but haven't tried it yet)
    1. Extending of the bdoc: I cannot find the segment you're refering to. I would think that you'll have to enhance segment activity_h, structure bad_activity_h_mess.
    2. The flow context is used to process the bdoc, not to fill it. Maybe the fields are automatically filled when you enhance the bdoc (move-corresponding), but I wouldn't count on it.
    --> You'll have to update the fields in the bdoc from memory before you actually complete the LUW of saving the activity.
    3.4.5. The adapter object is used for initial loads, filtering, sync loads and ...
    If you want to send your fields to R/3 in the BAPIMTCS table, you'll have to fill this table either in a user-exit (like smoutil3) or add a function to the flow context (and call an R/3 RFC yourself).
    --> It might be easier to just add a function to the flow context and pass the data from this function to an RFC in R/3.
    Grtz,
    Michael.

  • Function modules to open a CRM activity

    Hi all,
    What are the Function modules available to open a CRM activity ( in change or display mode) when we have the GUID of the activity.
    The "BAPI_ACTIVITYCRM_CHANGEWDIALOG" is working from a standalone program but it is not working when I am already in the activity through a transaction.
    Regards,
    Nag

    Try using function module
    BAPI_BUSPROCESSND_CHANGEDIALOG

  • How to read data in CRM Activity relationship tab.

    Hello friends,
    I have a requirement to read data from CRM Activity relationship tab.
    Mainly i have to read Transaction No/object refernced trans field of CRM Activity relationship tab.
    Could anybody help me?
    Thanks,
    Bunny

    Hi,
    have you found in the meanwhile a good solution?
    I have also a similar requirement.
    At the moment I'm using the view CRMV_ACTFORGP to get the activities associated to a BP (by the way you have many filters that can be used) and then for each GUID (order guid - CRMD_ORDERADM_H-GUID) I call the fm BAPI_REL_GETRELATIONS to get the list of relationships.
    Regards
    Diego

  • Creation of new field in CRM activity screen

    Hi CRM Experts,
    I need some help regarding this issue.
    Now when executing the campaign in the CRM system the results are not showing the function code.
    We need the function code to visible when executing campaign.For this we need to add new field in CRM activity screen.
    And the function code values are stored in the BUT051 table and field name PAKFT and Data element BU_PAKFT.
    When we executinmg the campaign FUnction also should be there in the selection criteria.
    Please help me how to create new field and assign this function code in the search results.
    Please reply me ASAP.
    Thanks in Advance
    Regards,
    rahul

    Hi JC,
    The context node that you are using is a mixed node, so from this node you need to get value node so that you can cast the value into cl_bsp_wd_value_node.
    Here's the sample code for getter and setter method of that attribute:
    DATA:
       lr_mixed TYPE REF TO cl_bsp_wd_mixed_node,
       lr_value_node TYPE REF TO cl_bsp_wd_value_node.
    lr_mixed ?= current  or lr_mixed ?= iterator. " use either of the code i dont have system right now
    lr_value_node ?=  lr_mixed_node->if_bsp_wd_ext_property_access~get_value_node( ).
    Here, from lr_value_node get the property access method and set the attribute value to VALUE parameter.
    Thats it
    Thanks,
    Bhushan

  • Enhance Standard Info Structure SAP_CRM_ACT to add custom fields in CRM Activity archive Search

    Hi All,
    We have a requirement where we need to enhance CRM UI archive search with custom fields for CRM activity Object CRM_ACT_ON. As per my analysis Standard Archive Search for activity Uses info structure SAP_CRM_ACT for searching archived data.
    But when we are trying to add custom fields into above field catalog, it is treated as modification. But Modification is not allowed in our landscape.
    Standard infostructure is harcoded in SAP standard method ARCHIVING_READ of class CL_CRM_REPORT_ACC_DYNAMIC which is called as part of the process. So we are not able to go ahead with custom info structure.
    Can you please le me know if there are any alternative way to meet above requirement or I have missed any steps.
    Thanks & Regards,
         Sujit

    Hello Thomas,
    Maybe this link can help.
    add new field to search criteria and result.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0747ac2-ffd9-2910-de9a-8a3dc44da8b4?QuickLink=index&overridelayout=true&12966506314316
    Search Options - Knowledge Management - SAP Library
    regards,
    Grace

  • SAP ISU BP Contact - CRM Activity - CRM IC Interaction record

    Hi   All -
    I have a cookbook which talks about migrating SAP ISU BP Contacts into CRM Activity.
    Now, my question is if I do this, will this show up as a interaction record against the customer in the IC WebClient in CRM?
    We are considering a design where billing supervisors will enter a BP Contact in ISU when customers directly call them about a bill.  Later, if this customer calls the Cust Service Rep, we want this interaction to be visible to the CSR who will only use the CRM Webclient.
    So, I guess indirectly my question is,
    "Is a CRM Activity the same as an CRM WebClient Interaction record"?
    or
    "Is a CRM WebClient Interaction record a type of CRM Activity"?
    Thanks in advance for taking your time to answer this.
    Regards,
    Pradhip.S

    Hello Pradhip,
    the CRM IC Interaction Record is technically a CRM Activity with a certain transaction type. You can configure the replication of IS-U Contacts that the created activity is shown in the Interaction Center as Interaction Record. So you will be able to see the IS-U Contacts created in ERP - for example within a Front Office Process - in CRM as replicated Interaction Records.
    Kind regards,
    Christian

  • CRM Activity

    Hello Experts,
    I need to change the status of CRM activity in everycase .I am using BAPI_ACTIVITYCRM_CHANGEMULTI to change the status. But this is not working properly its gives warning message 'Start of processing 'Individual receipt' and then when save through BAPI_ACTIVITYCRM_SAVE it gives error that 'it could not be save'. So could you help me out what all information I need to pass.
    if possible please provide code mor pseudo code.
    Could you please provide me some gud link to get some fuctional knowledge of CRM activities.
    Thanks in advance for your good support.
    Anutosh

    Hello Anutosh,
    Could you use this BAPI? If yes, please let me know how to use this one.
    Regards
    Priyanka

  • How to hide fiels of CRM activity(CRMD_BUS2000126) ?

    Hello guys,
    I am new to PCUI.
    I want that to hide some field of PCUI application, and these fields will not be display in Portal.
    e.g: "All Day","Private","Goal","Direction","Direction" , I want to hide these fields of detail tab for CRM activity(CRMD_BUS2000126).
    Could you please tell me how to do it step by step ?
    Thank you .
    BR,
    Jianguo Chen

    Hi,
    Go to crmc_blueprint_c transaction. You will get all the layout details against the application.
    Follow the steps:
    1. Get the appropriate field group by analyzing the application. To analyze the application append 'analyze=X' to the URL in the address bar. You will get all the details regarding class, structures, tabgroup, fieldgroup, events etc.
    2. Take the fieldgroup specified against that view, go to crmc_blueprint_c and go to fieldgroup sturcture.
    3.Locate the field in the fieldgroup structure and set it to hide in its properties.
    Regards,
    Sangeeta.

  • Urgent !development of  notification mail link to CRM activity

    Hello experts,
    We have a requirement that Portal notification mail link to related CRM activity for approvel and review when be clicked.
    We used SONic component and SomProviderConnector connect to CRM . The "document" in CRM workspace inbox had been displayed in Portal notification. Some of the "document" are the approvel mail of CRM activity.
    We want that when the notification mail be clicked , it link to related CRM activity.
    Does anyone had done this ?
    Please give me some advise, anydiscuss is welcome!
    BR,
    Jianguo Chen

    Hi Gregor,
    Thanks for yor response.
    No we do not have add on for service industries. Businesss does not require survey integration. They send a proposition in mail to customer, whic he can accept or reject.
    accepted propositions need to be captured as activities in CRM.
    When the customer accepts, he sends an inbound mail or calls the call center (here it is in R/3)
    Those inbound responses can be captured thru "extended E-mail inbox setings" but that node does not appear in my IMG. Can u suggest how to activate it and the technology supporting this Inbound Email
    another question:
    If I use a SMS campaign, do you know how, from Technology perspective, message is transmitted from campaign automation tool to recipients mobile:
    Thanks & Regards,
    Raju

  • CRM Activity existance check

    Hello Friends,
    I have a requirement to find wheather the CRM activity exists.
    The input parameters are activity description and business partner number.
    Could anybody help me?
    Thanks,
    Bunny

    Bunny,
    Try querying the view: CRMV_ACTFORGP in CRM.
    I think that should solve your problem.
    Good luck,
    Stephen

  • Activity Scheduling Calender problem in PCUI

    Hi Experts ,
    In Activity Scheduling calender does not show all the activities on calander in Application : CRMD_ACT_SCHEDULING.
    Thanks & Best Regards
    Mark

    Hi Mark,
    Activtiy scheduling calendar does not show all the activties in calendar.
    For that you have to see the calendar in activity.
    All the activities that have been scheduled using Activty scheduling will be shown in the calendar and they will have different colors like Blue (indicates a clash with other activity), Green (no clash) and White ( activity in calendar accepted).
    Instead of seeing through the week view the list of activities scheduled or having already appointments, it is possible to see the scheduled activities in graph format on calendar and once you accept the activity, you can see that it turns into Green or white or blue indicator.
    Thanks and reward points if it helps.
    Srini

Maybe you are looking for