Quick create option in CRM portal

Hai Guys,
In PCUI we have the Quick Create IView there are three options like E-mail, Phone call, task, Appointment but when i am trying to open the Phone call, task appointment link it is not opening it is throwing some error like BSP error i kindly request you guys to give some inputs regarding this.
Thanks in advance
Amar

Hai guys,
Business Server Page (BSP) error
What happened?
Calling the BSP page was terminated due to an error.
SAP Note
The following error text was processed in the system:
No Authorization to Execute BSP Application
Exception Class CX_CRM_BSP_NOAUTH
Error Name 
Program CL_CRM_BSP_FRAME_MAIN=========CP
Include CL_CRM_BSP_FRAME_MAIN=========CM003
ABAP Class CL_CRM_BSP_FRAME_MAIN
Method DO_INIT
Line 170 
Long text -
Error type: Exception
Your SAP Business Server Pages Team
Pls try to give some inputs.

Similar Messages

  • Contact quick create for AET field with contact subtype

    I enabled the account quick create function in CRM 7.0 EHP2 environment. The funtion works well in the opportunity with standerd account and  contact fields.
    In opportunity, I created 2 AET fields with the application subtype of ACCOUNT and CONTACT. The account quick create function works well with the ACCOUNT type field, however, it does not work on the AET field with CONTACT subtype.
    Is there anything I need to turn on or just the function is not there yet?
    Kevin

    Hi Anand,
    Can you check ON_NEW_FOCUS method has any code in your details view. Please add below code and try adding below code in on_new_focus method in context node class
    DATA: lv_collection TYPE REF TO if_bol_bo_col,
               entity        TYPE REF TO cl_crm_bol_entity.
    *   get collection of dependent nodes
         entity ?= focus_bo.
         TRY.
             lv_collection = entity->get_related_entities(
                    iv_relation_name = 'BTHeaderCustExt' ).
             IF lv_collection IS NOT BOUND or lv_collection->size( ) = 0.
               IF entity->is_changeable( ) = ABAP_TRUE.
                 TRY.
                     entity = entity->create_related_entity(
                      iv_relation_name = 'BTHeaderCustExt' ).
                   CATCH cx_crm_genil_model_error cx_crm_genil_duplicate_rel.
    *               should never happen
                 ENDTRY.
                 IF entity IS BOUND.
                   CREATE OBJECT lv_collection TYPE cl_crm_bol_bo_col.
                   lv_collection->add( entity ).
                 ENDIF.
               ENDIF.
             ENDIF.
           CATCH cx_crm_genil_model_error.
    *       should never happen
             EXIT.
           CATCH cx_sy_ref_is_initial.
         ENDTRY.
         me->set_collection( lv_collection ).
    Best Regards,
    Dharmakasi.

  • Portal 7.0 and CRM 5.0 Create a new Role and enabling Quick Create.

    Hi Experts,
    In our Portal Scenario, we need to create a new Role and to customize it with some iviews(CRM BSP iviews).
    The role was created and it works fine; in fact in the navigation it is possible to navigate in these BSP application:
    1)Account
    2)Products
    3)Activities
    My question is the following: I see that in the standard role <b>com.sap.pct.crm.salesmanager</b> (contained in the Business Package for my SAP CRM 5.0) it is possible to see in the portal desktop the functionality "Quick Create", how it is possible to enable the "Quick Create"??
    Kind Regards.
    Eugenio

    Hi Eugenio,
    Did you find how to do that? I am facing the same problem.
    Regards,
    Mauricio

  • Quick create problems in Portal using CRM business package

    I am using EP 7.0 and CRM BP 5.0. I have implemented the "Sales Representative" role, that I am trying to customize.
    When you create a ‘Task’ & 'Phone Call' in the ‘Quick Create’ section in the left, the ‘save and close’ function doesn’t seem to work.  I get a ‘done with errors on the page’ message.
    Any idea why I am not able to do this? Also, does anyone know which transactions were being created behind the scenes in the CRM system when I click on those links?
    Thanks a lot.
    ~Yasin

    Hello Yasin,
    you should have a look at the iView definition in the Portal which is called when clicking the Quick Create link. There you find the transaction type of the document in the parameters.
    Regards
    Gregor

  • How to create a business partner whose BP category is person in crm portal?

    How to create a business partner whose BP category is person in crm portal.When I use Partner and account management>Partner function in portal,I create a new partner,the partner category is default organization,can not change.
    But I what to create a partner with the partner category person,how can I do it?
    Is there any other special function to ceate a BP in portal matching the function  with T code Bup1(create BP)in sap gui?
    By the way,I have the whole privileges in portal and crm.
    thanks

    Hello,
    Standard CRM PC UI application offers three options when you push 'New' button: 'Person', 'Organization' and 'Group' (combobox appears). In your case, 'Person' should be selected.
    p.s. If you don't see combobox mentioned above, it could be security issue.
    Kirill

  • Quick Create in Portal

    Dear PC UI Experts,
    What all are customization settings we need to do in CRM for "Quick create" to make it work.please let me know the step by step configuration settings for Quick create.
    I am getting the Error in PC UI like this.
    in the Navigation panel,Quick Create
    Error occurred. Contact the administrator and report the exception ID in the log: 001A4BFF038C004900000072000014080004766C2876B2C0
    please let me know,how to resolve this issue and your help would be appreciated.
    Thanks,
    Kiran

    Hi Kiran,
    You need to configure in CRM backend system to make Quick Create iView to work.
    SPRO-->Implemnetation Guide --> People-Centric CRM (CRM Portal Content) -->Generic Functions --> Configure Quick Create.
    Regards
    Basha

  • SRM portal create option /change/display

    I am in proces of custamizing new roles in srm portal..here i need to create few role with create option /change/display.Can any one tell me how to proceed this .

    Hi All,
    Can any one pick this ASAP.
    IN SRM portal we have user admin role that come from SAP .
    Here i have a requirement that to create new role to assign helpdesk people where they can only unclock and reset password.is their a way to do this custamizing.
    Edited by: venkatesh kakuru on Sep 28, 2011 10:12 AM

  • Jump target RRI from BW report to CRM Portal

    Hello Experts,
    Need to create a Jump target from the BW query to CRM Portal Tcode CRMD_ORDER.
    I am passing the transaction number ( similar to sales order in R/3) to this tcode CRMD_ORDER in CRM
    Step1) create the receiver
    Type: Transaction. Defined the source system and entered the Tcode CRMD_ORDER in the 'report' field.
    Receiver is created
    Assignment. details:
    I can see the source infobject 0CRM_OBJ_ID from the Infobject column; Type : Infobject; Field name : OBJECT_ID / GV_OBJECT_ID;
    OBJECT_ID is the table field in the CRM System for the transaction number.
    GV_OBJECT_ID is the screen field name in the CRM system for TCODE CRMD_ORDER.
    I tried with both the OBJECT_ID and GV_OBJECT_ID.
    Expected result: Open the Tcode CRMD_ORDER with the transaction number eg: 1000001 that is passed from the Bex report. Currently that is not happening. It is opening Tcode CRMD_ORDER but not the document 1000001. I have to manually open it.
    Please suggest if anything got missed in the definetion of RSBBS.
    Regards,
    BWer

    Hi,
    What I found out so far is that by using a URL like
    http://...:8060/sap/bc/gui/sap/its/BBP_POC_DISPLY?sap-client=300&sap-language=EN&PO_GUID=490622657B526483E10000000A0A3D25
    in RRI it is possible to jump from a BW web report to SRM to display a corresponding purchase order. This URL uses the PO_GUID, but with help of a couple of lines of ABAP in a custom BSP I was able to use the PO number instead of the GUID, too.
    In general I  am looking for URL's do display purchase oders, shopping carts and confirmations in SRM and URL parameters that can be used. Or anything related to that topic.
    From my experience users find it very useful to easily jump from BW into the original transactions to clarify potential issues there. I have implemented this a lot in the past with BW and classic R/3 GUI transactions, so I'm looking for a way to implement this with SRM as well.
    Best regards,
    Rudolf

  • Creating users in enterprise portals with CUA as userbase

    Hi All,
       we are using CUA system for maintaining the users and we want this users to be used in enterprise portals. So while installing WebAs itself, we specified the connection details to this CUA system. then we installed portal and we were able to view the users of CUA in portal.
      now i am creating a user from portal, create user option in UserManagement. but i just get an error like, could not create a user.
    i checked out in system administration->umconfiguration-> sap system. all the details that we specified during the webas installation appear there by default.
    so could you please let me know what the problem could be
    thank you

    Raj,
    I know that your problem was solved, but I've come across following SAP link. Hope, it helps other ppl..
    TITLE: Requirements for Service User Used to Connect to SAP Systems
    http://help.sap.com/saphelp_ep60sp2/helpdata/en/8f/67d27676ace84080964d4c4223bb3c/content.htm
    Thanks,
    Pritesh.

  • How to create wiki pages in portal

    Is there any way available to create wiki pages in portal? All the users logged in portal can be able to create the pages. The users can have the option to search for the wiki's.
                How can we achieve this? Help us to drive this.

    Hi Parvathy,
    Please check the blog in below to have an idea.
    Wiki Wiki World and Portals
    Please do not forget reward points for good answers...
    Regards,

  • How to Create HTML page from portal

    Hi
    I have a requirement to create html pages from portal.
    There will be an author who can choose document type as HTML
    and then he will write html codes on saving it should be saved as HTML doc in UCM.
    and publisher should be able to display it on portal(may be using content presenter).
    please help me in this. I know there is rich text editor task flow which can save a doc as doc file.
    and in spaces we have option of creating HTLM file but i don't know how to do it for my portal.
    Thanks

    A better way would be to create the page using approach in this blog:
    https://blogs.oracle.com/ATEAM_WEBCENTER/entry/content_presenter_cmis_complete
    That way the page can be edited inline and the html author need not upload html to ucm everytime.

  • CRM Portal Role Copier

    Anybody used this tool?
    A portal role is linked to a backend single role.  SAP ships several standard portal roles / backend single roles specific to CRM.
    Since the CRM Portal Roles hyperlink between several portal iViews / PCUI applications within the Portal (this is setup in the backend on tables crmc_prt_role_mo & crmc_prt_role_rl).  To make things easier there is a role copied on the Portal (crm admin role)
    But I've tried using this by copying a crm backend single role and portal role that exists to a new single backend crm role and portal role.  So far hasn't work
    The documentation says make sure the single role and portal role exists - are they talking about the destination role?
    Also mentions addition to desitnation role field - what's this?

    To keep it clear ,using role copier copy CRM backend role to custom role whatever created on portal .Once portal role is generated assign that to user profile to get the object links .
    Thanks,
    Thirumala.

  • Custome tab develpment process in  crm portal application CRMD_BUS2000126

    Please guide the step by step procedure to create custome tab in crm portal.
    please suggest the way that is assigned to PCUI frame work.
    i will appreciate small help also

    You need to read through PCUI cookbook to resolve most of your questions.
    Thirumala.

  • Authorization for work center /quick create links

    Hi all;
    I need nondisplay of bupa details:
    no Masterdata (no authorization to search/display/create any BUPA), no workcenter, no quickcreate links.
    the problem is  I have one  CRM Webclient Business Role and  I should manage this with 2 different pfcg role :
    One of them should use workcenter and quick create links but the other should not see them.
    I have handled not to search/display/create any BUPA via authorization object but
    not to display workcenter and quick create link I need another authorization object..
    Is there anybody who knows how can it be done by pfcg role ?
    Thanks
    belgin

    hello  Urvi;
    thanks for your helpfull answers.
    I have handeled it via UIU_COMP object and following componen name/plug/window name.
    COMP_NAME :WCC_SRV_ACC_PRO
    COMP_PLUG: DISPLAY
    COMP_WIN: MainWindow
    regards
    belgin

  • Hiding or deleting the Quick create  pane in the navigation panel

    Hi friends,
       Can anybody tell me how to hide or delete quick create info pane in the navigational area.
       As of now we are displaying some data in the quick create info. But  my requirement is not to display this quick create info at all in the navigation panel.
    So in my navigation panel i should have only detailed navigation and portal favorites apart from the quick create.
    Can anybody pls guide how should i do it , its urgent....
    Thanks& Regards
    Sireesha.

    Hi Sireesha ,
    Look at this weblog , you can be in a position to change the portal framework
    MastHead Change & Portal Desktop
    Look for the Dekstop innerpage , you can add and remove the properties.
    Thanx
    Pankaj

Maybe you are looking for

  • Validate xml with PL/SQL Parser

    Hi, i have an xml DTD into a VARCHAR2 variable and an xml document into a CLOB, i'd like to know how to validate the xml with my DTD using PL/SQL API for xml. Sorry for my terrible english (i'm not english) :-) Tank you.

  • How to write this query ?

    how to write this query ? list the emp name who is working for the highest avg sal department. I can use row_number over to get correct result. If we don't use this row_number function, just plain sql, how to do it ? the row_number version is like th

  • IPhone 3GS undetected under "Devices" in iPhoto

    My new 32GB 3GS iPhone is able to sync in iTunes, but in iPhoto, it doesn't even show up. I tried getting some of the photos off of the phone using the Image Capture and still no luck, it like it's not even attached. As soon as I hooked up my old 3G,

  • Final Cut Pro 5.1.2 and Protools Mbox2

    Anyone have both of these running on an Intel mac? I have these setup on several edit stations, but only have problems with the two intel macs crashing when using Final Cut Pro and using the mbox2 for monitoring audio output. All stations are set up

  • Select distinct (field) from [@tab]

    Hello, *i tried select with distinct query in SDK but it id not working... how we will use this functionality in SDK but same query working fine in SQL server* By Firos.C