Re: ON_NEW_FOCUS
Hi Gaurav, If you created method ON_NEW_FOCUS manually (I mean: you didn't copy an existing method from one of SAP's standard classes) you probably forgot to declare it as event handler. So to be sure...
View ArticleRe: ON_NEW_FOCUS
in your custom view, in the *ctxt class there will be one method connect nodes. i think you need to register your method for the collection wrapper of its parent. some thing looks like below...
View ArticleInsert Table Button in case of BTF Editor.
Hi Friends, I have a requirment in which I require Insert Table Button on BTF Editor in a standard component of email in crm web UI.When i click on the button; either it should ask for no of rows...
View ArticleRe: Insert Table Button in case of BTF Editor.
hi you can check the bsp application in se80 btf_ext_demo and test it. there are two sections search and result. just press on search and in the result list select any docuemnt. then it will display...
View ArticleRe: Quantity field on UI
Hi Nikhil, You can change it in the domain type of the corresponding quantity field. Thanks & Best Regards,Leon
View ArticleRe: Debugging through CRM UI
Hi I 've never had that before? Did you check KBA 1849381 for how to acitvate conditional breakpoints in transaction SAAB? Maybe you use the wrong settings there? Which kind of conditional breakpoint...
View ArticleRe: Quantity field on UI
Hi Nikhil, If it is only for the display purpose, you can refer https://scn.sap.com/thread/1299370 Thanks & Best Regards,Leon
View ArticleRe: Debugging through CRM UI
I resolved that problem but not the debugger is not getting started. KBA 1849381 is asking for username and password which I don't have.I have following settings in SAAB.In Activation Tab, under break...
View ArticleDisplay Pop up for each entry in loop in WebUI
Hello, My current requirement is that I have one internal table and for each entry in internal table I need to fetch some entries from different table and display that using decision_popup in WebUI. I...
View ArticleRe: Debugging through CRM UI
Can you upload a screenshot showing the popup after activating the conditional breakpoints CRMUIF_CONDITIONAL_BREAKPOINTS in transaction SAAB starting CRM WebUI with START_BSP (CRM_UI_START) and...
View ArticleRe: How to prevent Save reminder dialog box from being popped up?
Hi Andie, Then why are you going to implement it again? The popup is popping up because its implemented somewhere, you have to find it and remove it. I forgot to metion an important thing, The method...
View ArticleRe: How to prevent Save reminder dialog box from being popped up?
Hi Andie, Then why are you going to implement it again? The popup is popping up because its implemented somewhere, you have to find it and remove it. I forgot to metion an important thing, The method...
View ArticleRe: Code not working since upgrading from CRM 5.0 to 7.0
Managed to retrieve the GUID as below. DATA: lr_gdc TYPE REF TO if_crm_ui_data_context, lr_current_bt TYPE REF TO if_bol_bo_property_access. * Create an instance of the...
View ArticleRe: Web UI Error : User xxxx (Employee responsible) is not a business partner
Hi Vimal, The users must be created with Role "Employee" and assign the user name in the identification tab in the BP. This will resolve the error. Thanks & Best Regards,Leon
View ArticleRe: How to prevent Save reminder dialog box from being popped up?
Hi Pratheek, I cannot find it in my UI component, is it possible to find it in its super class? Kind RegardsAndie
View ArticleRe: How to prevent Save reminder dialog box from being popped up?
Hi Andie, No It shoud be present in your Window IMPL or View IMP or OVP IMPL. I'll tell you how to find it, First go to your IMPL Class There Search for all methods with following symbol a (marked in...
View Article