Web UI : Dynamic queries - Adding operators
In search screens in SAP CRM, you sometimes run in to the fact that for some reason, you are not able to select a search option you might want to be able to select. For instance in the example, let's...
View ArticleEnhance mass change process for Sales Orders in Web UI - Enhance Query
ComponentSupport PackageSAP_BASISSAPKB73105SAP_ABASAPKA73105WEBCUIFSAPK-73105INWEBCUIFBBPCRMSAPKU70204Introduction:I my last blog about MASSEnhance mass change process for Sales Orders in Web UI -...
View ArticleInbound plug of window receives data : Where to process in the view
Hello Fellows, I was going through this issue in the production system of a client. I will not use exact names and scenario and would stick to using general/technical terms. Scenario:-In production...
View ArticleRemoving Unwanted Messages from WebUI Display
There are many times when we override an existing functionality for e.g override standard EH_ONSAVE/EH_ONEDIT etc. but the standard messages are still triggered. These messages don't make any business...
View ArticleSample Codes used in BOL Programming
The BOL API consists of various interfaces and classes that you can use to access businessdata:CL_CRM_BOL_COREYou can use this class to access directly with Business object implementations.Also said as...
View ArticleConverting HTML to XHTML using CL_HTMLTIDY
For some projects or applications one may need XHTML-data instead of HTML. In some cases you may need XHTML to parse data to Adobe Forms for example. One idea to convert the data is based on the Tidy...
View Articlehow to persist the UI exception so you can view them later
When I am working together with local partner to resolve one issue caused by incorrect enhancement set configuration for new custom Product set type, I have realized that if the UI exception is raised...
View ArticleSimple Approch to Generate Standardize Buttons
When enhancing a SAP CRM view a few days ago I noticed a simple way to generate standardizes buttons in the Web UI. I'm quite sure that most people know this approach already. Nevertheless, I totally...
View ArticleHow to integrate CRM WebClient UI & NetWeaver Enterprise Portal
Hello everyone, It has been a while since I last published an article on SCN. Creation of a landscape and step by step scenarios require a lot of time and effort, which is often impossible with a...
View ArticleOne breadcrumb issue caused by missing implementation of method GET_MAIN_ENTITY
Issue symptomWe have met with a strange issue in breadcrumb navigation: We first click hyperlink of instance 201400024731And we go to its detail page, then click Inbox Workcenter to return to the...
View ArticleConverting HTML to XHTML using CL_HTMLTIDY
For some projects or applications one may need XHTML-data instead of HTML. In some cases you may need XHTML to parse data to Adobe Forms for example. One idea to convert the data is based on the Tidy...
View ArticleAutomatic Delta Handling in Webclient UI
A real case which is related to Automatic Delta HandlingHow I find the root causeWhat is Delta Handling mechanism in Webclient UI?Where is ADT mode configuredHow to switch off ADT temporarilyHow can I...
View ArticleForm iterator. Reviewing mistakes.
In my previous blog about form iterator (Form Iterator and How It Should Be Cooked ) I've provided couple use cases. However, since then I've seen some more common requirements on SCN. Which sometimes...
View ArticleAlmost Everything About Transaction Launcher - Part II
Dear colleagues, Part II of Almost Everything About Transaction Launcher is now published. Sorry it took me forever to get to this one. Things have been quite busy. Since you are already experts in...
View ArticleHow to implement a simple character counter
In the blog we talk about the social media integration into CRM Interaction center agent inbox, which allows end users to directly reply facebook posts & tweets in CRM system. In order to achieve...
View ArticleDynamic fields in WebUI using GET_A method (no new configuration needed)
Hi community, Yesterday i've found a nice way to show/hide fields dynamically in WebUI!! The first idea that occurred to me was to create 2 different configurations, one with the field and the other...
View ArticleHow to deal with error message raised from UI component workbench
In this blog I will demonstrate how I resolve the error message "endless binding loop" raised by UI workbench. I would not emphasize the issue itself, but would rather share with you how I would deal...
View ArticleRefresh Button in IC Web Client
IntroductionIn SAP CRM 7.0 the BOL and GenIL do a very good job related to data caching. This caching is necessary to allow for a good performance in the Web UI as the need for actually fetching data...
View ArticleTimeout page and WebUI freezing issue - Another cause
Sometimes you would see the following page if you are clicking anywhere in a page which is idle for quite a long time.However, there are definitely some other causes which would also lead to this...
View ArticleA small component repository parse tool and its usage
I use the issue in this blog to demonstrate the usage of this small repository parse tool: We need to know under which enhancement set the component usage "ZCUSTOM" is added to UI component...
View Article