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.

Similar Messages

  • Interaction history under Account Management not showing all quotes

    We just noticed that when you look at a customer's account in the PCUI and look at the interaction history tab, not all quotes for this specific account show up.
    Has anyone experienced this before and if so, what is the issue??
    Thanks.

    I also noticed that this occurs in the CRM GUI as well. If you search for all business transactions for a specific soldto and the amount is greater than 100, it only returns the first 100. I assume this is what the PCUI does by default.
    Is there a way to return all the transactions?

  • Customizing "Interaction History" in Account View

    Hello Experts
    I want to customize "Interaction History" in the Account View. I only want to see Activities. At the moment i also see Opprotunities and other Transaction Types. How can i customize, which Transaction Type is shown in "Interaction History".
    I tried Custumizing View CRMV_ACC_1O_CUST. But here i can only customize the time range.
    Regards, Sven

    You can use something like this in DO_PREPARE_OUTPUT method:
      DATA:
        lr_col     TYPE REF TO if_bol_bo_col,
        lr_node    TYPE REF TO if_bol_bo_property_access,
        lr_core    TYPE REF TO cl_crm_bol_core,
        lr_wrapper TYPE REF TO cl_bsp_wd_collection_wrapper,
        lr_entity  TYPE REF TO cl_crm_bol_entity.
      DATA:
        ls_struct TYPE crmt_bsp_activity2_bp.
      typed_context->builactivity->build_table( ).
      lr_node = me->typed_context->builactivity->collection_wrapper->get_current( ).
      lr_col ?= me->typed_context->builactivity->get_collection_wrapper( ).
      WHILE lr_node IS BOUND.
        CALL METHOD lr_node->get_properties
          IMPORTING
            es_attributes = ls_struct.
        IF ls_struct-process_type = 'Z001' AND                  
           ls_struct-concatstatuser NE 'Completed'.              
           lr_node = lr_col->get_next( ).
        ELSE.
          lr_col->remove( iv_bo = lr_node ).
          lr_node = lr_col->get_current( ).
        ENDIF.
      ENDWHILE.

  • 2LIS_06_INV Field - RBCO- COBL_NR (Four-character running number for account assignment block)

    Hi,
    What is the significance of COBL_NR from RBCO (table) in the extractor.
    How the data processed in RBCO- COBL_NR .
    As i have issue with RBCO- COBL_NR field in 2LIS_06_INV extractor.
    Invoice Verification - SAP Documentation
    Thanks in advance

    If you check with FI consultant you may get what you need.
    other wise at RSA3 you can run your data source with debug option.
    Actually what problem your facing with your data source?
    data soure was not pulling data for fields COBL_NR?

  • 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

  • Revoke System status : Block account assignment (AALK).....Very urgent...

    Currently system status is "REL AALK" and user status is :"REL" in WBS element.. Our payroll has been stucked in Production server due to system status :Account assignment block (AALK) in WBS element.
    Kindly help me how to unblock account assignment )AALK) from system status in WBS element.
    Thanx n regards
    Amit Choudhary

    Anyway i got the solution and issue has been resolved.

  • How to read Assignment blocks mode options Lazy, Direct etc

    Hi,
    I need to read the Assignment block mode settings made in configuration i.e, Direct, Lazy etc in a program. Can some one help me out how to get these values for Account assignment block. Based on these modes, i need to programatically control and decide some rules.
    Any pointers on this will be very helpful.
    Thanks,
    Udaya

    Hi Udaya,
    This is done in class CL_BSP_WD_OVW_VIEWSET, method DO_INIT_CONFIG
    * get configuration in xml language
      me->configuration_descr->get_config_data(
        RECEIVING  rv_result = lv_config_xml
        EXCEPTIONS foreign_lock = 1
                   config_not_found = 2 ).
    * transform configuration xml into table definition
      CALL METHOD cl_bsp_dlc_config_ovw=>conv_xml_to_data(
                  EXPORTING iv_xml = lv_config_xml
                  IMPORTING rt_data = ls_assgnm_xml ).
      lt_assignm = ls_assgnm_xml-views.
    * conversion of the load options (direct,expanded=abap_true and lazy,collapsed=abap_false)
      LOOP AT lt_assignm ASSIGNING <f>.
          <f>-traymode = XXX
    Possible values (XXX in the code) are:
    CL_BSP_WD_OVW_VIEWSET=>C_DIRECTMODE_ID
    CL_BSP_WD_OVW_VIEWSET=>C_LAZYMODE_ID
    CL_BSP_WD_OVW_VIEWSET=>C_HIDEMODE_ID
    Regards,
    Fabian

  • Interaction History --- BP Interaction Log

    Hello,
    We installed CRM 7.01 last year and now that 2012 has started i have noticed that in Interaction History (for accounts) only Interaction Logs from 2012 are visible.
    How can i see the interaction log from the prior year(s)?
    Help would be well appreciated.
    Thanks

    Hello Lisa.
    Go to sm30 and find there a view by the pattern crmv1Ocust* (do not remember exact name). In it you can set different time options for interaction history and others . By default it is set as "this year". You can change it for instance to "last year" and get history for last 365 days from now.
    Do not know why but SAP didn't put this customizing anywhere in SPRO.

  • Set up authorization in assignment blocks of BP/Account

    Hello Experts,
    I have the following requirement regarding authorization on the BP/Account view.
    In the edit mode of the BP/Account view in the Web UI, it must be possible (based on which user logs in) to determine which assignment blocks can ONLY be displayed (and NOT edit by the user) and which assignment blocks can be displayed AND edit as well by the user.
    For example: a user is only authorised to add marketing attributes to a BP/Account. This can be done in assignmentblock Marketing attributes. But the other assignment blocks, the user is not authorised to edit but only to display these assignment blocks.
    The required assignment blocks of the BP/Account are:
    - Roles (only display) Component BP_ROLES/RolesList
    - Planned Activities (display and edit) Component BP_BPBT/AccountActivitiesOV
    - Address Types (display and edit) Component BP_ADDR/AddressTypesList
    - Marketing attributes (display and edit) Component BP_DATA/MarketingAttributesEOVP
    - Interaction History (display) Component BP_BPBT/AccountInterHistOV
    - Relationsips (display and edit) Component BP_DATA/AccountRelationshipsOV
    - Attachements (only display) Component GS_CM/DocList
    So the user should see all the assignment blocks, but is not allowed to edit all assignment blocks.
    Is it possible to configure this in the Authorization (PFCG roles) with e.g. the UIU-COMP or authorisation objects (e.g. b_bupa_rlt, b_bupa_bzt ), without enhancing components?
    In other words the solutions should not be found in coding, but only in customizing.
    Thanks in advance for your help.
    Rudgi

    Run a Security Trace with a member of your CRM Security Team.  Surely they will find the correct objects to make the assignment blocks "display only" vs. edit. 
    Check the activity levels for the relevant objects you are attempting to restrict - should be "03" - display only.
    Remember that some assignment blocks have an Actions field that contains "Edit" "Trash" and "Create."  Simply removing the Actions field will render the Assignment block as Display only.
    Also check UIU_COMP object for of the PFCG profile.  There are inbound plugs for buttons that can also be "inactivated" thereby graying out the button which is affected i.e. "Edit" button.
    Good Luck
    << Moderator message - Point begging removed >>
    FK
    Edited by: Rob Burbank on Dec 10, 2010 3:53 PM

  • Undeleting a PO line item with multiple account assignment and PO history

    I  am getting error message
    PO history already exists (Multiple account assignment not possible)
        Message no. MEPO841
    When attempting to undelete a purchase order line item that has GR (nonvaluated) and Invoice postings.
    Sequence of events.
    PO line item was created with mutlitple account assignments ( 50/50 distribution) and GR nonval flags on.
    Invoice Posted (blocked for payment)
    GR done
    PO line item marked for deletion.
    Now getting MEPO841 when attempting to undelete.
    Tried to Reverse GR and cancel material docuement - unable to do so - message no selectable items in PO
      (even with check zero indicator )

    Hello Dan ,
    Error message MEPO 841 is only issued if you have Multiple account assignment function (MAA) activated. Multiple account assignment function is a new business function developed in Release 604.
    If you have MAA active, you are not allowed to change a single account assigned PO which has GR posted to a multiple accounts assigned PO. If this is tried , MEPO 841 will stop you from doing this change.
    If you want to have your old functionality in the lower release, you should switch off the business function LOG_MM_MAA_1 ( MM Multiple Account Assignment )  in Release 604.
    Please switch the business function LOG_MM_MAA_1 off in test environment  and test the problem again in a productive system.
    I hope this information has been helpful in solving your problem. Please let me know if you have any further questions.
    Thank you.
    Best Regards,
    Frank Farinella

  • Assignment block 'Opportunity' in Corporate Account doesn't work

    Hello experts,
    When I create an Opportunity I have functions Prospect (corporate account) assigned to a Contact Person (private account).
    The assignement block 'Opportunity' is not being populated for either the Prospect or the Contact Person. That means that if I am in the Prospect account page, there is nothing in the assignement block 'Opportunity' (component BP_BPBT, view ContactOpportunities). And the same thing happens for the Contact Person account page, nothing is in the 'Opportunity' assignment block.
    I need to see all opportunities created for that Prospect. How does the view 'Opportunity' work in the accoutant page, if nothing is shown there??
    Thanks a lot!
    PS: a similar thing is happening for assigment block 'Leads'...I can see it populated in the Corporate Account page (prospect) but I cannot see it populated in the Private account page (contact person).

    Hello Tim.
    I believe this is the standard functionality. You can see the Leads in the Corporate Account, but not for the Contact Person.
    Please, see if that is true for you: go to the Corporate Account page, can you see the Leads in the assignment block? But for the Contact Person of this Corporate Account you won't be able to see it.
    However, you can view the Leads in the RELATION page. See if that is true for you too: access the relation page between the corporate and the contact person (imagine that you have 1 corporate account with 5 different contact persons...you will only be able to see the leads in the relation page, because you see the leads that are linked between the account and the specific contact person).
    I don't think there is a standard way to bring Leads into the Contact Person (private account). It is probably possible via enhancement.
    If you find a way, please let me know it too!
    As for Opportunities, the same thing happens: you can view the Opportunities in the Account page, but not the Contact Person. You can also view them in the relation page.
    Please let me know if you've found a way.
    Thanks,
    Luis.

  • What is the signiface of Account Assignment (Coding) Block: Details

    Hi what is the signiface of Account Assignment (Coding) Block: Details
    what is its effect in PO

    Hi,
    Material are procured as stock or non-stock materials. When you procure material which can be used in production of finished product ,stock is maintained.
    Account assignment category describes how the procured material is being used (for eg: Cost Center, Sales Order, etc). It also determines how the accounting entries made when a GR document or IR document is posted.
    When you use the Account Assignment Category "K", it means the material is allocated to a cost center for consumption. The Materials is accounted to the particular cost center.
    Account Assignment Category "P" is used for materials that are required for the project related.
    Hope it helps.
    Regards,
    Bijoy Kumar

  • BAPI_PO_CREATE1 for blocked item and account assignment category Q

    Hi,
    I am facing an issue while creating PO with items which are blocked ie LOEKZ = 'S', and account assignment category 'Q'.
    Though I fill wbs element in POACCOUNT and POACCOUNTX structures, after execution it is being erased and am getting an error: "Enter WBS Element" with an information message "Change G/L Account could not be effected".
    Please help.
    Thanks in advance.
    Regards
    Kalyani

    Hi Ravi,
    Below is the code:
    POITEM-PO_ITEM = '00010'
    POITEM-DELETE_IND = 'S'
    POITEM-ACCTASSCAT = 'Q'
    POACCOUNT-PO_ITEM = '00010'
    POACCOUNT-SERIAL_NO = '01'
    POACCOUNT-CO_AREA = '1000'
    POACCOUNT-WBS_ELEMENT = 'XXXX'
    I filled POITEMX, POACCOUNTX structures too.
    When I dont pass POITEM-DELETE_IND = 'S', the PO is being created.
    But my requirement is to make the item blocked.
    Thanks in advance.
    Regards
    Kalyani

  • Refresh Follow up Transaction History Assignment Block on Save

    Hi All,
              I am doing a requirement where I am creating follow up Chargeback document (marketing) from Claim on click of Save.
    I am able to create it using code written in manual button event handler, but the transaction history of the document is not refreshed immediately.
      Though when i open the follow up document it is there and when I open the original document again it is there as well. That is, though the link has been created, but how to refresh data of transaction history assignment block on click of Save button of preceding document.
       Please suggest if someone has worked on a similar scenario somewhere (may be from Lead to Oppt creation on save).
    Thanks and Regards,
    Rohit Khetarpal

    Hi Rohit
    I believe it is in the buffers so maybe you need to trigger an Server Roundtrip dude on this scenario so that refreshing happens and the same gets reflected on the UI
    (OR)
    Since it is in the overview page do a reread on the entity say in do_prepare_output to get the latest one
    (or) use the publish_current()  to publish the entity in do_prepare_output.(this will automatically do a re-read i believe)
    Thanks
    Abishek

  • Service Requests - Assignment Block "Change History"

    In SAP CRM 7.0 for the Service Requests.
    How can I add a new field ("Z" fields) in the assignment block "Change History" and this new field has an historial (new value and old value)?
    Is in customizing or views or class implementation?
    Thanks for your respond.
    Best regards,
    Douglas

    Hi Vishal
    I'll explain the requirement:
    When we modify an extended field of Assignment Block "Service Request Details" (Component: SRQM_INCIDENT_H - view: IncidentHeaderEF) its change doesn't appear in the Assignment Block "Change History" (Component: BTCHIST - view: HdrOVWindow),  we need to appear this change in the Assignment Block "Change History" with old and new value as well as "changed by".
    Thanks for your respond.
    Best regards,
    Douglas

Maybe you are looking for