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

Similar Messages

  • 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

  • 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

  • Upload CRM activity using ALE IDOC

    Hi All,
        I am uploading the crm activity using ale idoc in lsmw , i mapped the partner information in to segments and passing value to the fields but it is not getting values , please give what may be th problem.
    Regards,
    Naveen

    answered

  • Urgent :Fetching CRM Activity categories to the master list category table

    Hi all,
       I am working with groupware Integration. I am following "Best Practice" that provided in help.sap.com
    I m  using <b>mySAP CRM 4.0</b> it is in SP-09.
    the problem is in "Fetching CRM Activity categories to the master list category table" for this I am refered
    http://help.sap.com/saphelp_crm40/helpdata/en/56/0efff114e54f3394bde360f3bebb4b/frameset.htm
    in this page says that <b>"GWA_FILL_ACTCAT_TO_MASTERCAT"</b> function module is used for transforing data.
    but if i am checking in my system this function module is not exist.
    Please give the way for solution.
    Thaks in advance.
    Sridhar.
    Message was edited by: Shridhar Deshpande
    Message was edited by: Shridhar Deshpande

    Hi Shridhar,
    I am also working on the same object .
    "GWA_FILL_ACTCAT_TO_MASTERCAT" is not a function module it is a Program so pl. go to SE38 and execute the program.
    Cheers,
    Nilesh
    pl. reward points if this helps out.

  • CRM activity and opportunities reports

    Hi all,
    we have a requirement in that we need to implement CRM activity and opportunity reports.
    Can anyone please tell me is there any one extractor to fetch for these two reports othere wise i need to go for generic extractor.
    regards
    krishna

    Have checked queries and the restrictions mean the data is only from opportunities.  Will check with Business experts or post on a CRM Forum

  • CRM Activity Report

    I need a report in BC to show all the contacts in the CRM with name, contact information, company name and a list of their activity (opened email, clicked on link, etc). There is a list of the Activity in the Activity tab under each contact but I am unable to run a report with the information. I realize that there is no set Custom form with Activity (they forgot to ask sales and marketing what they really need on these report).
    The only alternative I know is to download the entire database which should include the Activity -- but I don't see a way to do that.
    WHY would they not include this report as standard? It is much more valuable to a sales and marketing team than some of the other goofy reports.  We want our sales staff to reach out to be able to rate and score each contact based on their level of activity and then have sales follow-up. For example if someone opened an email campaign 10 times in two days and click the same link 4 times, they would make an excellent prospect to follow-up with a phone call. But it's pretty hard to make this happen without a report.
    Any ideas?

    I need a report in BC to show all the contacts in the CRM with name, contact information, company name and a list of their activity (opened email, clicked on link, etc). There is a list of the Activity in the Activity tab under each contact but I am unable to run a report with the information. I realize that there is no set Custom form with Activity (they forgot to ask sales and marketing what they really need on these report).
    The only alternative I know is to download the entire database which should include the Activity -- but I don't see a way to do that.
    WHY would they not include this report as standard? It is much more valuable to a sales and marketing team than some of the other goofy reports.  We want our sales staff to reach out to be able to rate and score each contact based on their level of activity and then have sales follow-up. For example if someone opened an email campaign 10 times in two days and click the same link 4 times, they would make an excellent prospect to follow-up with a phone call. But it's pretty hard to make this happen without a report.
    Any ideas?

  • How to make the CRM activity and task display in Portal UWL task iview ?

    Hello experts,
    I want that activity ,task and document in CRM inbox(t-code:sbwp) can be display in UWL task iview, and can pop-up to deal with when be clicked .
    The workflow type item in ERP can be display and open to deal with by default.
    But I need to the same function of CRM inbox content.
    I had done some configuration according to "Configuring the Business
    Package for SAP CRM 5.0 SP01.pdf".
    But it can't realized my requirement.
    How to do it ?
    BR,
    Jianguo Chen

    Go to View .. Bars... and enable the bar for Level of Effort activities. If it's not there, create one.

Maybe you are looking for

  • Primary Internal Battery needs to be replace?????????

    Ok so it comes up saying Primary internal battery 601???? but my notbook is like 2 years old how can the battery be dead? can some plz help me out heres he info on my notbook its a hp pavilion dv7 plz any help would be great

  • How to reset guest user

    Hi, I'm new to lion. I tried to manipulate the guest user account so it would function as a guest user (deleting all the private stuff after log out) but keeping my preferences like dock, desktop, grid settings, ... I used this link: http://www.micha

  • Finder file info again stopped showing

    iMac 7,1; Mac OSX 10.6.8 My user preferences have become modified/corrupted at least twice recently, and I'm wondering what is the cause. Back on 5 March 2015 I posted that finder had stopped showing file info Finder stopped showing file info, and wh

  • Why Unable to identify a user for 802.1X authentication (0x50001)?

    Hello,    We are trying to set up wifi single-sign-on. When logging to a laptop get a message "Connecting to Pivot_Users" and after some time "Unable to connect to Pivot_Users" and after that we are logged in to a laptop and successfully connected to

  • Who to ask about the Caspian Sea missing from the map in Aperture 3

    Hello, I'm creating a travel / photo book and have noticed that there is no Caspian Sea that shows up on the map of the region where it should be. Is there anyone to contact at Apple or a way to fix this as it's a major omission? I'm using Aperture v