Re: Tree view - add childs
Hi Rama, what i understand is you want to display some fields from one node and another field from another node right ? actual thing is this is tree view in that we will get the field which are there...
View ArticleRe: Tree view - add childs
Hi Srinivas, Exactly !! can i have code sample how to read the particular input fields for selected node in the same context node. Here I have only one hierachy for each node. if you have any to...
View ArticleCreate BP from User (ECC) with CUA
Hello, In my project we use CUA - Central User Administration to synchronize USER to CRM as a Child System. Is it possible to create BP in this ALE process ? now the USER's created as a USER in the...
View ArticleRe: Tree view - add childs
Hi Rama, go through this link you can get how to display data in a tree view.. http://www.sapcrmwebui.com/2013/06/63tree-view.html there is a method GET_CHILDREN here you will get the collection and...
View ArticleRe: Updating value in BOL Buffer
Hi Johann, Have you already tried with bol core modify?. Code: data: lr_core type ref to cl_crm_bol_core.lr_core = cl_Crm_bol_core=>get_instance( ). Now after your changes,LR_CORE->modify( )....
View ArticleRe: Tree table
Hi Rama, go to this link you can come to know how to create table view with attributes.. http://www.sapcrmwebui.com/2013/06/63tree-view.html let me if you have any queries.. Regards,Srinivas.
View ArticleRe: DO_CONFIG_DETERMINATION code is not triggered in the enhanced component
Hi All, I added method: CALL METHOD on_config_data_changed EXPORTING viewname = 'view name'.at the end of DO_CONFIG_DETERMINATION.But after adding this method, if I want to add one more...
View ArticleRe: Mandatory field Error in Crm Web UI - Campaign Wizard - CPG_SALES_GA
Hi Christian, I have enhanced this component(CPG_SALES_SA).As suggested by you, I have added the parameterWCF_IGNORE_ENHANCEMT to A. It works the same. 1.) In the method DO_PREPARE_OUTPUT and GET_, the...
View ArticleRe: Mandatory field Error in Crm Web UI - Campaign Wizard - CPG_SALES_GA
Hi Nitin, Please add the following code in do_finish_input. DATA : lv_message_service TYPE REF TO cl_bsp_wd_message_service. global_messages->delete_message( condition =...
View Articlehow to find the logic where the search help for field is written in web ui.
Hi gurus, i have a requirement in crm webui when i do the followingin opportunity screen when i click the "customer" (F4 search enabled) field a pop up should come (this has been done) ,nextsearch...
View ArticleRe: CRM_MKTBP_CHANGE_BP not working
Hi Raviteja, There is a 'non standard' way you can try. First read the current attributes of the BP by using the FMs like CRM_MKTBP_READ_BP_DATA(or you can check the function group CRM_MKTBP_DB). Then...
View ArticlePage not available after clicking on Business role
Hello Experts, After Loading all the business roles, when i am clicking on any Business role, the following Web page is getting displayed. I have connected to correct network and connection is also...
View ArticleRe: Groupware Integration with CRM 5.0
I'm having the same issue, looks like is something related with security, Could you solve it?
View ArticleRe: AET in dependent Object
Hi Arun, Which EHP you are checking about. In EHP3, it has facility to append the structure. The above screen shot in earlier thread was belongs to EHP3 only. Thanks
View ArticleRe: AET in dependent Object
Hi Arun,Did you try adding the fields as value attributes in the context node BuilIDNumber? Regards,Nisha
View ArticleRe: how to find the logic where the search help for field is written in web ui.
Hi Vishnu, In search screen we will not have get v method in context node for the particular field.You have to check in method GET_DQUERY_DEFINITIONS in search view IMPL class. All attributes...
View ArticleRe: CRM_MKTBP_CHANGE_BP not working
Hi Ravi, See if the following discussion is helpful for u regarding 'CRM_MKTBP_UPDATE_ATTR_BP' FM. Re: BAPI/FM to update the Business partner marketing attribute Thanks & RegardsRicha
View ArticleHow to hide some horizontal axis label
Hi, I have a requirement in which i an displaying population index by year in a line chart.In this line chart it is showing all the horizontal axis label i.e. Year vertically.Please, refer screenshot....
View ArticleRe: how to find the logic where the search help for field is written in web ui.
Hi Vishnu, 1. Since yours is opportunity search scenario, the relevant view would be:BT111S_OPPT/Search The view implementation class is : CL_BT111S_O_SEARCH_IMPLHere you should see the method...
View ArticleRe: How to hide some horizontal axis label
Hi Ayush, let me know one thing in your chart which method your fallowing using classes or using htmlb:chats. go through this links you may come to know how to do if not i will guide you.. Analysis...
View Article