We are in CRM 5.0. In the CRMD_ORDER transaction, the search screen for the Opportunities has the drop down values as the following in the 'By' field :
- Description
- Selection Variant
- Phase
I am trying to enhance this search by adding the 'Opp Group' in the drop down. I am not sure how to proceed with this. Does any one have any idea how do i achieve this? Any suggestions or links/documents would be of great help.
These Release Notes focus on new features and enhancements delivered as part of the Web Client UI Framework EhP3 Support Package 09.
The WEBCUIF development team members are doing their best to provide those new developments on older releases. So if you are interested in a specific feature, verify its availability by checking the corresponding SAP Note.
New Features and Enhancements
Multi-Column Sorting
Users are now able to sort by up to 3 columns on the table by Shift+clicking on the column header and also using configuration / personalization. Sort order is indicated via multi-level sorting icons on the table header, with the number of dots representing the sort priority.
In search result lists, links to CRM Business Objects configured to support Object Based Navigation can now be opened in new tabs/windows via the standard browser context menu options.
The UI Framework is now able to display the system ID/client information of CRM and backend system (ECC), as well as a welcome message with the user name, on the Header Area.
Smart Value Help Personalization Options and Last Entries Deletion
Personalization options: users can now disable the last five entries or the background search or both for performance reasons. They can do so on the central personalization page under the layout settings.
Delete of the last five entries: users can now delete a saved entry by pressing the “Delete” key.
The BOL Attribute Tags, as defined by the Global Attribute Tags, can now support proper BPATH thus giving much more flexibility and power to this feature.
I am trying to create a business role that contain logical links with different enhancements. I know how to choose an enhancement for the business role but I can't find a way, if possible, that one business role does it.
I know how to give an option to choose different roles for the same user, i'm looking for a way to do this in the same window
When you make click in the system link Log Off, the confirmation popup appears, you can confirm but nothing happened and the system returns to the same screen.
I have added two value attributes to standard context node (i.e. BTORDPRPOBJ Base Entity BTOrdPrpObj ) now my requirement is i have to read values of this AB in a Event handler. Can anyone explain how can i get these value attribute values in EH.
As of July 2015, is it possible to do outlook integration with Office 365? Is GW Connector 7.0 still required?
I am confused with information about installation of Groupware Connector 7.0. We are using SAP CRM 7.0 EhP 3. My client has Outlook with Office 365. We are about to implement Outlook Integration between CRM and Exchange.
We found the following conflicts in the documents and would really like to check with SAP to clarify:
1. In the document “Groupware Connector 7.0 Installation Guide” (version 1.7 released on 23 June 15) Page 8 mentioned “You must install the groupware connector and the Microsoft Exchange Server in the same domain (same domain concept is not applicable in an Office 365 landscape).” Also in Page 11 (2.4 Groupware Connector Landscape), it mentioned The following figure shows correct and incorrect approaches to building the groupware connector landscape (not applicable in an Office 365 landscape): This makes us understand Office 365 landscape is not applicable for Connector 7.0.
Could you please help clarifying whether Connector 7.0 can be installed in Office 365 landscape, and please suggest for installation guide?
So is outlook integration (e-mail, account, task, appointment) between SAP CRM 7.0 EhP3 and Office 365 possible as of now (2015)? If so, could you please suggest how?
I need to add a Z field in search of opportunities, this field should have a search help equal to that of employee_resp field.
The field employee_resp ago called to eh_onhelp_empres event, when assigning this same event in my field z I achievement get that help search, but selecting the employee places the value in box of employee_resp and not in my caqmpo z.
I need to compare current and DB Values for VC config characteristics for an item of an order. For current values I am using FM CRM_ORDER_READ and taking values from et_config. But I am not able to find way to find DB values for config. Your help would be highly appreciated.
We recently upgraded our CRM Development System to EhP3. The problem is when I log in to Web UI and try to create a opportunity , I land into an error on IE saying that web page cannot be displayed. Similarly when I try to create a new activity, list of activities open and tth the moment I select one I get the same message that web page cannot be displayed. I restored all changes in the repository too.
Where can there be a step missing? What kind of an error is it? How can I set it right? Pleas help.
It is helpful to know the UI fields validation errors prior to pressing the "Enter" key or "Save" button .In a situation where there is an error, JavaScript functions are handy in identifying the issues/validations at client side without server round trip.
I have explained how JavaScript functions can be attached to view fields and how JavaScript functions can raise alerts in case of errors when user navigates from one field to another field.
Created a view with IBHeader (Root object) fields .
These functions are specific to my configuration fields (I wrote these functions with simple functionality to explain how JavaScript functions work on configuration fields). Based on your requirement , if needed , implement more generic functions with parameters.
"UIValidations" function gets the "IBase Description" field contents with "getElementById" document method and checks whether content's length is less than or equal to 10 characters , if the validation fails,then JavaScript function raises an alert.
"UIValidateNumber" function gets the "External ID" field contents with "getElementById" document method and checks whether contents are numbers or not , if the validation fails,then JavaScript function raises an alert.
UI field's ID will get generated as "component_id" "_" "Context_ndoe" "_" "Structure" "." "fieldname",so I built the UI element ID with controller component ID , context node and structure field. Example field ID will be like : C1_W1_V2_ibase_struct.descr.
I have explained client side validations using JavaScript functions with the below approaches .Alerts will be raised in case of "onblur" event (which fires when user leaves an input field).
Approach - 1:
In this approach , I first attached the JavaScipt functions to the fields in a function and called this function explicitly.
I have an issue related to the navigation from a popup window.
I want to navigate from the button modify through a confirmation Popup to the view ICCMP_SURVEY/Survey, after the user has confimed the Navigation with OK.
I want to hide by default navigation pane in specific SAP CRM window.
I read, that there is transaction SPRO, where you can define navigation bar profile, but I din't found where and how I can define the page/window, where I want to hide this navigation pane.
I added the following code into DO_PREPARE_OUTPUT method of my custom assigment block's IMPL class.
As you see, I am looking if it is the first time in the request for change order or not.
If it is first time in the order then I am gonna add lines into the assignment block otherwise I wont.
But when I click the standart 'Notes' assignment block in the same order and add a note and go back to the order page, the page triggers DO_PREPARE_OUTPUT again and it acts like its the first time in the order and adds 2 more lines too!!
How can I handle if its second time in the same page but DO_PREPARE_OUTPUT thinks its the first time?