Re: In service order result page In sorting Filter is not working for Custom...
Hi Team, Could you please help here. ThanksKalpana
View ArticleRe: IC context area
Hi, Check SAP KBA 2161942 - it talks about options for adjusting CRM IC layout. I hope it is helpful. Best Regards,Sigrid
View ArticleHow to delete unwanted messages from WEB UI?
Hi all, I have searched many threads and blogs regarding this, but haven't got any solution. I found this blog useful Removing Unwanted Messages from WebUI Display . This is the piece of code used...
View ArticleRe: Solution Manager CRM_UI add texts
Hi, Arden I already put a message on the marketplace. I asked this question to know what it is the correct and normal process for the text messages. Basically if after save the transaction when we try...
View ArticleRe: I have created Age field in service order result screen,now Standard...
Hi Kalpana, Kindly change in get_p method. provide fp_sortable as abap_true. WHEN if_bsp_wd_model_setter_getter=>fp_sortable. rv_value = abap_true.Regards,Arun.
View ArticleRe: SSO - Windows AD - CRM WebUI
Right now, we're just doing a proof of concept. So rolled it out manually to about 12 desktops.But you can easily make it part of a "SMS" push as a typical remote install.Also, it bundles well with an...
View ArticleRe: Dependent dropdown list does not work as expected
Hello Bharathy, indeed the code that you suggest is quite similar. But honestly is a little bit more complicated. I need to understand where I have to modify my code. I mean Get_V of second attribute,...
View ArticleRe: I have created Age field in service order result screen,now Standard...
Hi Kalpana, Looks like you are filling the value in GET_ method. Since this value is not in collection, the sort will not work. To have the sort work, you have to fill the collection with data for this...
View ArticleRe: Solution Manager CRM_UI add texts
Hi Miguel. Yes. They need to be saved. Regards Arden
View ArticleRe: Solution Manager CRM_UI add texts
But as far as I know the text with log won't show text after save, all previous saved text will be shown in the log only. The text box will only be used to input any new text you want to add. with this...
View ArticleRe: How to delete unwanted messages from WEB UI?
Hello Chirag, have you checked CRM_MESSAGES_DELETE function module for deleting the messages. Br,Navn
View ArticleRe: I have added Agein custom field in service order search page,input filed...
Hi Bhusan, This field i have created on AET,orderadm_h.but iam not saved the data in database..i was just display into result. ageing = system date- posting_date. value = aeging.value is displayed...
View ArticleRe: I have added Agein custom field in service order search page,input filed...
Hi Bhusan, My .html code is as like below. <%@page language="abap" %><%@extension name="chtmlb" prefix="chtmlb" %><% data: lv_xml type string. data: lv_visiblerows type string....
View ArticleRe: How to initialize standard component SRQM_INCIDENT_H which is navigated...
Hi all My issue was solved. I need to create core object 'BTOrder' before calling method ip_create. Here is code snippet I've used. DATA lr_core TYPE REF TO cl_crm_bol_core.DATA lr_entity TYPE REF...
View ArticleRe: I have added Agein custom field in service order search page,input filed...
Hi kalpana, AET is used when you want a link to database and not the way you are using. In the same eh_onsearch method there will be some code written for get_query_result( ). Filter the result...
View ArticleRe: I have added Agein custom field in service order search page,input filed...
Hi Bhusan, Thanks for your reply. I am not enhanced the search view.it is working standard.here ageing field will be changed the data based on age ..mean system date-posting date...service order...
View ArticleRe: adding a model in the runtime repository editor
Hi, We can add only one component set to a BSP component. Regards,Hari.
View Articlepass the Value from both Header and Item common field
Hi, I Have Scenario in WEBUI "Service Order Search" one of the Field "Status" in Header and Same field will Be there in item Also. BUt My scenario when i Search the Service order record,...
View ArticleLimit the account search results within Business Role
Hello Experts, I came up with requirement where I need to limit the account search results to only these BP, who are the End Customers of some Vendor (so there's a relationship between Vendor and...
View Article