EEWB Enhancement in relationship has error in BUPR_API
Hi guys, I am creating a table in relationship data e.g. employment type relationship should contain salary data.I have created salary data table in EEWB but on the way to activation it fails. I think...
View ArticleRe: Reset User Layout
Try report BSP_DLC_DELETE_PERSONALIZATION , it might be useful to you. Regards,Shobhit
View Articlehow to clear custom attribute field values of view implementation class on...
hi experts,how can I clear custom attribute field values of view implementation class on clicking end contact button in Interaction center.
View ArticleRe: How to send Email to customer when clicked on hyperlink on SAP CRM web UI
Hi Srinivask,Thanks for responding the query.The answer is very helpful but in my scenario for "mail text" the user wants an interface( any screen) where he/she can edit the text that is sent to the...
View ArticleRe: Validation message not showing description
Hi Anandh, Yeah i know the badi is not triggering, so only suggested the EH_ONSAVE event to check it. Check for error message and if there is error message then skip this line...
View ArticleRe: Validation message not showing description
Dear Dharmakasi, Hope you are very close to my requirement, how can i check is error message is there? i have not worked this before, can you please guide me. RegardsAnandhan.
View ArticleRe: Validation message not showing description
I still believe this BADI is the way to go.In order to get triggered, please check you did implement the following method : IF_CRM_BP_UIU_SAVE~REGISTER_4_SAVE.There is an implementation example you can...
View ArticleRe: Validation message not showing description
Hi Sylvain, I tried to debug in the standard implementation itself, but its not triggered. Am bit worrying how to achive this. The requirment looks simple, but its breaks my head. RegardsAnandhan
View ArticleRe: Validation message not showing description
The standard implementation is not active per default, as it is just an example( at least, that is the case in our sandbox environment). You should create your own implementation, and get some help...
View ArticleRe: Validation message not showing description
Hi Anandhan, How did you generate the error message ealier? there might be some context node which is having the telepone number field right? if you dont find direct entity which is having telephone...
View ArticleRe: Selected inbox item could not be processed
Tony, Not sure how it should work in a mix scenario.But first, in your business role, you have both BPIDENT and BPIDENT_MULTIPLE functions maintained. Its either one or the other. For testing purposes,...
View ArticleRe: how to clear custom attribute field values of view implementation class...
Hi Bubai, when you click on end button do_prepare_event will get trigger clear the custom values in that method. like this.. clear : me->cutomvalue. if you want to know the end,call,save button...
View ArticleRe: CRM table for BPs, shippincg condition &transportation zone
Hi Prajit, In this case, I think you need to get the Set guid from the CRMM_BUT_LNK0021 table, not the CRMM_BUT_LNK0011 table. That's what I am finding on my system. Regards,Jeremiah
View ArticleRemove options in CRM Web Client UI (Search dropdowns)
Hi all I posted this in the Solution Manager area but it's probably best served as a CRM Web Client UI question. Basically, we are using Change Request Management (ChaRM) in Solution Manager 7.1 and...
View ArticleRe: Enhance default search criteria
Hi, There are 2 ways you can enhance the search criteria. 1. You can create the new AET attribute to the Search contet node. (The Best Approach) 2. You can add the field in the SE11 search strucure....
View ArticleCRM Web UI - custom field disappeared after deselected "reusable" attribute
Hi all, I searched but didn't fint solution, have to post this question here. I wanted to enhance the Incident UI in Solution Manager (which is based on CRM Framework), and I have successfully added...
View ArticleRe: Loading Opportunities through LSMW
Hi Radoslaw, Can you provide me those Bapi's we have similar requirement Regards,Prem
View ArticleRe: Enhance default search criteria
Hi Christian, These is the procedure to fetch the custom data along with standard search..enhance the eh_onsearch. and write the logic. Go through this link this might be help full to you.. Re:...
View ArticleRe: Enhance default search criteria
Hello Madhav, I would like to do it on the first way. It seems as there is no badi at searching via worklist (I couldn't find one with class CL_EXITHANDLER). Regarding second.The challenge is not to...
View Article