What CRM Webclient UI is

Hello, can anybody say what CRM Webclient UI is. I only use SAP Gui and frankly I'am tired of it.
Thanks.

Hi,
SAP Webclient UI is aimed at providing a Web like User experience to Business Users. This user interface is easy to use, stable and enables users to process their business tasks efficiently.
You would find ample of information about the Webclient UI on SDN. Try searching for e.g. refer these [link1|SAP CRM WebClient UI Cookbook] [link2|CRM Webclient UI].
Hope this helps!
Regards,
Saumya

Similar Messages

  • Uploading Adobe form/PDF in CRM Webclient UI u2013 Framework?

    Anyone know if its his possible?
    I need to upload a PDF that previously been generated by SAP, downloaded, edited locally, then uploaded from the CRM webclient UI.
    What method/function module should I use to upload and extract the data?
    Is there any other way I can complete this procedure? Any suggestion?
    To me it seems normal ABAP  cl_gui_frontend_services=>file_open_dialog  doesn't work so I cant use the "normal" methods.
    Thanks

    It is possible, as it is available in Standard SAP without using Interactive Forms (assuming you just want to create a PDF with data from the system).
    Take a look at the code present for the Account Fact Sheet PDF (use role SALESPRO and check an Account, the button is in the top frame under "More"; component BP_HEAD), it should give you a good idea. You just need a SmartForm that you populate correctly with your data, and you open that SmartForm in a pop-up after converting it into a PDF. The save/print buttons will come directly from Adobe Acrobat Reader.
    My personal steps are:
    1. Create a SmartForm
    2. Create a Handler class (inheriting IF_HTTP_EXTENSION)
    3. Create a service (transaction SCIF)
    4. Change the HANDLE_REQUEST of the Handler class to manage your data, retrieve attributes from URL and call the SmartForm to retrieve OTF data which is to be transformed into XString and create a PDF out of it
    5. Create a GET_URL method to create the URL string correctly
    6. Create a button in the UI that opens a pop-up with the right URL

  • CRM WEBClient UI -The same screen-menu appears for different Business Roles

    Hi Experts,
    We are working with CRM 2007 and are facing the following problem:
    After starting the CRM WEBClient , a screen with two Business Roles appears: u2018SALESPROu2019 and u2018SERVICE PROu2019 (because in my User I have added the roles: SAP_CRM_UIU_SRV_PROFESSIONAL & SAP_CRM_UIU_SLS_PROFESSIONAL).
    I select the one of the two roles (e.g. SALESPRO) and then I choose u2018backu2019 and select the other Role (SERVICEPRO) but the same screen appears with the menu from SERVICEPRO .
    I noticed that the menu that appears has to do with which business role I select first.
    Do you have any ideas what could be the problem?
    Best Regards,
    Roula

    Hi Roula,
    In CRM 2007, the CRM Webclient doesn't have the capability to switch from one business role to another directly as you are trying to do. The only option to switch is to logoff from Webclient and login in another role.
    regards
    Srikantan

  • Solman 7.1 - CRM WebClient UI - custom field mandatory on status change

    Hi
    I've got a question and I'm not sure if it's possible.
    Basically i have created a custom field in CRM WebClient UI and I have added this field to my Z configuration. This works fine.
    Now, I'm wanting to make an error to appear if this field is blank (hasn't been filled in) when the status of the transaction type changes to a specific status.
    i.e. if "custom field" is BLANK when SMTM changes to Closed, then error appears
    I know the field can be made mandatory, but this particular custom field won't be filled out straight away. Therefore I want the check to occur when the document is closed. Can this be done via PPF Conditions? Or is ABAP/enhancement the only way?
    Thanks
    Shaun

    Hi,
    For customizing crm web ui, you must need AET or EEWB tools. Best Practices for SAP CRM Web UI Customization - CRM - SCN Wiki
    but try by using the standard sap note  1772650 - ST710:You can save a message even though mandatory fields are not filled in. which can set certain warning message for custom fields or not and the other relevant  1931783 - Incident can be saved without filling mandatory fields
    Please check.
    Thanks
    Jansi

  • Custom object in work flow not opening in CRM webclient ui

    Hi,
    I have designed a workflow in SAP Ecc 6.0 CRM.
    There are some work items and a single custom popup screen in this workflow.
    This popup screen is used to get data and pass to the subsequent workitem.
    This screen opens in SAP CRM in the workflow inbox (SBWP) , and works as expected.
    Also, mails are sent to the SAP user IDs of the concerned people through the workflow (as per process).
    At this stage, we have done all settings reqd in SWU3.
    However, when this entire workflow process is trigerred using the CRM WEBCLIENT UI, the following problems occur:
    1) There are no mails received at any stage in the workflow inbox.
    2) When the work item for the popup screen appears in the WebUI workflow inbox, and it is clicked, there is an error.
    "Associated object cannot be opened. Contact your system administrator"
    So, the customised pop-up does not open in this CRM WEBUI workflow inbox at all.
    Question:
    1) How do we ensure that the mails are received in the CRM WEBUI workflow inbox? Are there any settings to be done for that?
    2) How can we make the custom popup open in the CRM WEBUI workflow inbox?
    Regards,
    Sachin

    Hi,
    Please check IMG path.
    The path CRM->Basic functions->Worklists->Define Alert Inbox and Workflow Inbox->Define Object-Specific Navigation
    Input like
    BOR   Your_Object   Your_Method  BT_XXX  OPEN
    Hope it work.
    Deripmav

  • BP creation in CRM WebClient - Role and Number Range assignment

    Hello,
    I have the requirement to specify a particular number range and BP role when an Account is created in the CRM WebClient Interface.
    For example as standard, when an employee is created through the CRM WebClient (BSP component BP_EMPL) the default employee role (BUP003) and the default number range are assigned to the BP.
    I would need to specify a different number range and role to the employee
    I've tried to configure the Account Identification profiles (activity "Define Account Identification Profiles" in customizing); with that activity you can specify which role and which number group you want to use for the BP (account) creation. However this customizing is affecting the IC WebClient only and not the CRM WebClient.
    I was wondering if a similar customizing activity exists for the CRM WebClient (in particular for the BP_EMPL application), or if there's a way around this.
    Anybody has an idea about how to solve this?
    Any help would be greatly appreciated, thank you in advance.

    Hi all,
    I have done this by defaulting the bp group in the BADi 
    1.Go to the se18 and select BADI_CRM_BP_UIU_DEFAULTS and select the interface IF_UIU_BP_DEFAULTS
    2. Go to the method IF_UIU_BP_DEFAULTS~GET_DEFAULT_VALUES and you can write your logic here to default the grouping.
    In my case I wanted all accounts created to be defaulted to a particular grouping and my code looks like this
    lv_name1 = lr_current->get_property_as_string( iv_attr_name ='BP_CATEGORY' ).
                        IF lv_name1 IS NOT INITIAL.
                          IF lv_name1 = '2'.
                            lr_current->set_property( iv_attr_name = 'BP_GROUP'
                                       iv_value = '0060' ).
                          ENDIF.
                        ENDIF.
    Thanks & Regards,
    Sanila

  • Call ITS SAP R3 from CRM WebClient using parameter NOHEADEROKCODE=1

    Good day,
    I need some help with an issue.
    We want to hide the command field in the SAP GUI for HTML using parameter ~noHeaderOkCode.
    [http://help.sap.com/erp2005_ehp_04/helpdata/EN/49/f7cf3f06bd3946e10000000a114084/frameset.htm]
    But we want to hide it only when we access the R3 transactions from the CRM WebClient, not in the rest of uses of R3 ITS SAP GUI for HTML. The CRM WebClient launchs some transactions of SAP R3 inside its web, and we want users not to call another transactions there by using the command field.
    I've been reading about alias and external alias, but not resolved our issue.
    I'll appreciate any help.
    Best regards,
    Martina

    Hi Martina,
    one option might be to create a ZWEBGUI service for your CRM WebClient. i.e A copy of the WEBGUI service with the parameter  ~NOHEADEROKCODE1 set in its parameters section.
    You could also then restrict  access to the NEW service to your CRM Users.
    See the WIKI:
    [How to limit access to an ITS service to specific users? |http://wiki.sdn.sap.com/wiki/x/1wCmB ]
    Regards,
    Oisin

  • How to integrate a Widget in SAP CRM Webclient UI Homepage?

    Hello Experts,
    i´m new with CRM Webclient UI. Can somebody explain me how to integrate a widget in the Home - Page of SAP CRM Webclient UI?.
    Maybee one of you can recommend also a good widget for weather forecasting?
    Thank you.
    Best regards
    Manfred

    Have a look at these posts...
    Customer Relationship Management (SAP CRM)
    Customer Relationship Management (SAP CRM)
    Google or Yahoo Widgets are pretty good, you can customise them on the website below and then copy and paste the code into your BSP component.
    http://www.google.com/ig/directory?synd=open
    Regards,
    David

  • How to open archive link PDF in CRM Webclient UI

    Hi,
    i developed an own assignmentblock to display the last ERP billing documents for the current BP.
    In ERP we attach the printed PDF billing document as a archive link document which is stored on the SAP content server.
    I have the requirement to open this PDF document in my own CRM Webclient UI assignmentblock.
    I think i need a kind of URL to open the document.
    But i have now idea how this URL shall look like and how to generate it.
    Or is there another idea for this?
    Thanks a lot.
    Kind regards
    Manfred

    Hi Manfred Feger,
    I have a similar situation where in i need to display a document on web ui (help document),
    can u please share the details of your program.
    Have you saved your file on application server ?
    Thanks

  • How to show Account Group from R/3 in CRM webclient?

    Hi,
    I'm trying to show Account Group from R/3 in CRM webclient.
    Anyone now where can I find it?
    Thanks

    Hello Rui,
    If you want to set the account group from CRM, there is a filed named ACCOUNT GROUP under the CONTEXT NODE MARKETING in the VIEW AccountDetails. Add it to your Configuration Tool and you will see it in the UI.
    Best regards,
    Maggie

  • CRM Webclient 2007 CookBook

    Hi,
    Can someone please tell me when can I find a Cookbook or a training Material for CRM Webclient 2007?
    Thanks,
    Chaith.

    Hi ,
    Check out this thread where you can find all the Cook books etc...
    [Documentation for Interaction Center (IC) WebClient;
    Regards,
    Sijo

  • After obtaining the ObjectID, what crm call do I need to make to receive it's related fields?

    After obtaining the ObjectID, what crm call do I need to make to receive it's related fields?
    I currently have a PHP script which emails the ObjectID number to my email account (this was for initial testing).
    What CRM call do I need to make to obtain the customers information related to the ObjectID?
    I need to retrieve the customers username (or email) and their password. 
    I need this information to create another account on another external system.
    How the system will work:
    Customer makes a purchase and inputs their information including a username/password along with their payment information.
    After the transanction is complete the ObjectID is sent to my php script.
    The script takes the objectID and sends it back to BC to retreive the customers username/password.
    Once this is retreived, it is sent to an external database creating an account on another system.
    (If anyone has a quick script for this, feel free to share if you would like.)

    Seems like no one's biting and I don't have experience with the API much so you should probably hit up Mario in a private message to see if he can help: http://forums.adobe.com/pm-post!input.jspa?to=822747

  • Searching for products via Product Hierarchy ID in CRM Webclient 2007

    Hello,
    When creating a sales order in CRM Webclient 2007 I would like to be able to search for products by using the Product Hierarchy ID. When clicking the search help for product in the order entry screen in the webclient UI, I get a pop-up with the available search criteria. I select Product Hierarchy ID and click on Input Help. A new pop-up is displayed with the three Hierarchy ID:s:
    R3MATCLASS Material Group
    R3PRODSTYP Product Subtype
    R3PRODHIER Product Hierarchy
    I select R3PRODHIER. When hitting the search button, I get all materials which have Hierarchy ID R3PRODHIER assigned as a product category in the material master data. I can however not search for materials which belong to a certain hierarchy node in the product hierarchy.
    In transaction VA01 in ECC it is possible to drill down through the three levels of the product hierarchy to find the desired material. Is the same type of searching possible in CRM?
    Any help much appreciated.
    Kind regards,
    Johan Wigert

    Hi Johan
    I want to know if finally you have found the way to deal this problem.
    Thank you very much,
    Yannuchi

  • Event handler Creation in CRM Webclient UI

    Hi,
    In CRM Webclient UI, we are using service application.
    We have enhanced some fileds through eewb.
    Few of them are dependent dropdowns. on change of one dropdown other dropdown values needs to be loaded.
    To load the values dynamically, In the get_P_XYZ method of the field XYZ , i have raised an event DDLB_ONSELECT.
    I am new to bsp applications. I want to generate event handler for this. I tried to create the event handler using the wizard. But i am getting the error - View not copied with wizard; processing not possible.
    Please guide me how to create an event handler for the corresponding event or solve the error.
    -Chandra Sekhar.

    Hi Chandra,
    when I have to deal with dependent values I normally do the following:
    Raise a Server Side Event in GET_P method as you did
    In the GET_V method I build up the value help and store it in a global variable on the context node. In the GET_V you have got access to the current entity with collection_wrapper->get_current() --> meaning you can always have the correct value of all the fields and read dependent on them.
    In the implementation class create an event handler that clears the global variable for the dependent value help whenever a new value is selected in the leading field.
    I suppose you have got a similar setup.
    One possibility to circumvent your problem is to skip the step with the global variable. Just shoot the server side event. This leads to a server roundtrip and the valuehelp for the dependent field is calculated again, based on the updated value of the leading field.
    However, this method is not very good for performance! Thus I would normally keep away from it.
    Concerning your problem with the wizard. It is correct that you have to have the view created with the wizard to be able to use it later on. On copied views the wizard does some redefinitions of common methods and it does complain if they are not exactly as it expects them.
    For event handlers I believe this should only be the DO_HANDLE_EVENT in the parent class of your IMPL. Meaning if you inherit from a SAP view inheritance is as follows:   SAP class --> SAP class _IMPL --> Your class --> Your class _IMPL
    The DO_HANDLE_EVENT would have to be in the Your class.
    An easy way would be recreating the view using the wizard (be sure to restart the component workbench after this).
    Another is create the event handler manually. Copy an existing EH_ONXXX method, and add a CASE statement into the DO_HANDLE_EVENT that calls this copied method.
    cheers Carsten

  • SAP CRM WebClient UI Cookbook

    Hi,
    as a CRM 2007 customer I am wondering when the SAP CRM WebClient UI Cookbook will be available to non RKT customers?
    /Elvez

    Elvez,
    Well you can buy the OKP materials for CRM 2006s and that will give you at least one version of the cookbook, along with some awesome training materials.
    You can use the url http://service.sap.com/okp.  You can buy this online or contact your SAP training rep.  You can purchase these with your SAP training card dollars(I believe).
    Take care,
    Stephen

Maybe you are looking for

  • 'how to code for table control wizard in module pool program

    Hi Gurus, Please provide me a sample code of table control wizard... Thanks in advance!!!! Regards, Kranthi

  • Leveraging Openscript for automation by multimember team,cont.. integration

    We were able to automate tests based on oracle forms using Oracle Application Testing Suite 9.2.1 (Micro install). Tests were being automated and executed from one individual's machine and things worked fine. Now we want to use Openscript for test au

  • Best way to return large resultsets

    Hi everyone, I have a servlet that searches a (large) database by complex queries and sends the results to an applet. Since the database is quite large and the queries can be quite general, it is entirely possible that a particular query can generate

  • Weblogic.jar?

    Hi there, How does my client development PC get access to WebLogic server weblogic.jar in order to compile application for weblogic? My weblogic server is in a Sun Solaris box while the development client is in a Windows PC across the network. Many t

  • Booting IOS Image from PCMCIA flash on Catalyst 6500 in Native Mode

    I have a couple 6500 switches (Sup 720/MSFC 3) to upgrade. They are currently running IP Base, but I'd like to run Advanced Enterprise in order to use the full Firewall features. Since the images are over 70 MB, I will need to boot from the PCMCIA fl