No interaction history or planned acitivities in new year

Hello,
I face a strange issue, I have got certain planned activities and certain closed activities in interaction history for a corporate account, however i am not able to see them in them in the webclient. And this is for all the accounts, it looks to me that it has happened after the new year has begun.
Please help in this regard
Regards

Thanks,
its solved now, i had to refer to notes 1131623, 1226594 and related notes in these notes.
Also one sdn post:
IC Account Overview - Sales Transactions & Quote Transaction BP_BPBT
Regards

Similar Messages

  • How to make the ERP orders visible in the interaction history????

    Hi All
    I am working on CRM 7.0, I am not able to find the ERP Orders created for business partners under the interaction history assignment block.  How to make it visible
    Regards
    Jacopo Francoise

    Check class CL_CRM_IC_IHISTSEARCH_IMPL (the view controller's class), method SET_ALLOWED_BT_OBJECT_TYPES, you'll see these values hard-coded.
    Allowed Business object types:
    gc_object_type-businessactivity TO me->gt_object_type, " BUS2000126
    gc_object_type-service TO me->gt_object_type, " BUS2000116
    gc_object_type-lead TO me->gt_object_type, " BUS2000108
    gc_object_type-sales TO me->gt_object_type, " BUS2000115
    gc_object_type-complaint TO me->gt_object_type, " BUS2000120
    gc_object_type-task TO me->gt_object_type, " BUS2000125
    New from CRM 7.0
    gc_object_type-opportunity TO me->gt_object_type, " BUS2000111
    gc_object_type-incident TO me->gt_object_type, " BUS2000223
    gc_object_type-problem TO me->gt_object_type, " BUS2000224
    gc_object_type-contract_sales TO me->gt_object_type, " BUS2000121
    gc_object_type-contract_service TO me->gt_object_type. " BUS2000112
    Rupesh

  • Interaction History in Account assignment block

    HI,
       We are creating the Activity for the accounts and it is visible in the planned activity of my accounts screen. when the document is closed it disappears. i am not able to find any documents in the interaction history assignment block in account. do i need to do any config to make the documents visible.
    with regards,
    selvam t

    Hi Selvam,
    I assume that you are using CRM 7.0 Ehp1 or above.(If not please update your question with your CRM Version)
    As suggested by Jothivenkatesh, you can check your configurable data retrieval parameter in the view BP_BPBT/AccountInterHistOV.
    Adding to that check the following SAP Notes 1836225,1798771 and makes sure your business function 'CRM_INF_1' is active.
    Consider this SAP note 1913254,if you had implemented any authority check BADI's in CRM.

  • Add custom fields to Interaction History Search.

    Hi,
    My requirement is to add two new attributes to the interaction history search screen.
    1) Process Type
    2) Creatyed By
    I have added these two fields to the Search Query Structure through Append Structure.
    Now problem is to do the backend logic.Means two restrict the records based on these values.
    Are there any BADI's available for this?
    Please advice.
    Version : CRM 2007.
    Thanks,
    Adi.

    Hi,
    Go through the following blog may be useful to you
    /people/stephen.johannes/blog/2008/01/25/crm-40-to-52-customerh-fields
    Regards,
    Deepak

  • How to add ECC Sales Orders to Interaction History?

    I have configured the Interaction History Profiles through IMG --> CRM --> IC WebClient --> Master Data --> Define Interaction History Profiles. In the profile, I added transaction type TA along with other custom transaction types. The new profile was assigned to the functional profile on the business role. However, I am unable to see any sales order history in the interaction history (but am able to see the other custom transaction types).
    I made similar configuration changes to the account fact sheet. Here I followed instructions from this blog: http://sites.google.com/site/rupeshpatil/tweets/addsalesordertoaccountfactsheet . I used transaction type TA for the search display. The account fact sheet is able to retrieve the ECC sales orders without any problems.
    I am also having the same issue with agent inbox search for sales orders, but this is not as critical.
    The ERP Sales Order Profiles have also been set up to use the ECC client with document types OR and TA, and have been assigned to the functional profile on the business role. IMG --> CRM --> IC WebClient --> Business Transaction --> ERP Sales Order --> Define Profiles for Sales Order

    Hi Jerry
    Check class CL_CRM_IC_IHISTSEARCH_IMPL (the view controller's class), method SET_ALLOWED_BT_OBJECT_TYPES, you'll see these values hard-coded.
    Allowed Business object types:
        gc_object_type-businessactivity TO me->gt_object_type,   " BUS2000126
        gc_object_type-service          TO me->gt_object_type,   " BUS2000116
        gc_object_type-lead             TO me->gt_object_type,   " BUS2000108
        gc_object_type-sales            TO me->gt_object_type,   " BUS2000115
        gc_object_type-complaint        TO me->gt_object_type,   " BUS2000120
        gc_object_type-task             TO me->gt_object_type,   " BUS2000125
      New from CRM 7.0
        gc_object_type-opportunity      TO me->gt_object_type,   " BUS2000111
        gc_object_type-incident         TO me->gt_object_type,   " BUS2000223
        gc_object_type-problem          TO me->gt_object_type,   " BUS2000224
        gc_object_type-contract_sales   TO me->gt_object_type,   " BUS2000121
        gc_object_type-contract_service TO me->gt_object_type.   " BUS2000112
    Rupesh

  • Navigation from interaction history to UIU lead screen

    Hello,
    I can't navigate from interaction history to UIU lead transaction screen.
    I changed a navigation profile's Generic OP mapping from IC_LEAD to TBT108M_OV.
    After that, when I select a lead transaction from lists,
    the screen is navigated to component "BT108H_LEA"
    with an error message "Component BUS2000108 called with wrong object".
    Though the screen is successfully navigated, lead cannot be shown in the screen.
    Does anybody know how to change navigation of Interaction history?
    Does anybody try to use badi CRM_IC_NAVI_BADI?
    I haven't try to use the badi yet, because firstly I'd like to try it without development.
    Regards,
    Fukuhara Yohei

    I've got solved the issue!
    I redefined code in method "OP_DEFAULT" of class "CL_ICCMP_BT_INRHISTRESULT".
    There is  a coding for opportunity in the method.
    I added lead to transaction category judgment as follows.
    old code  *****
          IF lv_object_type_s = 'BUS2000111'.
    old code  *****
    new code  *****
          IF lv_object_type_s = 'BUS2000111' or 'BUS2000108'.
    new code  *****

  • Interaction History. Pass Business Activity ID into ZComponent

    Hello,
    I have a requirement to pass Activity ID into custom ZView. The main component for interaction history is ICCMP_BT_ACT. I've done binding to custom controller before but this one doesn't have it.
    I've adden new button to the screen to invoke ZView. So the question is how do I pass the selected activity Id now?

    Here is what I've done so far:
    1. In the main component ICCMP_BT_ACT I've redefined method WD_USAGE_INITIALIZE of component controller class and added following lines:
      CASE IV_USAGE->USAGE_NAME.
        WHEN 'ZComponent'.                                  "#EC NOTEXT
          TRY.
              CALL METHOD IV_USAGE->BIND_CONTEXT_NODE
                EXPORTING
                  IV_CONTROLLER_TYPE  = CL_BSP_WD_CONTROLLER=>CO_TYPE_COMPONENT
                  IV_NAME             = 'ICCMP_BT_ACT/BSPWDComponent'
                  IV_TARGET_NODE_NAME = 'BTAdminH'
                  IV_NODE_2_BIND      = 'BTAdminH'.
            CATCH CX_ROOT.
          ENDTRY.
    ENDCASE.
    2. In my ZComponent I've added context node BTAdminH, attribute GUID
    3. When reading data from context node LR_CURRENT is not bond  
    LR_CURRENT ?= TYPED_CONTEXT->BTADMINH->COLLECTION_WRAPPER->GET_CURRENT( ).
       IF LR_CURRENT IS BOUND.
         LV_GUID_STRING   = LR_CURRENT->GET_PROPERTY_AS_STRING( IV_ATTR_NAME  'GUID' ).   
      ENDIF.
    Am I missing some steps???

  • How to enhance Interaction History Search in CRM 2007?

    Hi experts,
    Is there any BADI available to enhance the existing Interaction History Search in IC Agent Profile?
    Thanks and Regards,
    Rohit

    Dear Rohit,
    Using the below steps you can quickly find out the BADIs related to any transaction.
    1) Put a breakpoint in the FM SXV_GET_CLIF_BY_NAME
    2) Run your transaction(e.g. Interaction History Search). It will stop at the breakpoint you have in the above FM.
    3) Chekc the value of the Fm parameter name. This will contain the BADI names.
    Alternatively you can get the BADI names the following way
    1)Go to the method GET_INSTANCE of the class CL_EXITHANDLER and put a break point there.
    2) Run your transaction(e.g. Interaction History Search). It will stop at the breakpoint you have in the above method.
    3) Chekc the value of the filed  exit_name. This will contain the BADI names.
    Hope this helps.
    Regards
    Anupam
    Edited by: Anupam Koley on Aug 11, 2008 11:55 AM
    Edited by: Anupam Koley on Aug 11, 2008 11:57 AM

  • Can I use the same plan that I have for my iphone 4s with my new ipad? or do I have to buy a new data plan for my new ipad?  I would love to use my new ipad away from home but not sure how to use it?

    Can I use the same plan that I have for my iphone 4s with my new ipad? or do I have to buy a new data plan for my new ipad?  I would love to use my new ipad away from home but not sure how to use it?  I am on Telus mobility with my iphone 4s.

    See the answer on the same question you asked a few minutes ago.

  • In order to take advantage of the iPhone trade in, do I need to have met my upgrade eldigbility date, or do I just need to re-sign up for a new 2 year plan with the new iPhone 6?

    In order to take advantage of the iPhone trade in, do I need to have met my upgrade eldigbility date, or do I just need to re-sign up for a new 2 year plan with the new iPhone 6?

    thanks, a HUGE suggestion for you:  Please add that to the restrictions of the trade-in details online, it mentions that nowhere and is VERY deceptive.  Since at least 90% of 5c and 5s users are under a 2 year contract and both phones have been out just a year, there will be a majority of bitter customers who fell for the ad and will be taking advantage of the buy out options the other carriers are offering.

  • Interaction History in BP identification page.

    Hi,
    Will you please help me with the config for the Interaction History on BP identification page.
    For one of the business role, the Interaction History link is there, but it is not opening any history page.
    I am using CRM 6.0.
    Will any one help please.
    Thanks in advance.......

    Hello,
    I closed this because I got a note from SAP.
    thanks for reading.

  • Interaction history in ICWC not showing dates

    Hi,
    The interaction history in ICWC(CRM 5.0,SP8) is not showing the date of the interactions viz., service ticket, interaction record. Is there any setting to be done for this? Please guide.
    Shridhar

    hi,
    try this
    IMG>CRM>Master data >BP>Accounts and Contact Persons in the Portal-->Specify Display Options for Interaction History/Activities/Opportunities
    Select the area as -
    SAP_CRM_CUST_INTERACT_CENTER or your relevant area
    and make the settings for interaction history. you should be able to se the Fact sheet details with dates
    Cheers!
    Please reward if helpful
    Raj

  • Where the INTERACTION HISTORY for the BP are stored in SAP CRM

    Hi all,
    We are using CRM 7.0 EHP1.
    In the WEBUI, under Accounts, we are seeing the Interaction history as seperate assignment block. Like wise we are seeing the same assignment block with details for Contact, Employee etc.
    Where these Interaction history is located in BP transaction for the same Account or Contact or Employee. If not, pl suggeest in which tables these info are stored in CRM.
    Regards
    ISWARI.

    Thanks Stephen for your response.
    Indeed we are not deleting entries in any environment, except for the sandbox, would be preposterous . This was just to know the dependencies on tables as we needed a quick answer and which is why we thought lets see if CRMD_PARTNER is the only table from where it comes from or is there another one.
    Is there a quick way to know about the table that a particular BOL object interacts with instead of checking the code in its handler class, which could be time consuming.
    Cheers
    Nikunj

  • In IC WebClient Date and time not displaying in Interaction History

    Hi All,
           In IC webclient, Date and time is not displaying for some activities in Interaction History.
    Thanks
    Hemalatha

    HI HEMA,
    I AM ALSO CHECKING THAT 1. I AM NOT GETTING ANY SOLUTION. CAN U TELL ME AFTER GETTING THE SOLUTION.
    THANX
    CHINMAYA
    Edited by: Chinmaya Parida on Feb 7, 2008 3:38 PM
    Edited by: Chinmaya Parida on Feb 7, 2008 3:42 PM

  • Total record display in resultlist (interaction history)

    Hi all,
    May I know how can I add the total search data so that it can display in the interaction history page to show the total record found?
    In most cases, like in Activity, it will show the total record found in resultlist. But not in interaction history page.
    Can anyone advise?
    Thanks

    I am using version 5.2 so I am not really sure if it is exactly the same in 6.0 (aka 2007). Try searching the IMG. Or wait for someone else to reply to this tread
    /Anders

Maybe you are looking for