The Curious case of no response from Search in Agent Inbox
This document is based on my personal experience and you are most welcome to comment and provide feedback about the scenario and solution. We were getting complains that the agent inbox search takes a...
View ArticleCreate Default Empl relationship while creating BP
Hi ,This document will help us to keep the default values while creating BP . Here I am keeping the Default relationship of employee responsible Of username. 1. Implement the BADI :-...
View ArticleUpdate the business transaction document created through ERMS workflow
This document help us to update the business transaction document (Ex: Service Ticket) created through ERMS.Email response management system will create a document based on the spro settings. The ERMS...
View ArticleUpload excel from CRM web UI and displaying result using Dynamic Table (valid...
Hi, I had a requirement where in user wanted to upload excel in CRM . I can easily develop an se38 report where we provide the functionality of uploading excel and subsequent activity. But this is an...
View ArticleCRM WebClient UI & Netweaver Enterprise Portal Integration
The document covers internal and external Portal & CRM integration, along with some tips, interesting SAP Notes and things to consider when opening an OSS incident/message. The examples within this...
View ArticleAlmost Everything About Transaction Launcher - Part II
This document has been long overdue and I apologize for the delay. The issues that I have been seeing lately are a little bit more complex, or let's say out of the ordinary. Since the configuration,...
View ArticleHide And Unhide Work-centers in the Navigation Bar Profile Dynamically
Hi, Sometime there are requirements like where we need to Hide some work-center from the Navigation Bar profile based on some condition at run-time.We all know that this can be done by creating two...
View ArticleDebugging Techniques in SAP CRM Web UI.
Hi Folks, As we already know ABAP Debug tool is the most efficient toll for all our ABAP programmers . Here I would like to share few things about debugging what I know and which are going to be useful...
View ArticleStep by step to create value help
This document could be used for beginners for Webclient UI development who wants to know how to implement value help. Example: When clicking F4 on BusinessPartner ID, a new window pops up as value...
View ArticleCustom GENIL used in Guided Page Activity BSP View
Applies to:SAP CRM 7.0, EHP1 and EHP2 SummaryThis particular document illustrates step by step procedure to create guided page activity (Popularly known as Task type UI View in SAP CRM terminology)....
View ArticleAdding new field to the Rapid application
I would like to share my recent findings with rapid application development. As most of us know that rapid application used to maintain entries in database table from web UI screen. Rapid application...
View ArticleEnabling BI reports IN CRM Web UI
1. PrerequisitesThe corresponding BW reports should be built on BW system before they can be used as links in CRM Portal.2. Configuration RationaleThis configuration is required as part of BI report...
View ArticleDrag and Drop in Tree Type BSP View
Applies to:SAP CRM 7.0, EHP1 and EHP2 SummaryThis particular document illustrates step by step procedure to first create a tree type view in BSP workbench. Then include the Drag & Drop...
View ArticleDisplaying Assignment Blocks in Tabs
We can display assignment blocks in tabs using thtmlb tag element "tabContainer" .This will be useful where when we need to display assignment blocks in tab instaed of displaying it one by one in...
View ArticleNavigation/Event handling with messages in CRM Web-UI
Purpose : To trigger/handle events from messages in CRM Web-UI. Explanation :In CRM Web-UI, we can enable messages to appear as links, on the click of which a custom event can be triggered. Eg: On the...
View ArticleHow to fetch the Current Business Role selected by User in Web UI.
DATA : ls_user_role TYPE string, lr_profile_instance TYPE REF TO if_crm_ui_profile. lr_profile_instance = cl_crm_ui_profile=>get_instance( ).CALL METHOD...
View ArticleHow to: Export / Download Microsoft Excel, Word, PowerPoint, Generic approach...
This document explains how to:Download Excel from CRM Web UIDownload Word from CRM Web UIDownload PowerPoint from CRM Web UIGeneric Approach: Download a file from CRM Web UIDownload Excel from CRM Web...
View ArticleWhy timeout page is always displayed although there is NO TIMEOUT AT ALL
In my blog Timeout page and WebUI freezing issue - Another cause, the behavior that a time out page is displayed in UI, although there is no time out at all but instead some exception occurred in ABAP...
View ArticleAlmost Everything About Transaction Launcher - Part II
This document has been long overdue and I apologize for the delay. The issues that I have been seeing lately are a little bit more complex, or let's say out of the ordinary. Since the configuration,...
View ArticleHow to maintain multi level category in a transaction
Hi All, I would like to share one of my recent experiences which I hope will make someone else' life easier. My requirement was to maintain the multi level categorization for a transaction. Thus the...
View Article