Simple 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 ArticleUI Configuration determination logic introduction
This blog will try to introduce the Webclient UI Configuration determination logic to those friends who are new for this topic. Suppose I log on Webclient UI via Business role SALESPRO and have opened...
View ArticleUI Text label determination logic
In this blog we have discussed the logic how the correct UI view configuration is chosen by framework in the runtime. You may have observed that for each field, there is the attribute "Label Origin",...
View ArticleWebclient UI Switch related processing
Do you know the meaning of these two checkboxes in F2 popup? Let's first learn some prerequisite knowledge: In Webclient UI workbench the poweful functionality is provided to ensure that the given...
View ArticleSAP CRM: Webclient UI - useful commands like F2
All of us who work as SAP CRM consultant knows what’s behind the F2-button(Key) when using the SAP CRM Webclient UI. For others, it triggers the launch of a popup with all technical information about...
View ArticleHow to Debug CRM Webclient UI
In this blog, I'd like to explain ways of debugging CRM Webclient UI. As you are that there are several ways to start debugging the CRM webclient.1. Setting a external breakpoint in the code(i.e. in a...
View ArticleBriefingCard Functionality in the CRM Web UI
This Blog post discusses about Briefing Card functionality in CRM Web UI. In this blog, I will briefly explain the steps that are required to implement this functionality. When we are using a table...
View ArticleReading the actuall content from the Content Managment (CMBO)
Generally we store the attachments in CRM in the CMBO object which in turn stores the infomration in Content managment Server.More infomration of Content managment is here...
View Article