Re: CRM Survey
Hi Marcin I do not have the correct document in front of me, however see if you can locate the Best Practice Guide for Incident Management. I believe there are some SPRO settings required to assign...
View ArticleRe: CRM Survey
Hello Arden,Thank you for your replay I will try to check Best Practice Guide for Incident Management. Also I already find one thing in SPRO and it is assigned already to my transaction type but I'm...
View ArticleIssue with Appointment fields CRM_ORDER_MAINTAIN
Hi Experts, I am using CRM_ORDER_maintain for creating an order. orderadm, partner, texts doc flow are getting properly filled except for appointment fields. lwa_appointment_com-ref_guid =...
View ArticleTimer setting for Wheel of Death in sap crm webui
Hello Experts, Intermittently in sap crm webui, wheel of death is getting stuck on screen but one can still make changes on the screen. Looks like timer setting for wheel of death needs to be changed....
View ArticleRe: Timer setting for Wheel of Death in sap crm webui
Hello Amrit, Thanks for the quick response. I am not looking to change the icon for wheel of death but to control its time setting.Like it should be visible only for certain amount of time till backend...
View ArticleDynamic search operator configuration error for , reverted to 'EQ'. Error in...
Hi Experts, I'm getting below mentioned error in marketing survey search page. In "GET_DQUERY_DEFINITIONS" I have written below mention code:- CALL METHOD super->get_dquery_definitions RECEIVING...
View ArticleRe: New Value Getting OverWritten in Attribute - WEB-UI
Hi, This happens if your F4 value is being determined via something else. Perhaps you should check the whole of your implemetation of F4 by debugging, also put a breakpoint in on_new_focus (if it's...
View ArticleRe: How to get GUID from a Function Module?
Hi Merve, Sorry for late reply. Don't know if you figure out by yourself but anyway, here's my thoughts.When I've used this I was working mostly with IC business roles, maybe this doesn't work so well...
View ArticleRe: Issue with Appointment fields CRM_ORDER_MAINTAIN
I think this sample code will help you for sure. CALL FUNCTION 'CONVERT_DATE_TO_INTERNAL' EXPORTING date_external = ls_leaddata-startdate...
View ArticleNot able to update customer_i
Hi Expert, I'm trying to store data using into CUSTOMER_I object using GENIL_BOL_BROWSER via relationship 'BTItemCustExt' At the end it gives successful message that entity saved successfully but...
View ArticleRe: Not able to update customer_i
Hi,I got the solution Item Categories not defined for the transaction internally header data is updating but changes not reflected to item Thanks & RegardsKishan Rana
View ArticleRe: ERMS : Category Modelar - not working
Hi Sai,Sai Sai Can you tell us how to solve the prob?
View ArticleDrag and Drop in TreeView
Hi folks, recently I came about a requirement where I shall enable a WebUI tree view for drag and drop. I found this blog entry about enabling table views to...
View ArticleRe: New Value Getting OverWritten in Attribute - WEB-UI
Hello Naveen, I tried to use switch_to_change_mode, but the system then too is not allwoing to change the value.Regards,M.S
View ArticleRe: New Value Getting OverWritten in Attribute - WEB-UI
Yeah, i guess the only option left is this.Thank you for your reply Parul. Regards,M.S
View ArticleRe: BP WEBUI -BADI
Hi Experts, Can anyone guide me how to validate using enhancement. Created RFC function module to check the customer had be done invoice or not in ECC.if invoice done i want to grey out the field or...
View ArticleRe: BP WEBUI -BADI
Hi, You can put a breakpoint in class CL_EXITHANDLER, method get_instance just before opening the transaction on the Web UI. The breakpoint will hit everytime a BADI exit is instantiated in the course...
View ArticleRe: BP WEBUI -BADI
Read the whole thread now.To your question on how to enhance a BSP component, check this:How To Enhance a Web UI Component in SAP CRM - CRM - SCN Wiki After you enhance the view that you need, you have...
View Article