Re: how to display hyperlink in sap crm text area in Web UI
<%W>link</> works in Smartforms, but doesn't seem to in web ui texts.
View ArticleIB52 Screen Enhancement
Hi, I have a requirement to add a custom field in the component detail screen for IB52 transaction.The program is SAPLIBOFPR and screen number is 0375.I was looking for screen enhancements for this but...
View ArticleUpdating billing plan status in service contracts
Dear Experts, I have worked in Business Partner module, but not much in other modules like BT. I have a requirement to create a program for updating bill plan status in Service Contracts. Hope it will...
View ArticleRe: How to archive Ibases with object CRM_IBASE
Hi Edgar, I have written a step by step guide containing screenshot in this document Step by step to archive IBASE with archive object CRM_IBASE. Best regards,Jerry
View ArticleRe: Updating billing plan status in service contracts
Hi, You can use CRM_ORDER_MAINTAIN FM.Table CRM_JEST table you can check for updated status. chck this code lv_guid = "service contract guid lwa_status_com-user_stat_proc = "status profile....
View ArticleRe: Updating billing plan status in service contracts
Hi, 1.Put breakpoint in CRM_ORDER_MAINTAIN function module. 2.Go to CRMD_ORDER transaction and try to update billing plan status and save. 3.Breakpoint will trigger. then check the parameters...
View ArticleRe: Validation Error in complaint search with changed on field.
Hi Vivek, Your intention is need to find the error validation? If that could be the case,then we can check from where that error message is coming!! 1. Add a parameter in su3 BSPWD_USER_LEVEL and...
View ArticleRe: Sorting in Result list not working in the result list !!!
Hi, Check the below code, Here we are sorting based on last changed time. Data : lr_copy TYPE REF TO if_bol_bo_col.CONSTANTS : lc_lastchange_time type NAME_KOMP value 'LASTCHANGETIME'.lr_copy ?=...
View ArticleRe: How many standard business roles are there in CRM
Hi Rahul, As per your option,There are 4 standard Business role in SAP CRM.(Globally) 1. Salespro 2. Servicepro 3. Marketingpro 4. IC Agent Regards,Sugan
View ArticleRe: Sorting in Result list not working in the result list !!!
Hi Sugan, Plz let me know where to place the code which you have given. Thanks,
View ArticleRe: Sorting in Result list not working in the result list !!!
Hi Anjum, Check your code in EH_ONSORT method in implementation class. If code is not there check this one me->typed_context->contextnode name->eh_on_sort( iv_htmlb_event =...
View ArticleSession Timeout Alert text is not getting displayed on web ui.
Hello, In "Session Timeout Alert" pop up we are facing one issue. The pop up is getting displayed as per the value in rdisp/plugin_auto_logout parameter i.e. 1800. But the text is not getting...
View ArticleRe: BSP handler close button (X) in window
Hi, Deepika, I've put break either in the method DO_HANDLER_EVENT at the windows as at the view but it is only been reached in the window. I have understood, that I could handler the event only in the...
View ArticleRe: BSP handler close button (X) in window
I mean, my requirement is avoid the user could close the popup. Do you know if is this possible ? Thanks in advance. Regards
View ArticleRe: Adding two custom fields in sales order creation form in web UI
As per your first option after creation of Context node and we will create Attributes ,using Right click on the Attribute folder,there BOL Attribute field is not compulsory to fill? means it is not...
View ArticleRe: BUS_TRANS_MSG:Technical error Could not determine module name
I had this issue but resolved by doing generation from GNRWB. Please generate the following object in GNRWB
View ArticleRe: Adding two custom fields in sales order creation form in web UI
Hi DharmaKasi, Thanks for you help and detailed information. Regards,Sasi
View ArticleRe: BSP handler close button (X) in window
Hi Diego, Little confusion with the above statement, Here i am summerising your requirement.You have added a button when user clicks on it, system will raise a popup you want to add code on close event...
View ArticleRe: BSP handler close button (X) in window
Hi Dharmakasi. Your understanding is correct.I have created the close event in the view. But I do not know how to caugth it when I close my window :S Thanks Diego
View Article