Only 4 interaction records display on BP confirm

Hi,
While confirming BP on ICWebclient we get the list of Interaction records. In our case we are getting only last 4 interaction records history on BP confirm view. But if you search through Interaction History then you get the complete list with back-Forward pages.
But on BP confirm we get only 4 interaction records. We want to display all the interaction recods on BP confirm as well i.e. more than 4 reocrds. I tried by changing the General table settings in the View Configuration of BP but no luck..
Regards
Hemant.

Hi Walter,
Thanks for your reply...
Since iam a technical person so not having much idea but I checked in SPRO currently it is as below...
PFCG role            Area              TIme Frame                   description
                              IH                    Y A
(Y A--this Year)
So should i changed time frame....?
I found that when you confirm BP then only the last 4 interaction records will be displayed as per standard is it true??Can we modified it??
Regards
Hemant

Similar Messages

  • Interaction Record History & Notes History

    Hi All -
    I have a question regarding the Interaction Record history & Notes History assignment blocks in the IR Work Center Page.
    The IR Work Center page has an assigment block to list the recent interaction records and notes history. However, this component lists only the last few interaction records and their corresponding notes history. (Like the last 4).
    Is it possible to increase this number through configuration? Or does it need to be an enhancement to the notes history and interaction history components?
    Regards,

    Hi Nikhil,
    Yes, it is possible to increase the number of interaction records that are being displayed.
    The code that is limiting the number of interaction records to 4 is present in the Custom Controller ICCMP_BT_IRHIST/CuCoIRHist. The code is present in the method GET_LAST_INTERACTIONS of the implementation class of the custom controller.
    The below code results in only a few Interaction Records based on the confirmed partner;
    TRY.
          CREATE OBJECT lr_query_service.
        CATCH cx_crm_unsupported_object.
          me->typed_context->btordercusthist->clear_collection( ).
          RETURN.
      ENDTRY.
      lr_query_service->set_query_parameters( it_parameters = lt_parameter ).
      lr_queryres_col = lr_query_service->get_query_result( ).
    If all the Interaction Records are to be fetched from the database, then the search query 'BTQuery1O' needs to be executed. The parameters for partner number and object_type are to be passed.
    Once, result query is obtained, the same collection can be set to the context node BTORDERCUSTHIST of this custom controller.
    Finally, the code to limit the number of Interaction records to 4 which is given below needs to be commented;
    * restrict to 4 result entities
    lr_bo = lr_queryres_col->find( iv_index = 5 ).
    WHILE lr_bo IS BOUND.
       lr_queryres_col->remove( iv_bo = lr_bo ).
       lr_bo = lr_queryres_col->find( iv_index = 5 ).
    ENDWHILE.
    Regards,
    Jekin

  • View Interaction Record as per user

    Hi All,
    I want to view all the interaction record as per the user. Let me clear about this.
    I hv configure the agent inbox profile and assign the quick search to it. But still I am not getting the interaction record as p[er the user. I f I log in In some user name Ex:-xxx I should see only the interaction record under user XXX. Can anybody let me know the answer.
    Thanx
    Chinmaya

    Hello Chinmaya.
    Well, that depends on your business logic.
    I only had implementation scenarios, where users had the need to consult it's customer historic interactions. So in this case, it doesn't matter who was the user that treated a past interaction record... they are free to view it, as long they belong to the same group responsible.
    In your scenario, you just want to be available a search for the interaction records created by the logged user, or restrict all possible searches to documents created by the logged user?
    Kind regards.

  • Not directed to Interaction Record automatically after confirmation of BP

    Hello Experts,
    i'm currently working on a requirement to direct a user to the Interaction record creation view automatically after confirmation of an account and installed base. Consequently i have maintained  following customizing setting within our account identification profile:
    Account Navigation:
    Object type = BT126_INR, UI Action = D
    I have tested the following scenario's:
    1. In case when i confirm an account AND installed then automatically the Interaction Record create view is being displayed --> OK.
    2. In case when i confirm an account which is not linked to an Installedbase then nothing happens. --> NOT OK
    3. In case when i confirm an installed base and the related account afterwards then nothing happens --> NOT OK
    Can you explain why in situation 2 & 3 i'm not directed to the Interaction Record create view?
    Regards, Sander

    Hello, Sander.
    First of all identify which view and component you use while confirming partner (e.g. which view/component Confirm button belongs to).
    In general it should be ICCMP_BP_DETAIL component and one of its views: BuPaDetail, BuPaDetailB2B or BuPaMixDetailB2B.
    For instance, let's take a look into BuPaDetail (for other views procceed in the same way).
    In its event handler EH_ONCONFIRM there is such code at the very end:
    * process further steps
    CALL METHOD me->process_after_confirm
       EXPORTING
         ir_bupa_controller = lr_cucobupa.
    ENDMETHOD.
    Let's go futher and step into this method process_after_confirm. Here the check is started.
    * navigate only if ibase has been confirmed or if ibase is not selected in customizing
    lr_objcomp_cust = ir_bupa_controller->get_objcomp_cust_instance( ).
    CHECK lr_objcomp_cust IS BOUND.
    lt_bpcodeta = lr_objcomp_cust->get_bpcodeta( ).
    IF lr_objcomp_cust->objcomp_defined( ) EQ abap_false.
       lv_navigate = abap_true.
    ELSEIF  ir_bupa_controller->is_product_confirmed( ) EQ abap_true.
       lv_navigate = abap_true.
    ELSE.
       READ TABLE lt_bpcodeta WITH KEY auto_search = abap_true ASSIGNING <fs_bpcodeta>.
       IF sy-subrc <> 0.
    *      auto search is not set for any component
         lv_navigate = abap_true.
       ELSE.
         IF <fs_bpcodeta>-search_approach IS INITIAL.
           lv_navigate = abap_true.
         ENDIF.
       ENDIF.
    ENDIF.
    And after that the system creates objects for navigation. In the above code they check settings made in SPRO -> CRM -> Interaction Center WebClient -> Master Data -> Define Account Identification Profile.
    Hope this will help you.

  • Interaction Record cannot be displayed, instead it gives an exception error

    Hi Folks,
    In the Web IC, when I click on "Interaction Record" in the Navigation bar, the page is not displayed, instead it gives an exception error:
    Component ICCMP_BT_INR cannot be displayed
    An exception has occurred Exception Class  CX_BOL_EXCEPTION - Access Previously Deleted Entity 
    Method:  CL_CRM_BOL_CORE=>GET_TRANSACTION 
    Source Text Row:  10
    Can someone tell me where to correct this situation.
    Thanks,
    John

    Hi,
    please check this setting:
    SPRO->IMG->Customer Relationship Management->Transactions->Basic Settings->Define Transaction Type
    Define 0010 as default for IR.
    Denis

  • Display only the last record per material in SAP query

    Hi,
    I have created a SAP Query using the quickviewer that is a join between 2 tables (MSEG and MKPF) that consist of material document information and date of posting.
    The results are fine however I would like only the last record per material to be displayed.
    Can anyone tell what do I need to add so for only the last record per material be displayed in the output.
    Thanks,
    Mark

    Hi Mark,
    May be if you use Control Level processing .........I think you will be able to get the result you want. Try displaying as Below,
    LOOP AT XXXXX.
    AT FIRST material.
    ENDAT.
    AT LAST material.
    *...Display what ever you want here. It will display at end of every material.
    ENDAT.
    ENDLOOP.
    Before using sort the table with key material in ascending.
    Hope what I had to say is helpful to you.
    Cheers,
    Raga Suman.

  • Must confirm account before going to interaction record

    I want to make sure that an account has been confirmed before allowing anyone to create an interaction record.  I had code in 5.0, but now that we have upgrade to 7.0, things are done differently.  I was trying to find how that's handled with the ticket.  You can't branch to the interaction ticket without a confirmed account.  I would like to do the same.  I am able to generate an error, but can't seem to navigate back to identify account. 
    Any help?
    Thanks,
    Cathy

    Actually all i had to do was call the method op_default_back( )
    Here's the code I used to check if a BP was confirmed.  I placed it in the DO_INIT_CONTEXT of ICCMP_BTSHEAD
    get identified customer from GDC (global data context)
      try.
          lr_gdc ?= cl_crm_ui_data_context_srv=>get_instance( iv_controller = me ).
        catch cx_root.
          return.
      endtry.
      try.
          lr_entity ?= lr_gdc->get_entity( name = if_iccmp_global_data_cont_con=>gdc_currentcustomer ).
        catch cx_root.
          return.
      endtry.
      try.
          lr_entity->get_property_as_value( EXPORTING iv_attr_name = 'BP_NUMBER'
                                            IMPORTING ev_result = typed_context->BTRefObj2->gv_customer_no ).
        catch cx_root.
      endtry.
      if lr_entity IS NOT BOUND.
        lv_msgsrv = cl_bsp_wd_message_service=>get_instance( ).
        lv_msgsrv->add_message( iv_msg_type   = 'E'
                              iv_msg_id     = 'CRM_IC_APPL_UI_BPID'
                              iv_msg_number = '005' ).
       op_default_back( ).
           return.
      Else.

  • How to display interaction record data in action mail directly ??

    Hi Gurus,
    We use CRM 7.0
    I have service order for the follow up transaction of interaction record.
    I define many actions for changing status of service order. I do it in actions with a method implemented from EXEC_METHODCALL_PPF. I provide e-mails with this badi. But whn I look to mails, I see that data is attached to mail as a pdf document. I don't want this attachment. I want to see what I am sending directly inside the mail, front page of mail, when user open mail he/she should see data directly, not with opning an attachment. I don't know why an attachment is created...what cause which paramter do it... I want a simple mail and seen directly. How can I do this? Please help me..

    Hi.
    Please check your SCOT parameters.
    Regards

  • Status in Interaction Record update based on a follow up Business Transacti

    Hi
    I put in place within ICWC the Interaction record creation as initial step followed by a creation of a Service ticket.
    I would like at the Completion of my service tickets the interaction record to be completed automatically as we dont want any agent to manually complete them.
    Thanks in advance
    Aurelien
    CRM 4.0

    Hi,
    I tried to come back to the idea of the Status Completed as default when Interaction Record is created.
    My scenario is:
    Confirm BP
    Confirm IBASE
    Click Service ticket on the left Menu (Interaction Record Menu is not visible anymore)
    then i am on the ticket...
    I noticed different small problems:
    1/ The service organisation determination is not trigger anymore at the ticket creation, it is triggered only when an update occur on the ticket, in my case only when the classification is filled.
    2/ When i saved the ticket, the Interaction Record appears in the Business Context, when i click on it (it is completed straigh away), but an error is present in the Interaction record, CRM_ORGMAN - 039 (Enter an organizational unit (Service))
    When i had set up my interaction record status profile with more than one status (not Completed straight away) the error number 2 never occured.
    The error number 1 always occurs if i use the scenario in ICWEB:
    When i use one transaction type to multiple transaction type as dependent business transaction type, in my case the transaction type linked to my Business transaction profile (interaction Rec) is ZS33, then as default Service Transaction in the Dependand transaction i used a ZEST.
    Config done in  SAP Implementation Guide -> Customer Relationship Management -> Interaction Center WebClient -> Business Transactions ->  Define Business Transaction Profiles
    In case that i used directly ZEST as the default transaction type for my Business Transaction profile the Org determination occurs correctly.
    As anyone seen this problem before?
    Or is there anything to do to transfer the org from the Interaction Record to the Service Ticket? is there a link?
    I have been through all the topics about Interaction record but couldnt find anything related to my problem.
    Thanks in advance
    Aurelien

  • Result recording & display of multiple tests/analysis of single sample

    Hello Friends
    Here is my scenario;
    I receive 500 kgs of material in 5 bags. I want to draw sample of 1 kg from each bag. Thus I will be having 5 samples. I will perform the required tests on each sample. For testing I am consuming @250 gms of material. Out of 5 samples, I had to conduct the retest on 2 samples. I want to do the result recording of these tests/samples. In my understanding there will be 7 result recordings which will include 2 of Retest of 2 samples. I would like to display all the values recorded ( atleast for each samples ). Also, I would like to see the individual values and not the averaged out values the recordings.
    How can I take care of constraints due to pooled sample i.e. it allows only the result recording of pooled sample and not the subsequent samples.
    I would appreciate your detailed guidance on this issue.
    Regards
    mahesh

    Hello Lenin
    Normally, we use Sampling procedure with Fixed Sample as Sampling Type withAttributive inspection non confirming units as valuation mode. Determination Rule as 10 ( Fixed Sample ). Sample drawing Procedure followed is "draw from all containers". Irrespective of our present settings, I would appreciate if you let me know the settings to be made in order to map given scenario.
    Regards
    mahesh

  • Webclient Interaction record for R/3 sales order

    Hi,
    we need to capture the interaction record for each and every call related to order. we don't want to use the webclient or pcui sales order becuase of their limitations... we want all the feature of R/3 sales order like extended material search, purchase order type.... kind of fields and search help on them.
    so what is the best way to approach if we want the order to be created in R/3 and capture the interaction record? would a regular BOR call from webclient for R/3 Sales Order would do it?
    thanks,

    I would suggest we still use the Interaction Record Functionality in IC Web . So thi is what I am suggesting :
    1.  Customer calls in for placing a Order
    2. CSR receives the call ( CTI  ) and Confirms the Account . Once Clicked on Confirm , you can auto navigate to Interaction Record View
    3. CSR can capture whatever details , INtereaction Record Specific ( Like IR Type -> Order etc )  ,  and Save to create the IR .
    4. Once Saved , You can dynamically make available , Button or Navigational Link 'Create Order' ( Will Only appear if IR Type is 'Order' etc )  . 
    Now Clickin on Create Order , you have different options
    i) Launch into ECC ( VA01 ) using Transaction launcher to Create the Order
    ii) If you are on CRM 5.0 , make use of the new CRM Sales Order Creation ( This Basically provides a very Intuitive BSP View , however the Orders are getting created in ECC Itself , No Replication required )
    Hope this helps.

  • Interaction Record and Multi Level Categorization

    Hello Forum,
    I would like to know if any one has implemented Multi level categorization for Interaction record in SAP CRM Web IC 7.0.
    If so how did you acheive this.
    I have done the following
    -     Create Catalogs, Codes and Code groups
    -     Create Subject profile
    -     Create Categorization schema with default subject profile.
    I could not assign Subject Profile to Transaction Type and also in the only default Subject Profile  is displayed .
    Any help is greatly appreciated.
    Thanks
    Amar

    Glen,
    I tried to create customized catalog with Category "F" which is Activity -Reason and the system did not allow me.
    So i used A1 (SAP delivered)  which has category "F" and used it  to assign Code Group Profile and Code Groups.
    I created Subject Profile with Subject Category "F" and assigned the Code Group Profile.
    I have not usedc the Transaction for assigning subject profile and Status to Transaction Type as i do not need it.
    There is not provision to directly assign subj profile to Transaction type as like service request.
    I went through the route of assigning Subj profile to Transaction Type header and another place of assigning them in the category schema.
    This is where i do not see the Customized subject profile which i have created.
    Can you tell me where exactly i can Determine of categorization schema based on transaction type/catalog category combination.
    Thanks
    Amar

  • Interaction record text replication issue

    Hi,
    I am trying to create contacts on BCT0 for some of the newly created class and actions.
    I am able to create them in ISU and it is getting replicated to CRM as Interaction records.
    However for some of the contacts , the text of class and action (Class/Action name) is being displayed in IR and for some of them it is not showing.
    I have mapped the code group and code settings similar to the class and action of ISU.
    Only the class and action TEXT is misssing in the IR for some of the contacts (Class/Action combination). Checked the filter settings of the adapter and it is fine.
    Could anyone share lights on what i am missing here? (We havent implemented any BADI's).
    Thanks,
    Arun

    Hello Arun,
    Did you fill in the IR description in the mapping table in ISU? This is in the spro somewhere like >> utilities >> customer service >> crm integration >> contact replication.
    Regards
    Nicolas.

  • Unable to View Follow up Transactions in Interaction Record

    Hello All,
    I have created a prospect performed the lead transaction on the prospect from the IC Role, the interaction record gets created as per the customization settings maintained, I have also performed a follow up meeting request on the lead transaction however in the follow up tab of the Interaction record, the transaction type, description and employee responsible are all blank, please advice what customization settings I need to perform for the same
    Kind Regards
    Atul

    Hi Atul,
    As indicated by Garcia, the follow up view on the interaction record view set only allows creation of follow up transaction and is not indicated to display already created follow up transactions.
    You can enter data, like "description" in the follow up view and
    press button "Follow Up" for  Quick Create: here a new follow up transaction is created in the background for the entered data and added to the activity clipboard. To display the business transaction, you can click on the link in the activity clipboard
    click on link "Follow Up Details":  a follow up transaction is created with the data but user automatically navigates to the corresponding view to enter additional information. Also in this case, the follow up transaction is added to the activity clipboard.
    You might check KBA 1781481 for troubleshooting follow up transaction and note 2039600 which introduces display of the activity clipboard in the navigation bar.
    Best Regards,
    Sigrid

  • Change log for Interaction record

    Hi,
    While creating the interaction record  , i am entering some text in the "Notes" textbox  and other required details .
    In the change log it is maintaining all the entries except for Notes .
    My requirement is to compare the old & the new Notes text.
    So anyone please let me know whether this Notes text is stored in the change log and from where we can get its old value .
    Regards
    Manish

    Hi,
    Thanks for the reply , it worked for me.
    I want to know one thing that when i am reading that text data in the component ICCMP_BTTEXT , view TextView , Contextnode bttext method get_tdline .
    I have to modify the text before displaying it . But when i am using the method get_property_as_value , it is returning me only the first 255 lines  .Please let me know how to get the full text
    Regards
    Manish

Maybe you are looking for

  • Urgent: PDF Embed only works on the first try

    Hi everyone, i've finally got it. The PDF Embed worked on my Reports Server. But a strange thing is happening. When I start the Reports Server and run the report for the first time everything works just fine, but when I try to run the report again i

  • Just upgraded to IOS6 on the ipad and found there is no Youtube, chance of getting that back.

    Just upgraded to IOS6 on the ipad and found there is no Youtube now, any chance of getting that back?

  • Ipod touch 2g stuck in recovery mode like I have never seen!

    I bought an ipt2 at a pawnshop today as a side project. they said that it was stuck in recovery mode, and I thought it would be an easy fix... I have tried recovery restore DFU restore different computers I got it to update to 4.1. but when it was st

  • Error: pool exhausted with 100 threads

    hi, I was wondering if anybody can provide me some leads on how to deal with this problem... I have a servlet that queries a database and churns out (in response) a data populated html, however after some time and several hits on the servlet, I get t

  • Running Portal Reports in Batch

    I have managed to get Portal Reports run in batch. Is there any way of programatically running Portal reports in batch to allow them to be run overnight say, and then the results could be added to content areas like in Reports Server reports for view