Re: OCA edit not working on the correct entity.
Yes John, i understood.I have done in the same way.Commented all the extra code that i have added.As of now, except in that get_v method, rest all have the standard code only and the inbound and...
View ArticleRe: OCA edit not working on the correct entity.
You have already bound it to the component controller of the erpnote usage so it will be transferred. And I'm sorry that I couldn't help you.Now you have to debug a little and find out where it is...
View ArticleRe: How to attach the pdf attachemnt in attachment tab in WEBUI
Innovators, Looks you want to attach pdf files using ABAP code. If so below will work - CALL METHOD cl_crm_documents=>create_with_file EXPORTING file_name = lv_file_name...
View ArticleRe: Field lock depending on user status of header.
Hi Ygor, maybe there's a different way to meet your requirement, but I wouldn't hesitate to enhance the UI component and to redefine the DO_CONFIG_DETERMINATION method. This is the entire meaning of...
View ArticleRe: Component Usage
Thank you Vaibhav for taking time to go through my post. I am actually able to navigate to IUICCOND , if you see the above screenshots, at the bottom you will find the 'Details for contract ' View its...
View ArticleRe: OCA edit not working on the correct entity.
Hi, Have you debugged in Inbound Plug of ERP_NOTE.Does lr_text contains the same entity on which you have clicked?try placing debugger in get_current( ) method. Regards,Tejaswini
View ArticleHow to extend the BOL of Marketing Object
Hi, We use CRM 7.0, now i want to extend the BOL for marketing object. For example, root object 'MDFProgram'. We know that we can extend object model for business partner and business...
View ArticleRe: CRM Saved Search Issue : Entry 'XXXX' cannot be used: Configuration is...
Thanks Hasan. SAP Notes given by you fixed the issue. Really appreciate all your help and thanks a lot again. I would be happy to reward points for your help. Could you please let me know how to do it?...
View ArticleRe: Restriction of data display in the view
Hi Bkvs, Try clearing the previous collection and then set the new collection. Regards,Karthik
View ArticleRe: The value in the dropdown field is getting cleared automatically
Hi, Can u check your below code from this above code..... and let me know any issue. if you have a domain entries then u can create and write code in GET_V_* DATA : lt_domain_entries TYPE STANDARD...
View ArticleRe: Calling hours in BP transaction
Hey Faisal, did you finally receive an answer or did you do it on your own? I'm trying to find the table with calling hours, but just can't get it. I'd kindly appreciate any help. Thanks Tim
View ArticleRe: Calling hours in BP transaction
Hi Tim, Table for call list is CRMD_TM_CL. If we have the call list id of table CRMD_TM_CL, then we can get all associated details with the function module CRM_CLM_CALL_READ. Thanks,Faisal
View ArticleRe: Component Usage
Hi Vaibhav, It was the initialization of context nodes that was causing the component usage view GSTEXT/TEXT not to appear . After I wrote the code in WD_USAGE_INITIALIZE its coming now .. I am moving...
View ArticleDropdown box sort
Hello all expert, i got a requirement to sort dropdown box not with key and not with value but with an own defined sequence.Any one know how to realize this? tks in advance.
View ArticleRe: Component Usage
Hi Shammy Puri, Refer this article.SAP CRM WEB UI : 45.REUSING A VIEW IN ANOTHER COMPONENT Regards,Prasanthi.
View ArticleExcel download toolbar button click in sap crm web ui
We have a requirement where excel has to be downloaded upon button click in overview page of quotation.1The approaches we have tried so far are Setting data in http response : But this is...
View ArticleSEM-BPS saving problem..
I posted a few similar question..but I still have the same issue.Could you please help me..?CRM->BI save to info object 0CRM_MKTELM,when command is 'save' it fails,but when command is object_sync or...
View ArticleExcel download toolbar button click in sap crm web ui
We have a requirement where excel has to be downloaded upon button click in overview page of quotation.1The approaches we have tried so far are Setting data in http response : But this is...
View ArticleRe: Needed small clarification regerding component us
Assign ur Mainwindow to OVP page and then configure. ViewSet BP_HEAD/BPHEADOverview ViewArea OverviewPage I have tried in my system for ur example , its working fine.... Regards,Sumeet
View ArticleRe: Show configurable areas does not let me proceed to create AET field :(
Hi Maddy , First of all check system version (:P) .There are some Configuration and personalization settings for AET along with an authorization role .Please check following blog post for soem more...
View Article