Development and Extension Guide - Launch SAP® GUI Transaction from WebClient UI
Hello everyone, I posted an article Development and Extension Guide - Launch SAP® GUI Transaction from WebClient UIwhich is an extension guide on how to integrate business transactions running in SAP...
View ArticleThe New AET table Extension Feature of Ehp1- Creating your own components
Over the last two years, SAP CRM WEB UI has evolved greatly and smartly . With Ehp1 on CRM7.0, SAP has given so much ease to a WEB UI developer. The developments which used to take one or two complete...
View ArticleCreating A Business Role
Business Role A business role is the entry point into the application from an end user point of view during runtime. You can use the business role to control the navigation bar, logical links, direct...
View ArticlePower of Knowledge
When we start learning a solution like CRM , depending which track ( functional / technical ) we have chosen, we immerse us in the pursuit of learning. And then when we get staffed into a project then...
View ArticleUpdate to Development and Extension Guide - Launch SAP® GUI Transaction from...
Hello everyone, I just submitted an update to Development and Extension Guide - Launch SAP® GUI Transaction from WebClient UIwhich is an extension guide on how to integrate business transactions...
View ArticleFunction Profiles
Introduction:Function Profiles are used in the business roles to define special functions, such as the level of personalization, standard messages to be replaced or the working context etc. Interaction...
View ArticleTree view change and save
Model Node Tree view change & saveMaking user activities (Changing and saving data record) from Model node Tree view Note: It covers replacing table view with Tree view as well… I am proceeding...
View ArticleHow to: Adding new row / element to context node collection in SAP CRM using...
Sometimes performing even basics tasks in ABAP may confuse, especially if you are a newbie in ABAP.Today I'm going to show how to add new row (line, element) to context node collection in SAP CRM using...
View ArticleAccessing Component Controller or Custom Controller in a context node class
Purpose: Accessing Component Controller or Custom Controller in a context node class The COMP_CONTROLLER is a protected variable. Using reference to Window Controller will access the component...
View ArticleTips and Tricks - Troubleshooting CRM (IC)
You might check blog Tips and Tricks - Troubleshooting CRM (Interaction Center)which contains general applicable hints for debugging in CRM WebUIchecking impact of customer enhancement in case of...
View ArticlePop some tags and Pay it Forward V2.0
Many years back when the CRM Web Client UI was a new product, and many if not all of us did not know how to effectively create extensions for the product, I got this great idea of creating a FAQ...
View ArticleAccessing IBase Hierarchy
In this blog I will share Installed Base (IBase) concept briefly and the FM’s commonly used. Installed base management enables the representation of objects installed at a customer's site or an...
View ArticlePass variables to Long Text
In this blog i will show how to pass variables to Long Text. Data: lr_message_cont TYPE REF TO cl_crm_genil_global_mess_cont, lr_core TYPE REF TO cl_crm_bol_core. lr_core =...
View ArticleAccess Component Controller or Custom Controller in a context node class-2
There are two ways to access Component Controller or Custom Controller in a context node class.Approach-1:1) In the View Controller’s Implementation class (ZL_XXXXX_IMPL) create a public instance...
View ArticleSearching and Implementing BADI in CRM Web UI
The purpose of the enhancement is to provide default language as FR for the CRM UI while creating a corporate account. Login to the CRM system and open the Web UI using the transaction CRM_UI. It will...
View ArticleAdd/manage complex help searches on Conditions views in Web UI
SAP_BASIS SAPKB73105SAP_ABA SAPKA73105WEBCUIF SAPK-73105INWEBCUIFBBPCRM SAPKU70204 Hi, In my current Project we had to deal with conditions, we had to add custom fields in the pricing field...
View ArticleCreating multiple tabs for a single view using multiple configurations
This blog shall guide you towards creating multiple tabs for a single simple view and showing data using different fields of same/different context nodes in that view on Webclient UI by calling...
View ArticleCreating PDF from Base64binary number and showing in a popup window on user...
This blog documents the solution to use the base64binarydata/xstring fetched using RFC or webservice to show a PDF version of document, i.e. Invoices, in a new popup window on user action. For example,...
View ArticleTable Enhancements for AET Views
Several Business requirements require some Z table or view to be created on Accounts or contacts page or in any Assignment block like relationship block in Accounts page. On create of new record in or...
View ArticleEnhance mass change process for Sales Orders in Web UI
SAP_BASIS SAPKB73105SAP_ABA SAPKA73105WEBCUIF SAPK-73105INWEBCUIFBBPCRM SAPKU70204 Hi, Well I hope everybody knows about what is about the GUI transaction MASS, for the ones who doesn’t know,...
View Article