Creating a Custom Genil/Bol object Model
Defining and Creating a Genil Model : You could define and implement dynamic models using IF_GENIL_APPL_MODEL Interface.use GENIL_MODEL_EDITOR OR GENIL_MODEL_BROWSER to create static models , As...
View ArticleE-mail notifications in business transaction with e-mail body
Background: There is a standard functionality available in SAP CRM, by which E-mail Notifications can be configured for business transactions. We can configure standard actions a by assigning...
View ArticleImplementation of a Custom Genil Model to Create Component in Web UI
In my previous blog http://scn.sap.com/community/crm/webclient-ui-framework/blog/2012/08/06/creating-a-genilbol-object-modelI created a custom GenIL object model to create and save bol objects. In...
View ArticleFollow-up transactions not visible in CRM Web UI
One of the puzzling issues I faced recently was when one of the custom service order quotation (transaction) types that I created failed to come up in the follow-up transaction list when the...
View ArticleUI Component Workbench( BSP_WD_CMPWB ) Basics
Hi All, This is my first blog in SCN and I had choose to blog on the T-Code which we use day-in-day-out in our daily work. My aim here is to help newbie’s to get acquainted with the component work...
View ArticleDevelopment 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 Article