Re: How to call Event from Viewset to View with in the component
Hi Venkat, Below link will help you in using the standard component as popup and filling the input field in source component. SAP CRM WEB UI : 56.REUSING A VIEW AS POP UP Regards,Chiru
View ArticleRe: How to call Event from Viewset to View with in the component
Hi Chiru,Thanks for your reply,actually in my viewset there is a event which is raising the popup. so i want to read that event in my view. pls let me know how to call event from viewset to view....
View ArticleRe: Issue on BTDate
Hi AndiePut break point in set method of the attribute and check in debug mode, you are facing issue with only this date type?Best Regards,Dharmakasi.
View ArticleRe: Issue on BTDate
Hi Dharmakasi, I set breakpoints in set and get method, there is no problem to set value to this field as below in set method. But program will jump to get method, but cannot get value. [ Set Method...
View ArticleRe: Sales Area for BP is Suppress
You do not need ECC setup Just configure your own Organisational Structure as per Tx.PPOMA_CRM and set one of those Org. Units as a sales org. Regards Arden
View ArticleRe: clearing only a few search criteria fields
Hi Madhukar, Instead of concentrating clearing few fields you can set same fields in do_prepare_output to query. You just check if the attribute is initial set with your custom value, so that when you...
View ArticleRe: clearing only a few search criteria fields
Hi, Before you clear selection fields get the partner value then After you clear the selection fields again set the partner field value. Regards,Deepika.
View ArticleRe: Attaching email(.msg) to a service request
Hi Lok, Yes I remember you. .....Thanks for the reply. However, I achieved this via converting the mail to a pdf as I didn't get any hints on this at that time. Thanks,Faisal
View ArticleRe: clearing only a few search criteria fields
Hi Deepika, I understood that I need to get the value of BP ID that I am defaulting in the clear method and then clear and then set the value back..Can I have a sample or reference code for that as I...
View ArticleRe: Issue on BTDate
Hi Dharmakasi, I change it as you said, and then do debugging, set breakpoint in method ON_NEW_FOCUS, the first time, focus_bo can get BTAdminH, but the second time, get BTDateSet. The same issue...
View ArticleRe: How to call Event from Viewset to View with in the component
Hi Deepika,Thanks for your reply,actually lr_ent is not getting the collection.. i have written the below code.lr_ent ?= me->typed_context->header->collection_wrapper->get_current( ). is...
View ArticleRe: clearing only a few search criteria fields
Hi , You can write the following the code in the DO_PREPARE_OUTPUT.lr_cnode = get_dquery_cnode( ).check lr_cnode IS BOUND.lr_query ?= lr_cnode->collection_wrapper->get_first( ).CHECK lr_query IS...
View ArticleRe: How to call Event from Viewset to View with in the component
Hi, Post the complete code. header is your context node and that has that f4 help attribute? Regards,Deepika.
View ArticleRe: clearing only a few search criteria fields
Hi, Check this code. data: lv_viewname type string, lr_view_ctrl type ref to cl_crm_srqm_common_sr_cntrl, lr_search_cn type ref to...
View ArticleRe: How to delete context node on Web UI?
Hi Andie, check this Removal of Context Node from the Web UI Component
View ArticleRe: View enable and disable dynamically in Guided activity page
Hi Mahesh, I think you can create 2 configuration for each view One with Display and One for change and call the configurations dynamically based in DO_CONFIG_DETERMINATION method. You can also try if...
View ArticleRe: How to update table view custom fields using 'Do_Prepare_Output'
Hi Nitish, Please keep a break point in the underlying Genil Class Modify method. and Read method.and update the appropriate structures. Thanks.Rajesh P
View ArticleRe: hide the search criteria field but functionality intact
Hi Rangerlet, Remove it from configuration , but try adding it via the coding this way. lr_query->ADD_SELECTION_PARAM( iv_attr_name = 'BP_NUMBER'...
View Articlestatus change not reflecting through ELM
Hi, When I create a new dealer lead...upon save...the status changes from OPEN to VIEWED... But when I open the lead ID which is created through data loaded through ELM...the status as OPEN....when I...
View Article