Re: Error with Competitor in Opportunity
The problem was solved. The guide to configure correctly the competitor in opportunity is: Competitor Information - Opportunity Management - SAP Library Follow the pre-requisities, is so easy to solve...
View ArticleRe: Eliminate error in webui
Hello Faisal, You need to reset the messages that get saved in the container. Kindly try to use the method : get_message_cont_manager( ) and then reset() to delete all the messages in the container....
View ArticleRe: Facing problem in selecting Drop Down values in WebUI - SAP CRM
Thanks for ur reply. I have checked that. For reference U can see the GET_V method code that I have attached.
View ArticleRe: Not Getting Data in PopUp attribute
Hello Amrit, You can refer below class CL_CRM_UIU_ADDR_DUPLICATE=>CALL_DUPLICATE_POPUP() method. Regards,Ashik
View ArticleRe: Facing problem in selecting Drop Down values in WebUI - SAP CRM
Harry, Not the GET_V! Its to populate the dropdown. You need to put breakpoints in GET_(attribute name) and SET_(attribute name), to check why the value that you are selecting isnt getting saved. Let...
View ArticleRe: Facing problem in selecting Drop Down values in WebUI - SAP CRM
Put a break-point in the set method of the attribute and then select the value in drop down in UI and check if debugger is stopping there or not. If its not being called then put the below code at end...
View ArticleRe: Set Default value to Search Field
You can change using Configuration, based on condition change the configuration in DO_CONFIG_DETERMINATION. Regards,Deepika.
View ArticleWhile clicking on custom cancel button how can we retain previous page in its...
Hi All, Area: SAP CRM Web UI I have a requirement to create a cancel button on view paymentcardsef of component btpaycards. How can I retain previous order page in its previous state while clicking on...
View ArticleException while creation of view...
Hi Guys, While i am creating view in the component workbench, i am getting the following error...************** An error occurred during initialization of the applicationAn exception has...
View ArticleRe: Exception while creation of view...
Hi Ram, During the view creation, I believe a log is displayed at the end. Didn't you see any errors there?Because it seems that the class ZL_ZZTEST2_BSPWDCOMPONENT_IMPL, that your view controller...
View ArticleRe: While clicking on custom cancel button how can we retain previous page in...
Hello, You can refer Implementation Class CL_BP_HEAD_BPHEADOVERVIEW_IMPL =>EH_ONCANCEL and implement as per your requirement. Hope it helps, Regards,Ashik
View ArticleRe: Exception while creation of view...
Hi, ZL_ZZTEST2_BSPWDCOMPONENT_IMPL would be the class for your component controller. I think you have created the custom component. Please check the component controller for your Component . It seems...
View ArticleRe: creation of role
Hi Vishnu CRM roles are completely different from ECC system. Here in CRM we Business roles and PFCG roles Business roles are the roles which you select from WebUiEach Business role is linked to...
View ArticleRe: Exception while creation of view...
Hi Garcia / Gaurav, The problem fixed, Initially the component has not been created properly, i checked once again and i tested another one, now its working properly, Thanks for information......
View ArticleRe: Original value of a changed attribute
That is what I am trying to find.Don't know how to find that the attributes value is changed before sending the data to PI.
View ArticleRe: While clicking on custom cancel button how can we retain previous page in...
Thanks Ashik.. I will check on this....
View ArticleRe: While clicking on custom cancel button how can we retain previous page in...
Hello Tushar , you can check the same in any standard component overview page under 'EH_ONCANCEL' method. you can use below code to navigate to preceeding entry....
View ArticleRe: While clicking on custom cancel button how can we retain previous page in...
Hi Tushar, Have a look at this code to reset or cancel changes.... method EH_ONCANCEL. DATA lr_entity TYPE REF TO cl_crm_bol_entity. data lr_tx TYPE REF TO if_bol_transaction_context....
View ArticleDisplay search field depend on another field's select value
hi all expert, i need a show one search field only when another search field has a special search value for complaint? may u have any suggestion for how to realize this?
View ArticleRe: Display search field depend on another field's select value
Hi,You can have server event for complaint field. on that event you can check the value and you can add selection parameter using ADD_SELECTION_PARAMETER. lr_qs->add_selection_parameter(...
View Article