Business Partner Search based on Roles
Hi, When we search for a BP based on Role, the result list pulls the BPs for whom the role is end dated also. I need to filter out those Business Partners which have the relations end dated. How can I...
View ArticleRe: Cannot read attribute of another context node in a context node
Hi, So if I understood properly you have two context nodes C1 and C2 and the corresponding context node classes are CL1 and CL2 respectively. Now you need to read an attribute of C2 from class CL1. You...
View ArticleRe: Cannot read attribute of another context node in a context node
Hi Manjeet, I have tried what you said, but indeed it does not work, as you have to declare lr_comp as attribute of the context implementation class. Eventually I got the same dump. Anyway I feel like...
View ArticleRe: Cannot read attribute of another context node in a context node
Hi Sayan, many thanks for the answer. I saw as well your blogs. Indeed I have to retrieve the value from a specific attribute of context node BTCUSTOMERH or BTAdminH, but within the context node...
View ArticleRe: Facing problem with Change History Update
Hi Sandeep, Try setting the check box for Change document at data element level. Data element -> Further characteristics -> select Change document check box. Best Regards,Dharmakasi.
View ArticleRe: Business Partner Search based on Roles
Hi Sayan, Check the ehnacement spot CRM_BUPA_IL_SEARCH.You can use the enhancement spot CRM_BUPA_IL_SEARCH and create a implementation for the badi BADI_CRM_BUPA_IL_SEARCH. Use the filter results...
View ArticleIssue in Tree View Enhancement
Hello Experts, I have a Tree View and its related Context Node Class. Due to some requirement I need to enhance the same.I have done the following steps:1. Enhance the View which eventually enhanced...
View ArticleRe: Issue in Tree View Enhancement
Hi Vinamra, When you enhance the view by default CTXT class also will be enhanced, when you enhance the context node then only system will create corresponding method create_"context node name" in your...
View ArticleHave a problem with table views
Hello there. I try to explain the problem. We have a viewset and some table views in it.Screeenshot: We scroll down to necessary table view.Screenshot: If we change a page on any table view or reveal...
View ArticleRe: Trigger Javascript
Hello, Do the standard formatting for phone number is not sufficient for your needs (based on country of address if I remember well) ? If not, using javascript to reformat user entries does not seem...
View ArticleSAP JAM feed window not in CRM Sales Transaction
Introducing SAP Jam: Secure, social collaboration where you work In short, we are installing the JAM ABAP Integration configuration guide For the CRM configuration following the steps in the SAP help...
View ArticleRe: How to change the Logo text in sap crm web ui
Hi Sayan, I found that link already but the document to change the logo but not text right? I want to change the Logo Text here. Ex: In the Document "haha, We changed the logo" is there, I...
View ArticleRe: SAP CRM: When create and save opportunity stays editable
If you are in IC this I guess is standard behavior. ~Kavindra
View ArticleHow to maintain different number ranges on web ui
Hi Gurus, I have a problem where i could able to maintain different number ranges for employees, contact persons and sold to party customers in GUI, but i am unable to do it from CRM WEB UI.
View ArticleRe: Trigger Javascript
Hi Maren, Below code will work for your field with java script. <%@page language="abap" %><%@extension name="thtmlb" prefix="thtmlb" %><%@extension name="chtmlb" prefix="chtmlb"...
View ArticleRe: Trigger Javascript
Hi Naresh, Perfect!! My mistake was the way I referred to the attribute name... Thank you for your code. -Ezhno.
View ArticleRe: How to change the Logo text in sap crm web ui
Hi Santhosh, what i understand is you want to change the logo font and color rt?that is a kind of image you can create your own image with font size and color and upload that imagewhich is mentioned in...
View ArticleHow to display a Text message on the CRM WEB UI Logon screen
Hi Experts, I am working on a requirement where I need to display a simple text message on the CRM WEB UI logon screen. Can you please let me know how I can achieve same. Thanks & Regards,Kapil Kumar
View ArticleRe: Interaction screen: The IREC screen is limited to only 4 interactions
Hi Priya, Comment below code from the method GET_LAST_INTERACTIONS. restrict to 4 result entities lr_bo = lr_queryres_col->find( iv_index = 5 ). WHILE lr_bo IS BOUND....
View Article