Individual Account Creation in IC_AGENT business role.

Hi,
After system got upgraded from 6.0 to EHP1, marketing attributes are not working as expected.
When i create an Individual Account type in ZIC_AGENT business role, it gets created successfully but its marketing attributes are not getting set when i check in the Account overview.
There is a BADI implementation of "BUPA_GENERAL_UPDATE", i debugged and found that in FM "CRM_MKTBP_READ_KSSK_AUSP", system is trying to get the attributes from table "ausp"
      select * from ausp into table et_ausp
          where partner_guid = lv_guid
          and klart = 'BUP'.
I think, somewhere configurations are not done correctly. But i am aware where i check all these configurations for markting attributes corresponding to BP. If you know then please let me know.
Thanks
Raman.

Hi,
You can check it in ,
MARKETINGPRO ( business role ) -> Marketing ( work center ) -> attribute Sets
search for the specific attribute/attribute set. go to OV page ..there will b check box for person and organization.
Regards
Sandeep Kumar B

Similar Messages

  • Outbound E-Mail templates in a non-IC_AGENT Business Role

    Hi,
    Does anybody have experience of using outbound email templates in the CRM 2007 Web UI?  Specifically with a non-IC_AGENT Business Role as the email editor in the Web UI is different to the IC_AGENT Business Role email editor.  I am using a standard Grantor Business Role (CRMGRMPRGMAN) and therefore cannot select mailforms in the "Std Response" field used in the email editor of the IC_AGENT Business Role. 
    I have seen that when I create an Activity of type 'Outgoing E-Mail' that there is a "Default Text" field in email editor.  Is this where I would select an email template?  Can you please enlighten me as to how to create the templates and make them available in the email editor of an non-IC_AGENT Business Role?
    Many thanks,
    Onkar.

    Hello Onkar,
    (a) Email Editor is IC_AGENT has more advanced features compared to Email Create in NON IC_AGENT Business Role. One of the features being the Standard Response Group. Basically, Standard Response Group is grouping of Commonly used Standard Responses and assigning it to the Email Profile.
    However, in case of NON IC_AGENT Business Roles, there is no such provision of assocaiting a Email
    profile and thus there is no provision to assocaite a standard response group.
    (b) With respect to Draft mails, please refer the note 1251719. As mentioned in the note, draft mails are not yet supported in these Roles.
    Hope this clarifies your queries.
    Thanks and Best Regards,
    Varsha

  • Problem when we log into the Webclient with IC_AGENT business role

    Hello,
    We are facing a problem when we log into the interaction center ( with IC_AGENT business role) after the login screen ( we fill the correct user and password) then system starts the application, but a error appears.
    We dont knon why but it is happening only with IC_AGENT role, We have check the SICF and it is ok.
    Cannot display view ICCMP_HEADER/HeaderViewSet of UI Component ICCMP_HEADER
    An exception occurred during the internal HTTP communicationException Class CX_BSP_WD_HTTP_RESPONSE_ERROR
    Text:
    Additional Info: Business Server Page (BSP) Error
    Program: CL_BSP_WD_STREAM_LOADER=======CP
    Include: CL_BSP_WD_STREAM_LOADER=======CM002
    Source Text Row: 159
    Cannot display view CRM_UI_FRAME/WorkAreaViewSet of UI Component CRM_UI_FRAME
    An exception has occurredException Class CX_BSP_WD_RUNTIME_ERROR - View BPIDENT.MainWindow in component CRM_UI_FRAME could not be bound
    Method: CL_BSP_WD_VIEW_CONTROLLER=>BIND_VIEW
    Source Text Row: 165
    Initialization of view CRM_UI_FRAME/WorkAreaViewSet of UI Component CRM_UI_FRAME failed
    An exception has occurredException Class CX_BSP_WD_RUNTIME_ERROR - View BSPWD_BASICS/WorkAreaHostViewSet in component CRM_UI_FRAME could not be bound
    Method: CL_BSP_WD_VIEW_CONTROLLER=>BIND_VIEW
    Source Text Row: 165
    Cannot display view CRM_UI_FRAME/MainWindow of UI Component CRM_UI_FRAME
    An exception has occurredException Class CX_BSP_WD_RUNTIME_ERROR - View BSPWD_BASICS/WorkAreaHostViewSet in component CRM_UI_FRAME could not be bound
    Method: CL_BSP_WD_VIEW_CONTROLLER=>BIND_VIEW
    Source Text Row: 165
    Initialization of view CRM_UI_FRAME/MainWindow of UI Component CRM_UI_FRAME failed
    An exception has occurredException Class CX_BSP_WD_RUNTIME_ERROR - View CRM_UI_FRAME/WorkAreaViewSet in component CRM_UI_FRAME could not be bound
    Method: CL_BSP_WD_VIEW_CONTROLLER=>BIND_VIEW
    Source Text Row: 165
    Cannot display view Root.htm of UI Component CRM_UI_FRAME
    An exception has occurredException Class CX_BSP_WD_RUNTIME_ERROR - View CRM_UI_FRAME/WorkAreaViewSet in component CRM_UI_FRAME could not be bound
    Method: CL_BSP_WD_VIEW_CONTROLLER=>BIND_VIEW
    Source Text Row: 165
    An error occurred during initialization of the application
    An exception has occurredException Class CX_BSP_WD_RUNTIME_ERROR - View CRM_UI_FRAME/MainWindow in component CRM_UI_FRAME could not be bound
    Method: CL_BSP_WD_VIEW_CONTROLLER=>BIND_VIEW
    Source Text Row: 165  
    Any help thanks in advance.

    hi luis,
    your error description reminds me of an inactive SICF, but you wrote, that you checked this before.
    on this forum is an excellent entry with lots of hints and tipp for the IC WebUI:
    Documentation for Interaction Center (IC) WebClient
    Documentation for Interaction Center (IC) WebClient
    maybe this will help.
    best wishes,
    hakan

  • Hello, I want to switch form a individual account to a team/business account? Can you please help me? I need this urgent Thank you!

    Hello, I want to switch form a individual account to a team/business account? Can you please help me? I need this urgent Thank you!

    Hi Koen,
    Please refer the following help article under "Purchasing Creative Cloud for Team".
    Creative Cloud Help | Creative Cloud for teams
    Hope this helps.
    Regards,
    Sumit Singh

  • 'Individual Account' of component BP_HEAD_SEARCH not processing

    Hi Experts,
    From my customized view in ZIC_AGENT role, I have a Business Partner's which calls the search popup BP_HEAD_SEARCH.
    I only want to process 'Individual  Account' create function. The auth object check  UIU_COMP which will enabled this button when being called. What I did was enhance the view 'MainSearchResult' and manually change the enabled = X for the 'Individual Account' of the gt_button in DO_PREPARE_OUTPUT.
    METHOD do_prepare_output.
      FIELD-SYMBOLS: <fs_button> TYPE crmt_thtmlb_button.
      CALL METHOD super->do_prepare_output.
        READ TABLE gt_button ASSIGNING <fs_button> INDEX 2.
        <fs_button>-enabled = abap_true. 
    ENDMETHOD.
    When I run my process and click on the 'Individual Account' button nothing happens. I'm not sure what went wrong.
    Please provide some hints.
    Cheers,
    Su

    Hi ,
    Call the method ls_button-on_click = 'CREATEIND'. and in the event handler method call the outbound plug method .
    i.e
    METHOD eh_oncreateind.
      op_toindaccountnew( ).
    ENDMETHOD.
    in the outbound plug call the view .
    you can try this way to call the creation of the Individual account creation.
    Thanks,
    Sree.

  • Use GRAC_USER_ACCES_WS to provision Business Role

    I have situation where I need to provision several hundred users across 90 business roles. I have been experimenting with FM GRAC_IDM_USR_ACCS_REQ_SERVICES (underlying FM for enterprice service GRAC_USER_ACCES_WS) to automate mass provisioning using GRC access requests. I figured out how to use the FM to provision technical roles to users but cannot get it to work for GRC Business Roles.
    If the service cannot provision business roles, that would imply that an IdM would also not be able to do so. We are currently looking at IdM (non-SAP) solutions. Now I wonder if the value of business roles we are building will be diminished if an IdM is used.
    Is it possible to provision business roles using the service and/or FM? If so, any details on the input values required would be much appreciated.

    Hi Harinam,
    Thanks for the details. I have already raised a OSS message to SAP.
    I have implemented SAP note 1930923 in GRC sandbox system and can see that the mail issue I am reporting was no longer appearing. But I have seen new one this time
    After note implementation: (Change Account Request Type with Business Role Assignment)
    Hi GRC User Demo 1 (Z_GRAC_USER1),
    The Request number : 592 , has been processed and the Request is Closed. The details are as follows:
    XX Business role assigned to Z_GRAC_USER1
    Kind regards,
    Access Control Administrator
    Before and After note implementation: (Change Account Request Type with Business Role removal)
    Hi GRC User Demo 1 (Z_GRAC_USER9),
    The Request number : 593 , has been processed and the Request is Closed. The details are as follows:
    YY Role removed from Z_GRAC_USER9 ( )
    Kind regards,
    Access Control Administrator
    Now the issue during role assignment is resolved, but during role removal mail notification says role has been removed from user and ends with empty brackets ().
    For single roles in this brackets it usually fills the system name. May be for business roles since there will not be any specific system it is coming empty, but I think SAP should fix this.
    Let me know if you are also facing the same
    Since you confirmed that you are using business roles, let me know any critical issues which you came across as part of SP13 as we are also on SP13 and could be helpful.
    Thanks once again for taking your time in replying for my issue.
    Regards,
    Sai.

  • Incorrect display Business Partner roles when creating Individual account

    Hi,
    The problem occurs in CRM 5.2. I have changed some business partner roles for both the business partner categories 'Organization' & 'Person'. My settings al correctly displayed in de SAP GUI but not in de webclient (my new business partner roles are only displayed correctly for 'Corporate Account' but not for 'Individual Account'.)
    Does anyone has a clue?
    Kind regards,
    Nigel de la Rambelje

    Hi Joost,
    Thank you for your reply.
    The issue is that different roles are displayed in the webclient compared to the gui.
    For the business partner category 'Person' the following roles are displayed: Contact Person, Employee, Portal Provider & Sold-to Party (and which are the roles we would like to have).
    But, if I create an Individual Account in the webclient, the following roles are displayed: Member, Patient, Physician, Portal Provider & Sold-To Party. The roles Member, Patient and Physician should not be displayed. Where are these roles defined? I would like to hide these roles.
    Kind regards,
    Nigel

  • Account Lifecycle /Business Role

    I have made a change to the account life cycle stages for a client.
    The user can now change the account life cycle stage status from Customer Closed to First Order Completed.  Previousl;y once the account was saved in Customer Closed Stage no changes could be made.
    I made the changes using the BP Role Exclusion Group option and everything is working fine.
    The status can be changed by loggin in from any business role.
    But now i want to limit these changes to a particular Business Role (IC_Agent)
    How can i do that?

    Hi Shoaib,
            You can follow this approach to achieve it.
    lr_profile_instance TYPE REF TO if_crm_ui_profile.
    lr_profile_instance = cl_crm_ui_profile=>get_instance( ).
    CALL METHOD lr_profile_instance->get_profile
    Get business role of current logged in user.
    Disable the lifecycle field on UI based on the status (only for that status it will be disabled, for other status it will be enabled).
      This can be achieved in 2 ways:
    1. write code in GET_I method of the field to read value and then set field disabled property to true
    2. OR you can create different view config using subojects - then call that config at runtime using do_config_determination.
      There is another approach,
    When you change the status, if on selection of new value some event occurs (which you can find in GET_P or put breakpoint in DO_HANDLE_EVENT) - then you can set the old value back or avoid it from setting the value.
       (this can also be done in SET_<attribute> method - check business role and <old value>, if it is not what you want - do not put <new value> in the set method of the attribute in the context node.
      I hope it resolves your problem.
    Thanks,
    Rohit

  • CRM 2007 Business Role IC_AGENT not showing the whole screen

    Hi,
    I set up CRM 2007 successful for a couple of standard roles like TPM_PRO, SALESPRO and SERVICEPRO. The system is working fine. Assigning the business role IC_AGENT is showing me an uncomplete screen. The area for navigation bar, the account info, the alerts and the communication information is blank. Has somebody an idea what is wrong?
    Thanks and best wishes,
    Andreas

    Hi Prasoon,
    unfortunatly I cannot help you. It is still not working. Luckly was that CRM 2007 we were just preparing for demonstration. So at the end we showed something different.
    But next step what I would do is open an OSS message due to the fact that it is a standard role and it has to work.
    Best regards,
    Andreas

  • Link to Business Role and User Account

    How to link an user account with a business role so that the user account can work with the new UI?

    Hi,
    Go to transaction PPOMA_CRM. Search for your business role say SALESPRO in the Position Search.Double click on the role so that its details are visible on the right hand side.Then search for your user from the user search.When it comes in the left side bottom, drag and drop it to the position on the right side.
    Regards,
    Rohit

  • In UI after selecting one of business roles like IC_AGENT, then its again

    Hi All,
    have u ever faced issue that after login to UI then after selecting one of business roles like IC_AGENT, then its again coming back to same page,
    i.e. ....instead going to Workcenter page of IC_AGENT its in Business role selection page itself, any Idea?
    recently in production they increased Application servers, so when it get dispatched from Dispatcher to one of server,
    at Application server level its may get redirected to same page instead go ahead?
    Best Regards,
    Vijmek

    Hi Vijmek,
    This could be a case of multiple logon condition. Please check whether the following are satisfied (taken from one of the pages in SCN, lost the link):
    1. login/accept_sso2_ticket must be set to 1 for Dflt/Profile/Current 
    2. login/create_sso2_ticket must be set to 2  for Dflt/Profile/Current
    3. Check user type in transaction SU01 -> Logon data tab, check User Type. Usually, it should be "DIALOG". If it is other types, like "SERVICE", it also will cause multiple logon requirement.
    4. For warnings during login, check service crm_ui_start for CRM 7.0 and crm_ui_frame for CRM 6.0 (SICF). Open this node and click on tab Error Pages -> scroll down and click on the 'Configuration' button -> under Actions During Logon section, check Do Not Display Warnings.
    Regards,
    Shiromani

  • Z Business Role Creation

    Hi,
    I am new in CRM and i want to create a business role for a one is for custmoer and one for Call center Agent.
    i know some tcode like CRM_UI_Profile and PFCG but dont know how to create it.
    Can you explain me in Step by step manner or any privious Forums or link.
    I have searched privious forums but i did'nt get expected.
    jim

    Hi,
    the best way to create businessroles is to copy existing ones from SAP standard.
    You will be able to do this in CRMC_UI_PROFILE.
    For example for IC copy the complete role IC_AGENT to your customer role for example ZIC_AGENT.
    Afterwards have a look into the entries and change everything you need.
    If you need other navigation entries for example exchange the Navigation bar profile.
    You can easily create your own navigation bar profile by copying an existing one in CRMC_UI_NBLINKS.
    Good luck.
    Kind regards
    Manfred

  • Z Creation of Business Role

    Hi,
    I am new in CRM and i want to create a business role for a one is for custmoer and one for Call center Agent.
    i know some tcode like CRM_UI_Profile  and PFCG but dont know how to create it.
    Can you explain me in Step by step manner or any privious Forums or link.
    I have searched privious forums but i did'nt get expected.
    jim

    Hi Jim,
    Yes you can create a Z Buisness Role in the crmc_ui_profile (img activity>>CRM>>Business Roles>>Define Business Role).
    A business Role is made up of several things namely -
    1.Role Config Key : You can create a new or use existing ones.
    2.Navigation Br Profile
    3. Layout Profile
    4.Technical Profile
    5.PFCG Role ID
    Navigation Bar profile is specific to different business roles. It defines what all links you see on the left hand navigation pane on Web UI. E.g. a marketing professional would see different links than a sales pro or a call center agent.
    Similarly you can define other profiles or the use the default profile.You can create a pfcg role id in t-code pfcg and assign it your business role.
    Jim, what would be best is to copy a standard role, e.g IC_AGENT and then customize it according to your needs and change the config key, nav bar, layout, and technical profile as per your requirements.
    Thanks and Regards
    Varun Taneja

  • WEB UI account creation with role and grouping

    Hi All,
    I can create account in SalesPro->Account Management-> Account - New
    I don't have an option of selecting BP Role or Grouping for number range...
    Should i be using any other WEBUI Role in order to create Account with an option of BP Role and Grouping
    Thanks
    Amish

    Hello there,
    The BP Role which will be used and even the number ranges are generally not used for Web UI usage. Instead we provide different configurations of the same Account Creation view based on the Component Usage and three different keys.
    The functionality you are looking for can be achieved by creating different configurations.
    To create different configurations of the same view in Web UI please search on the below link :
    [http://wiki.sdn.sap.com/wiki/display/CRM/CRMWebClientUIFramework|http://wiki.sdn.sap.com/wiki/display/CRM/CRMWebClientUIFramework]
    Please reply if this helps.
    Best regards,
    Vinamra.

  • Account Creation - Badi for Default values for BP Role and Sales Area

    Hi all,
    my requirement regards the possibility to create a new prospect (a link should be available in the navigation bar or create section).
    Logically, a bp role as "Prospect" and particoular sales area should be created automatically.
    I created an implementation for the BADI definition "BADI_CRM_BP_UIU_DEFAULTS". But don't know how to create the default values for BP role and Sales area:
    In my code
    assign cr_me->('VIEW') to <lv_view_name>.
      if sy-subrc ne 0.
        exit.
      endif.
      lv_viewname = <lv_view_name>.
      case lv_viewname.
        when 'AccountDetails.htm'.
    I obtain the viewname "AccountDetails" , the related context "Header". After I don't know how to proceed to obtain the related entities through the relationship BuilRolesRel and BuilSalesArrangementRel.
    Am I following the right way? Is there another solution to prepare the output for default values?
    Any kind of suggestion will be appreciated.
    Regards, Roberto

    go to spro>cross-application components>sap busines partner>business partner> basic settings>field groupings>Configure Field Attributes per BP Role
    Double click the business role which you want to customaze (e.g. 'A') and change the proper settings.
    Regards.

Maybe you are looking for